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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.