View source: R/speciesPicrustFunctions.R
filter_species_abunds | R Documentation |
Filter species found in few samples and/or low abundance
filter_species_abunds(
species_dat,
filter_type = "mean",
minMeanAbund = 0,
minSampFrac = 0
)
species_dat |
OTU table |
filter_type |
Either "mean" or "fracNonzero" |
minMeanAbund |
minimum mean relative abundance for inclusion of a taxon |
minSampFrac |
minimum fraction of samples with nonzero abundance for inclusion of a taxon |
Filtered species table
filter_species_abunds(species_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.