get_core | R Documentation |
Get core microbiota based on ASV Poisson modelling
get_core(x, taxa_are_rows = F)
x |
A data frame representing a ASV/OTU table with raw counts or phyloseq object. |
taxa_are_rows |
A logical indicating if OTU are rows |
A data frame of species abundance distribution of core microbiome.
df <- data.frame(x=seq(0,10), y=seq(11,21))
get_core(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.