sort.SpliceExprSet: A function to sort a SpliceExprSet
Description
Sort the probes in a SpliceExprSet (and reflect this in all the
relevant places.
Usage
"sort"(x, decreasing, fun = function(x) order(x@probes@pos[, 1]), reverse = FALSE, ...)
Arguments
decreasing
currently ignored
fun
a function to do the sorting
reverse
return the reverse of the sorting order
Value
An object of class SpliceExprSet
Examples
Run this codedata(spliceset)
s.spliceset <- sort.SpliceExprSet(spliceset)
Run the code above in your browser using DataLab