plot_ef_bar | R Documentation |
bar and dot plot of effect size microbiomeMarker data. This function returns
a ggplot2
object that can be saved or further customized using ggplot2
package.
plot_ef_bar(mm, label_level = 1, max_label_len = 60, markers = NULL)
plot_ef_dot(mm, label_level = 1, max_label_len = 60, markers = NULL)
mm |
a |
label_level |
integer, number of label levels to be displayed, default
|
max_label_len |
integer, maximum number of characters of feature label,
default |
markers |
character vector, markers to display, default |
a ggplot project
data(enterotypes_arumugam)
mm <- run_limma_voom(
enterotypes_arumugam,
"Enterotype",
contrast = c("Enterotype 3", "Enterotype 2"),
pvalue_cutoff = 0.01,
p_adjust = "none"
)
plot_ef_bar(mm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.