Description Usage Arguments Value Author(s) See Also Examples
View source: R/dataManagementFunctions.r
Orders the features within a ExpressionSet
-object in accordance with their genomic order.
1 | ExpressionSet2order(GEdata, chr, bpstart, verbose=TRUE)
|
GEdata |
Object of class |
chr |
Column in the slot |
bpstart |
Column in the slot |
verbose |
Logical indicator: should intermediate output be printed on the screen? |
Object of class ExpressionSet
, now genomically ordered.
Wessel N. van Wieringen: w.vanwieringen@vumc.nl
1 2 3 4 5 | # load data
data(pollackGE16)
# order the copy number data genomically
pollackGE16 <- ExpressionSet2order(pollackGE16, 1, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.