plot_top_fgsea | R Documentation |
Plot Top Enriched Pathways from fgsea Results
plot_top_fgsea(
fgsea_res,
ranked_genes,
gene_sets,
top_n = 3,
absNES = 1.5,
padj = 0.05,
filterSig = T
)
fgsea_res |
Data frame output from 'fgsea()'. |
ranked_genes |
Named vector of ranked log2 fold changes. |
gene_sets |
List of gene sets used in fgsea. |
top_n |
Integer. Number of pathways to plot. |
List of ggplot enrichment plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.