ExpressionSet2order {sigaR} | R Documentation |
Orders the features within a ExpressionSet
-object in accordance with their genomic order.
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
# load data data(pollackGE16) # order the copy number data genomically pollackGE16 <- ExpressionSet2order(pollackGE16, 1, 2)