| get_tibble | R Documentation | 
Utility to convert phyloseq slots to tibbles.
get_tibble(x, slot = "otu_table", column_id = "column_id")
| x | 
 | 
| slot | Must be one of c("otu_table", "sam_data", "tax_table"). Default= "otu_table" | 
| column_id | Provide name for the column which will hold the rownames of slot. | 
A tibble
library(microbiomeutilities)
data("zackular2014")
p0 <- zackular2014
otu_tibble <- get_tibble(p0,slot="otu_table",column_id="OTUID")
head(otu_tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.