.dots_multi_plot | R Documentation |
Plot top enriched genesets across multiple signatures
.dots_multi_plot(
multihyp_data,
top = 20,
abrv = 50,
size_by = c("genesets", "significance", "none"),
pval_cutoff = 1,
fdr_cutoff = 1,
val = c("fdr", "pval"),
title = ""
)
multihyp_data |
A list of hyp objects |
top |
Limit number of genesets shown |
abrv |
Abbreviation length of genesetlabels |
size_by |
Size dots by e.g. c("genesets", "significance", "none") |
pval_cutoff |
Filter results to be less than pval cutoff |
fdr_cutoff |
Filter results to be less than fdr cutoff |
val |
Choose significance value e.g. c("fdr", "pval") |
title |
Plot title |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.