go_volcano_plot | R Documentation |
Generates a volcano plot for Gene Ontology (GO) enrichment results from a specified component of a GO data object. Highlights significant GO terms (based on adjusted p-value) and labels the top 30 enriched terms with p.adjust < 0.7.
go_volcano_plot(x = GO_data, component = "V5N", extraTitle = "")
x |
A list-like object containing GO enrichment results for different components. Default is 'GO_data'. |
component |
A character string indicating the name of the component within 'x' to plot. Default is '"V5N"'. |
extraTitle |
An optional string to append to the plot title. If empty, it defaults to '"Component : <component>"'. |
A 'ggplot' object displaying the volcano plot of GO terms for the specified component.
# Assuming GO_data is a properly formatted object with a "V5N" component
go_volcano_plot(GO_data, component = "V5N")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.