knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(RNAseqStat)
An DOSE::gseaResult-class
will produced by clusterProfiler::gseKEGG
or RNAseqStat::enrich_gsekegg
. RNAseqStat::enhance_gseplot
make a GSE plot from gseaResult
.
gsekegg_res <- enrich_gsekegg(DEG_df,x = "log2FoldChange") plots_l <- enhance_gseplot(gsekegg_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.