sort.SpliceExprSet {splicegear}R Documentation

A function to sort a SpliceExprSet

Description

Sort the probes in a SpliceExprSet (and reflect this in all the relevant places.

Usage

sort.SpliceExprSet(x, fun = function(x) order(x@probes@pos[, 1]), reverse = FALSE)

Arguments

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

Details

Value

An object of class SpliceExprSet

Author(s)

Laurent

See Also

SpliceExprSet-class

Examples

data(spliceset)

s.spliceset <- sort.SpliceExprSet(spliceset)


[Package Contents]