Skip to content

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

2 messages · Gordon K Smyth, Ben Bolstad

#
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
#
Note that the current C code does appropriately handle ties (depending on
your definition of appropriate) and has done so for a long time (over 5
years).

Cut from code comment:

" ** Apr 19, 2002 - Update to deal more correctly with ties (equal rank)"


Best,

Ben