xdomingoal / erah-devel

eRah development version. For downloads, please use CRAN
http://xdomingoal.github.io/erah-devel/
GNU General Public License v3.0
5 stars 5 forks source link

Error with recMissComp function from eRah package R #12

Open Carolingien opened 2 years ago

Carolingien commented 2 years ago

I always get an error message at the step of the recovery missing compounds. I played with the threshold of minimum sample's number but it doesn't resolve the problem.

Exemple of what I get :

erah.out <-recMissComp(erah.out, min.samples=1) |======================= | 46%Error in rbind(as.matrix(Experiment@Data@FactorList[cInd][[1]]), as.matrix(new.list)) : number of columns of matrices must match (see arg 2)

erah.out <-recMissComp(erah.out, min.samples=5) |================= | 34%Error in rbind(as.matrix(Experiment@Data@FactorList[cInd][[1]]), as.matrix(new.list)) : number of columns of matrices must match (see arg 2)

Thank you for your help.