This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Regarding Rankprod

Dear All,

I tried to run RankProd in R which is installed in linux.

Because I have large datasets I tried to your RPadvance, it runs fine if I don't use huge=TRUE.

When I use this

RP.out <- RPadvance(data, cl, origin, num.perm=100, logged=TRUE, na.rm=TRUE, plot=FALSE, rand=123, huge=TRUE)

I get error

Error in RPadvance(data, cl, origin, num.perm=100, logged=TRUE, :unused argument(s) (huge=TRUE)

When I run the same thing in R installed in windows it runs fine.

Any idea how to overcome this.

Thanks in advance

Regards,
Ravi

bioconductor

make sure you are running the latest version of RankProd on both Linux and windows

Thanks for the response. Ya that was the problem indeed.

1 answer

I found out where the problem was. I have two different version of RankProd running and the older version doesn't have memory efficient version.

Thanks,

Regards

Log in to answer this question.