Description Usage Arguments Value Examples
View source: R/alpha_div_boxplot.R
Alpha diversity boxplot
1 2 3 4 5 6 7 | alpha_div_boxplot(
MAE,
tax_level,
condition,
alpha_metric = c("inverse_simpson", "gini_simpson", "shannon", "fisher", "coverage",
"unit")
)
|
MAE |
A multi-assay experiment object |
tax_level |
The taxon level used for organisms |
condition |
Which condition to group samples |
alpha_metric |
Which alpha diversity metric to use |
A plotly object
1 2 3 4 5 6 7 | data_dir = system.file('extdata/MAE.rds', package = 'animalcules')
toy_data <- readRDS(data_dir)
p <- alpha_div_boxplot(toy_data,
tax_level = 'genus',
condition = 'DISEASE',
alpha_metric = 'shannon')
p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.