Description Usage Arguments Value
View source: R/featureSubset.R
Reduce an ExpressionSet by a given list of ids. Note the ids must match the featureNames of the ExpressionSet. The result is an ExpressionSet limited to only those features in "id" list.
1 | featureSubset(eset, ids, debug = TRUE)
|
eset |
An ExpressionSet to subset |
ids |
A vector of featureNames to subset the ExpressionSet on. |
A new ExpressionSet reduced by the features in 'ids'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.