reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
333 stars 77 forks source link

error: dataframe contains non-numeric values in pv column #46

Closed daschukds closed 2 years ago

daschukds commented 2 years ago

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,

daschukds commented 2 years ago

I found the error.