ExpressionSet2subset {sigaR} | R Documentation |
Limit an ExpressionSet
object to a subset of its features.
ExpressionSet2subset(GEdata, featureSubset, verbose=TRUE)
GEdata |
Object of class |
featureSubset |
Object of class |
verbose |
Logical indicator: should intermediate output be printed on the screen? |
Object of class ExpressionSet
, restricted to the specified subset of features.
Wessel N. van Wieringen: w.vanwieringen@vumc.nl
# load data data(pollackGE16) # order the copy number data genomically pollackGE16 <- ExpressionSet2subset(pollackGE16, c(1:50))