prune_taxaSamples | R Documentation |
Prune a phyloseq object to exclude empty taxa/samples, which are prone to happen when a phyloseq object is subsetted.
prune_taxaSamples(physeq, flist_taxa = kOverA2(k = 1, A = 0), flist_samples = function(x) sum(x > 0) > 0, max.iter = 3)
flist_taxa |
function for filtering taxa, default to non-empty pruning |
flist_samples |
function for filtering sample, default to non-empty pruning |
max.iter |
maximum number of iterations |
the pruned phyloseq object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.