View source: R/featureFiltering.R
filterLowRelAbun | R Documentation |
Filter Low Relative Abundance Features
filterLowRelAbun(dataset = NULL, top = NULL, min_relabun = NULL, silent = F)
dataset |
MicroVis dataset (mvdata object) |
top |
(Optional) Top n number of features to be kept based relative abundance. Specifying a value for this will override the min_relabun value. |
min_relabun |
(Optional) (Default) Relative abundance threshold. Features with prevalence lower than this threshold will be filtered out. |
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 relative abundance filtering parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.