OTUtoTaxa | R Documentation |
Input OTUs and outputs their taxonomic detail, optinally trimmed to their common taxonomic levels.
OTUtoTaxa(otus, Taxonomy, common.name = F, uniques = F,
minimum.level = Inf)
otus |
Species IDs found in first column of Taxonomy |
Taxonomy |
Taxonomy whose first column has OTUs/species IDs and whose second column has greengenes-compatible taxonomic strings |
common.name |
Logical indicating whether or not to trim the output to the longest common prefix in the taxonomic strings of all otus |
uniques |
Logical whether or not to trim list to only unique entries |
minimum.level |
integer indicating the minimum number of taxonomic levels to include starting from the coarsest (Left-most) taxonomic level. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.