ExpressionSet2order: Genomic ordering of ExpressionSet-objects.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/dataManagementFunctions.r

Description

Orders the features within a ExpressionSet-object in accordance with their genomic order.

Usage

1
ExpressionSet2order(GEdata, chr, bpstart, verbose=TRUE)

Arguments

GEdata

Object of class ExpressionSet.

chr

Column in the slot featureData of the ExpressionSet-object specifying the chromosome information of the features.

bpstart

Column in the slot featureData of the ExpressionSet-object specifying the start basepair information of the features.

verbose

Logical indicator: should intermediate output be printed on the screen?

Value

Object of class ExpressionSet, now genomically ordered.

Author(s)

Wessel N. van Wieringen: w.vanwieringen@vumc.nl

See Also

ExpressionSet.

Examples

1
2
3
4
5
# load data
data(pollackGE16) 

# order the copy number data genomically
pollackGE16 <- ExpressionSet2order(pollackGE16, 1, 2) 

sigaR documentation built on April 28, 2020, 6:05 p.m.