Description Usage Arguments Value Examples
View source: R/filter_summary_bar_density.R
Data visualization by bar plot / density plot
1 2 3 4 5 6 | filter_summary_bar_density(
MAE,
samples_discard = NULL,
filter_type,
sample_condition
)
|
MAE |
A multi-assay experiment object |
samples_discard |
The list of samples to filter |
filter_type |
Either 'By Microbes' or 'By Metadata' |
sample_condition |
Which condition to check e.g. 'SEX' |
A plotly object
1 2 3 4 5 6 7 | data_dir = system.file('extdata/MAE.rds', package = 'animalcules')
toy_data <- readRDS(data_dir)
result <- filter_summary_bar_density(toy_data,
samples_discard = c('subject_2', 'subject_4'),
filter_type = 'By Metadata',
sample_condition = 'SEX')
result
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.