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

## S3 method for class 'SpliceExprSet'
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

Author(s)

Laurent

See Also

SpliceExprSet-class

Examples

data(spliceset)

s.spliceset <- sort.SpliceExprSet(spliceset)


[Package splicegear version 1.56.0 Index]