plotLEFSE | R Documentation |
Plot LEfSe analysis (not cladogram plot)
plotLEFSE(
dataset = NULL,
factor = NULL,
alpha = 0.05,
lda_cutoff = 2,
top = 20,
byrank = F
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
Factor to analyze data by. Defaults to the active factor |
alpha |
Significance threshold. Defaults to 0.05 |
lda_cutoff |
Effect size cutoff for features to plot. Defaults to 2 |
top |
Top number of features by effect size to plot. Defaults to 20 |
byrank |
Facet plot by rank? Defaults to FALSE |
Plot of effect sizes of significant features from LEfSe analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.