Description Usage Arguments Value See Also Examples
Return a named vector of samples with the number of taxa/OTU where their abundance was not null. It is similar to the observed richness.
1 | sample_prev(physeq)
|
physeq |
|
A numeric-class
with length equal to the number of samples
in the table, name indicated the sample ID, and value equal to the number of taxa/OTU
each samples contains.
taxa_sums
on which this function is based.
taxa_prev
for taxa/OTU prevalence across samples.
1 2 3 | require(phyloseq)
data(esophagus)
sample_prev(esophagus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.