Description Usage Arguments Value
Dotplot from a list of GSEA results
1 2 3 4 5 6 | plot_deseq_gsea_list(
gsea_list,
p_co = 0.05,
pattern = "HALLMARK_",
dropNonSig = TRUE
)
|
gsea_list |
A list of tibble of GSEA results |
p_co |
A double - the cutoff of adjusted p-value. Default value is |
pattern |
A string - the pattern to remove in the plot. Default value is |
dropNonSig |
A logical - whether to drop non-significant pathways in the plot. Default value is |
A ggplot2 plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.