View source: R/diversity_beta_boxplot.R
diversity_beta_boxplot | R Documentation |
Beta diversity boxplot
diversity_beta_boxplot(
MAE,
tax_level,
input_beta_method,
input_select_beta_condition
)
MAE |
A multi-assay experiment object |
tax_level |
The taxon level used for organisms |
input_beta_method |
bray, jaccard |
input_select_beta_condition |
Which condition to group samples |
A plotly object
data_dir <- system.file("extdata/MAE.rds", package = "animalcules")
toy_data <- readRDS(data_dir)
p <- diversity_beta_boxplot(toy_data,
tax_level = "genus",
input_beta_method = "bray",
input_select_beta_condition = "DISEASE"
)
p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.