#!/usr/bin/python import os,sys from scipy import stats import numpy as np f=open('data2.txt', 'r').readlines() N=len(f)-1 for i in range(0 ... ... <看更多>
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 ... ... <看更多>
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 ... ... <看更多>
Example: valueerror: could not convert string to float: ... know the wrong line e.g. #!/usr/bin/python import os,sys from scipy import stats import numpy as ... ... <看更多>