filter_features | R Documentation |
Filter features on condition
filter_features(object, condition, verbose = TRUE)
object |
SummarizedExperiment |
condition |
filter condition |
verbose |
logical |
filtered eSet
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
filter_features(object, SUPER_PATHWAY == 'Lipid')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.