Description Usage Arguments Details Value Examples
Filters TimeSeriesExperiment
object to keep only chosen
features. All relevant slots are updates.
1 | filterFeatures(object, features)
|
object |
TimeSeriesExperiment object |
features |
features (genes) to keep |
The slots for collapsed data and time series formatted data are
filtered accordingly, but dimensionReduction
,
clusterAssignment
and differentialExpression
are reset to
NULL
as different set of features would output in different results.
"TimeSeriesExperiment" object
1 2 3 4 | data("endoderm_small")
features <- 1:100
endoderm_small <- filterFeatures(endoderm_small, features)
endoderm_small
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.