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