If you just want to plot with a list of strings in the x axis you could do: xn = range(len(x)) plt.plot(xn, y) plt.xticks(xn, x). You first need to map your ... ... <看更多>
Though not the best solution, I found some success by converting it into pandas dataframe and working along. code snippet. # convert X into dataframe X_pd ... ... <看更多>
Hello, I been getting different errors when running IDR. If I run Idr v2.0.2 I get the following error: ./idr --input-file-type bed --rank 7 --plot ... ... <看更多>