add_tax | R Documentation |
Add taxonomy for a pc_otu object
add_tax(pc, taxonomy)
pc |
a pc_otu object |
taxonomy |
a taxomomy data.frame, look out the rownames of taxonomy and otutab should matched! |
pc_otu
data(otutab, package = "pcutils")
pc_tax1 <- pc_otu(otutab, metadata)
pc_tax1 <- add_tax(pc_tax1, taxonomy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.