Skip to content
Prev 1206 / 21307 Next

[Bioc-devel] Bioc-devel Digest, Vol 40, Issue 3

Yes it does.

The reason the R version is a bit slower than C is mainly because of 
the need to handle NAs and to treat ties carefully. Without these 
considerations, the R implementation is nearly as fast. Try 
normalizeQuantiles(ties=FALSE) for more speed.

Regards
Gordon