Description Usage Arguments Value Examples
Function for get richness and count summary for each sampleid using phyloseq
1 | richness_phyloseq(abund.tab)
|
abund.tab |
Integer abundance table including only interger values (row names are OTU/KO/GENES) |
richness summary table
1 2 | otu_richness=richness_phyloseq(OTUDATA$otu.tab)
ko_richness=richness_phyloseq(round(KODATA$ko.tab))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.