| join_otu_tax | R Documentation |
Utility to join otu_table and tax_table to tibble.
join_otu_tax(x, column_id = "OTUID")
x |
|
column_id |
Provide name for the column which will hold the rownames of slot. |
A tibble
library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
otu_tax <- join_otu_tax(p0,column_id = "OTUID")
head(otu_tax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.