yufree / xMSannotator

fork from https://sourceforge.net/projects/xmsannotator/
https://sourceforge.net/projects/xmsannotator/
9 stars 13 forks source link

multilevelannotation: Error in round(dataA$time, 1) : non-numeric argument to mathematical function #10

Open lcamVz opened 1 year ago

lcamVz commented 1 year ago

Hi,

I am getting this error.

`test<-xMSannotator::multilevelannotation(positive_exu2,

cormethod = "spearman",

                                      mode = "pos",
                                      outloc = "OUTPUT/",
                                      db_name = "KEGG",
                                      redundancy_check = TRUE
                                 )`

Allowing multi-threading with up to 2 threads. Error in round(dataA$time, 1) : non-numeric argument to mathematical function

What could it be?

yufree commented 1 year ago

Maybe you need to change your time as numeric variable.