Description Usage Arguments Value
Summarize.Taxa
Make taxa summary tables similar to QIIME summarize_taxa.py. Summarizes through the first 7 levels of taxonomy of OTUs/SVs wherein the levels are labeled as:
 1-Kingdom
 2-Phylum
 3-Class
 4-Order
 5-Family
 6-Genus
 7-Species
 8- Features with full taxonomy strings
| 1 | SummarizedTaxa<-Summarize.Taxa(SVtable, TaxTable)
 | 
| FEATURES | Table of feature/OTU/SV COUNTS where Samples are columns, and IDs are row names | 
| TAXONOMY | Table of taxonomies to aggregate on as identified above wherein the column names correspond to the taxonomic level | 
A Named List of data frames of each level. Access by like TABLE$Genus or TABLE[[i]] where i is taxonomic level above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.