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)


xiayh17/RNAseqStat documentation built on June 16, 2022, 11:51 a.m.