View source: R/featureFiltering.R
filterLowAbun | R Documentation |
Filter Low Abundance Features
filterLowAbun(
dataset = NULL,
min_abun = NULL,
min_proportion = NULL,
silent = F
)
dataset |
MicroVis dataset (mvdata object) |
min_abun |
(Optional) (Default = 1) Abundance threshold. Only features with at least this much abundance in min_proportion percent of samples will be KEPT. |
min_proportion |
(Optional) (Default = 20) Low abundance proportion threshold. Only features with at least min_abun abundance in this percentage of samples will be KEPT. |
silent |
Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages. |
MicroVis dataset (mvdata object) with updated low abundance filtering parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.