plot_fgsea | R Documentation |
Plot heatmap with enrichment scores by contrast
plot_fgsea(
x,
trim = 70,
sets,
nes = TRUE,
cluster_row = FALSE,
cluster_col = FALSE,
...
)
x |
list from |
trim |
trim long names, default more than 70 characters |
sets |
display contrasts sharing n or more sets for n > 1. If n = 1, then only plot unique sets. If missing, then plots all sets, default. |
nes |
plot NES (or ES if FALSE) |
cluster_row |
Cluster dendrogram rows, default is an alphabetical list |
cluster_col |
Cluster dendrogram columns, default FALSE |
... |
other options passed to |
Chris Stubben
## Not run:
library(hciRdata)
fc <- write_gsea_rnk(res, write=FALSE)
x <- fgsea_all(fc, msig_pathways$KEGG, FDR= 0.25)
plot_fgsea(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.