sort {dexus} | R Documentation |
This function sorts the result object by I/NI values or p-values such that the transcripts with the highest I/NI value or the lowest p-value are ranked first.
object |
An instance of "DEXUSResult". |
An instance of "DEXUSResult".
Guenter Klambauer klambauer@bioinf.jku.at and Thomas Unterthiner unterthiner@bioinf.jku.at
data(dexus) res <- dexus(countsBottomly[1:100, ]) sort(res)