Description Usage Arguments Value Examples
View source: R/filter_smeta_class.R
The data is filtered by so that the named levels of a factor are included/excluded from the dataset.
1 | filter_smeta(mode = "include", levels, factor_name, ...)
|
mode |
(character) Mode of action. Allowed values are limited to the following:
The default is |
levels |
(character) The level name(s) for filtering. |
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
A filter_smeta
object.
1 2 3 | D = MTBLS79_DatasetExperiment()
M = filter_smeta(mode='exclude',levels='QC',factor_name='QC')
M = model_apply(M,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.