sort.SpliceExprSet: A function to sort a SpliceExprSet

Description Usage Arguments Value Author(s) See Also Examples

View source: R/class-04-SpliceExprSet.R

Description

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

Usage

1
2
## 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

1
2
3

splicegear documentation built on Oct. 31, 2019, 7:40 a.m.