Description Usage Arguments Value Author(s) See Also Examples
View source: R/dataManagementFunctions.r
Limit an ExpressionSet
object to a subset of its features.
1 | 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
1 2 3 4 5 | # load data
data(pollackGE16)
# order the copy number data genomically
pollackGE16 <- ExpressionSet2subset(pollackGE16, c(1:50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.