View source: R/summarizeTaxonomicAssignments.R
| summarizeTaxonomicAssignments | R Documentation | 
Summarize Taxonomic Assignments
summarizeTaxonomicAssignments(x)
| x | A phyloseq object | 
Percentage of taxa that have been assigned to the different taxonomic levels. Non assigned levels must be NA. Check biomeUtils::cleanTaxonomy.
tibble with overview of taxonomic assignments.
Sudarshan A. Shetty
library(biomeUtils)
data("SprockettTHData")
# run cleanTaxonomy if special characters are
# present in tax_table
summarizeTaxonomicAssignments(SprockettTHData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.