View source: R/enhance_gseplot.R
enhance_gseplot | R Documentation |
plot gseKEGG plots by up and down
enhance_gseplot(data, top = 10, pvalue_cut = 0.1, enrichmentScore_cut = 0.5)
data |
output from enrich_gseKEGG |
top |
filter top by pvalue |
pvalue_cut |
filter cut of pvalue |
enrichmentScore_cut |
filter cut of enrichmentScore |
a list contains up and down
## Not run: gsekegg_res <- enrich_gsekegg(DEG_df,x = "log2FoldChange") plots_l <- enhance_gseplot(gsekegg_res) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.