Learn R Programming

splicegear (version 1.44.0)

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

x
a SpliceExprSet.
decreasing
currently ignored
fun
a function to do the sorting
reverse
return the reverse of the sorting order
...
currently ignored

Value

An object of class SpliceExprSet

Details

See Also

SpliceExprSet-class

Examples

Run this code
data(spliceset)

s.spliceset <- sort.SpliceExprSet(spliceset)

Run the code above in your browser using DataLab