powered by
Make a bubble plot for significantly enriched Gene Ontologies (GO) Terms obtained after performing gene set overexpression analysis using 'ConsensusPathDB'.
plot_go_terms(df_goterms, total_no_background_genes, negative_log_10_p_value_cutoff, max_overlap)
Returns a bubble plot of type ggplot.
The tab-separated data frame with the GO terms information obtained after performing gene set overexpression analysis using 'ConsensusPathDB'.
Total no of genes in the background set.
The threshold on -log10(pvalue) to be used to identify the GO terms to be highlighted in the plot.
To prevent overlapping text, set this paramater to a number >= 20.
Raghvendra Mall
Plots the significantly enriched molecular function (m), cellular components (c) and biological processes (b) obtained via ConsensusPathDB.
data("enriched_goterms") g <- plot_go_terms(df_goterms = enriched_goterms, negative_log_10_p_value_cutoff=17) g
Run the code above in your browser using DataLab