View source: R/pathway_analysis.R
gsea_sumplot | R Documentation |
Summary plot of selected up/down regulated gene-sets for gene set enrichment analysis.
gsea_sumplot(
gseares_path,
pos_sel,
neg_sel,
pvalflag = TRUE,
interactive = FALSE
)
gseares_path |
path to GSEA output. |
pos_sel |
a character vector of upregulated gene-set names. |
neg_sel |
a character vector of downregulated gene-set names. |
pvalflag |
a logical value indicating whether to use adjusted p value in the plot. Default to TRUE. |
interactive |
a logical value indicating whether to generate an interactive plot. Default to FALSE. |
this function does not support output from GSEA R implementation
a ggplot
object or plotly
object if interactive is set to TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.