pc_otu | R Documentation |
Create a pc_otu class object
pc_otu(otutab = data.frame(), metadata = data.frame(), taxonomy = NULL, ...)
otutab |
an otutab data.frame, samples are columns, taxs are rows. |
metadata |
a metadata data.frame, samples are rows |
taxonomy |
a taxomomy data.frame, look out the rowname of taxonomy and otutab should matched! |
... |
add |
pc_otu
data(otutab, package = "pcutils")
pc_tax1 <- pc_otu(otutab, metadata)
print(pc_tax1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.