DA_wrapper | R Documentation |
Wrapper function for differential abundance calling
DA_wrapper( ref_data, data, groups, method = "NBGLM", oracle_calls = NULL, control_indices = NULL )
ref_data |
absolute abundance data set (samples x features) |
data |
relative abundance data set (samples x features) |
groups |
group (cohort) labels |
method |
differential abundance calling method (e.g. "DESeq2") |
oracle_calls |
optional baseline (true) differential abundance calls |
control_indices |
if specified, these features are used as the stable features against which to normalize observed abundances (DESeq2-only) |
named list of baseline (true) differential abundance calls and calls made on relative abundances (the observed data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.