reneshbedre/bioinfokit

error: dataframe contains non-numeric values in pv column

daschukds opened this issue · 1 comments

Hi.

some of pvalue of my data has xxxxxx e-10 form (My csv data contains 'xxxxxx e-10' for pvalue.). And volcano plot cannot handle exponential format.
I tried to convert it to float by using float() in dataframe. But it shows the same error.

Could you suggest any workaround for this?
Thanks,

I found the error.