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