Description Usage Arguments Value
Plot top enriched genesets
1 2 3 4 5 6 7 8 9 10 | .dots_plot(
hyp_df,
top = 20,
abrv = 50,
sizes = TRUE,
pval_cutoff = 1,
fdr_cutoff = 1,
val = c("fdr", "pval"),
title = ""
)
|
hyp_df |
A dataframe from a hyp object |
top |
Limit number of genesets shown |
abrv |
Abbreviation length of genesetlabels |
sizes |
Size dots by geneset sizes |
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.