enrich_barplot | R Documentation |
Make barplot of enrichment analysis.
enrich_barplot(obj, x = "GeneRatio", show_category = 10, title = "") ## S3 method for class 'enrichResult' enrich_barplot(enr, x = "GeneRatio", show_category = 10, title = "") ## S3 method for class 'data.frame' enrich_barplot(resdf, x = "GeneRatio", show_category = 10, title = "")
obj |
Results returned by |
x |
Which column used as x-axis |
show_category |
How many annotation terms to show. |
title |
Title of plot. |
enrichResult
: Barplot for enrichResult
instance
data.frame
: Barplot for data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.