| run_marker | R Documentation |
run_marker is a wrapper of all differential analysis functions.
run_marker(
ps,
group,
da_method = c("lefse", "simple_t", "simple_welch", "simple_white", "simple_kruskal",
"simple_anova", "edger", "deseq2", "metagenomeseq", "ancom", "ancombc", "aldex",
"limma_voom", "sl_lr", "sl_rf", "sl_svm"),
taxa_rank = "all",
transform = c("identity", "log10", "log10p", "SquareRoot", "CubicRoot", "logit"),
norm = "none",
norm_para = list(),
p_adjust = c("none", "fdr", "bonferroni", "holm", "hochberg", "hommel", "BH", "BY"),
pvalue_cutoff = 0.05,
...
)
ps |
a |
group |
character, the variable to set the group |
da_method |
character to specify the differential analysis method. The options include:
|
taxa_rank |
character to specify taxonomic rank to perform
differential analysis on. Should be one of
|
transform |
character, the methods used to transform the microbial
abundance. See
|
norm |
the methods used to normalize the microbial abundance data. See
|
norm_para |
arguments passed to specific normalization methods |
p_adjust |
method for multiple test correction, default |
pvalue_cutoff |
numeric, p value cutoff, default 0.05. |
... |
extra arguments passed to the corresponding differential analysis
functions, e.g. |
This function is only a wrapper of all differential analysis functions, We recommend to use the corresponding function, since it has a better default arguments setting.
a microbiomeMarker object.
run_lefse(),run_simple_stat(),run_test_two_groups(),
run_test_multiple_groups(),run_edger(),run_deseq2(),
run_metagenomeseq,run_ancom(),run_ancombc(),run_aldex(),
run_limma_voom(),run_sl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.