View source: R/enhance_barplot.R
kegg_barplot | R Documentation |
plot for enrich_kegg result
kegg_barplot(data, top = -10, down_label = "Down")
data |
a enrich_kegg result, list format contains Up and Down |
top |
top rows of up and down |
down_label |
which one is Down |
a ggplot OB
## Not run: test <- enrich_kegg(deg_data = DEG_df, x = "log2FoldChange", y = "pvalue") kegg_barplot(test) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.