Description Usage Arguments Value See Also
Convenience function to divide taxa_sums
output vector by the
total number of sequences.
Samples present in the second phyloseq
object –specific
– are discarded
from the first one –physeq
.
Taxa/OTU present in the second phyloseq
object –specific
– and supposedly
of interest are stored.
The relative abundances of these taxa/OTU of interest are then computed.
1 | relative_abd_without_specific_sample(physeq, specific)
|
physeq |
|
specific |
|
A numeric-class
with length equal to the number of species
present in the second –specific
– phyloseq
object.
Names indicate the taxa ID, and value equal to the taxa/OTU
relative abundance in the first –physeq
– object (pruned of specific samples).
taxa_sums
on which this function is based.
See ctrl_samples_stats
for a usage example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.