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

An DOSE::enrichResult-class will produced by clusterProfiler::enrichKEGG or RNAseqStat::enrich_kegg. RNAseqStat::kegg_barplot make a barplot from enrichResult.

test <- enrich_kegg(deg_data = DEG_df, x = "log2FoldChange", y = "pvalue")
kegg_barplot(test)


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