ldamarker | R Documentation |
Identify biomarker by using LEfSe method
ldamarker(physeq, group, pvalue = 0.05, normalize = TRUE, method = "relative")
physeq |
A |
group |
group. A character string specifying the name of a categorical variable containing grouping information. |
pvalue |
pvalue threshold for significant results from kruskal.test |
normalize |
to normalize the data before analysis(TRUE/FALSE) |
method |
A list of character strings specifying |
Kai Guo
data("Physeq")
res <- ldamarker(physeq,group="group")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.