View source: R/excludeFeatures.R
excludeFeatures | R Documentation |
Exclude specific features at a specified taxonomic rank. Only for taxonomic datasets with multiple taxonomic ranks.
excludeFeatures(
dataset = NULL,
features,
reset = F,
rank = NULL,
temp = F,
silent = F
)
dataset |
MicroVis dataset. Defaults to the active dataset |
features |
Vector of features (at any rank) to select |
reset |
Reset the feature remover to include all features prior to processing |
rank |
(Optional) Specify a rank from which to select features. Searches through all ranks by default |
temp |
This parameter has no use in this function and can be removed |
silent |
Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages. |
Dataset with list of excluded features that is passed to runFeatureFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.