sortGsri {GSRI} | R Documentation |
Sort the results of an Gsri
object.
sortGsri(x, names, decreasing=TRUE, na.last=NA, ...)
x |
Object of class |
names |
Columns along which the results of |
decreasing |
Logical indicating whether the sorting should be in
decreasing (default) or ascending order, see |
na.last |
How |
... |
Additional arguments, currently not used. |
An object of class Gsri
, with sorted slots result
and cdf
.
signature(x="Gsri", names="ANY")
Julian Gehring
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
Package:
GSRI-package
Class:
Gsri
Methods:
gsri
getGsri
getCdf
getParms
export
sortGsri
plot
show
summary
readCls
readGct
## Not run: sortGsri(object, c("pRegGenes", "nGenes")) sortGsri(object, c(1, 5)) ## End(Not run)