Description Usage Arguments Value Examples
View source: R/pime.prevalence.R
This function takes the output of pime.split.by.variable
. It estimates the highest prevalence
possible (no empty OTU/ASV table), calculates prevalence for taxa, starting at 5
maximum prevalence possible (no empty OTU table or dropping samples).
After prevalence calculation, each prevalence interval are merged.
1 | pime.prevalence(phylist)
|
phylist |
Input, takes a list of phyloseq objects (one for each variable),
output from |
A list with a phyloseq object (OTU/ASV and metadata table) per prevalence interval.
1 2 | phylist=pime.split.by.variable(restroom, "Environment")
prev=pime.prevalence(phylist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.