rsa(x, geneColumn="GeneID", lowerBound=0, upperBound=1, reverse=FALSE, drop=FALSE)
cellHTS
.geneColumn
:x
has to be a cellHTS2
object which
has been scored, summarized and annotated. For details on the RSA
algorithm please see the publication referenced below.NATURE METHODS | VOL.4 NO.10 | OCTOBER 2007 | 847
cellHTS
data(KcViabSmall)
KcViabSmall <- scoreReplicates(KcViabSmall, sign="-", method="zscore")
KcViabSmall <- summarizeReplicates(KcViabSmall, summary="mean")
ranking <- rsa(KcViabSmall)
head(ranking)
Run the code above in your browser using DataLab