View source: R/enhance_barplot.R
geskegg_barplot | R Documentation |
plot for enrich_gsekegg result
geskegg_barplot(data, pvalue_cut = 0.1, enrichmentScore_cut = 0.5, top = -10)
data |
a enrich_gsekegg result |
pvalue_cut |
filter by pvalue |
enrichmentScore_cut |
filter by enrichmentScore |
top |
top rows of up and down |
ggplot ob
## Not run: test <- enrich_gsekegg(DEG_df,x = "log2FoldChange") geskegg_barplot(test) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.