knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(RNAseqStat)

An DOSE::gseaResult-class will produced by clusterProfiler::gseKEGG or RNAseqStat::enrich_gsekegg. RNAseqStat::geskegg_barplot make a barplot from gseaResult.

test <- enrich_gsekegg(DEG_df,x = "log2FoldChange")
geskegg_barplot(test)


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