barplot_go | R Documentation |
This function visualizes gene ontology results from ClueGO as bar plot.
barplot_go( go_data, type = "cluego", top = "50", go_process = "", min_genes = "", header = "" )
go_data |
Input GO data to visualize. |
type |
Default cluego. Parameter to specify input data source. |
top |
Default value is 50. Parameter to set top number of processes to be visualized. |
go_process |
Turned off by default. Parameter to add a specific keyword to only visuzalize GO terms that contains it. |
min_genes |
Turned off by default. Parameter to set threshold for biological processes containing minimum number of genes. |
header |
Set a title for the barplot. |
A bar plot of gene ontology results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.