sort.SpliceExprSet {splicegear} | R Documentation |
Sort the probes in a SpliceExprSet (and reflect this in all the relevant places.
## S3 method for class 'SpliceExprSet': sort(x, decreasing, fun = function(x) order(x@probes@pos[, 1]), reverse = FALSE, ...)
x |
a SpliceExprSet . |
decreasing |
currently ignored |
fun |
a function to do the sorting |
reverse |
return the reverse of the sorting order |
... |
currently ignored |
An object of class SpliceExprSet
Laurent
data(spliceset) s.spliceset <- sort.SpliceExprSet(spliceset)