Dear All,
I have done GO-enrichment analysis in goseq
package in R
. I have a vector with significant GO ids and I'd like to visualise it in a manner similar to this example. So significant GOs are colored and the tree is drawn to the root (for example "Biological Process").
Such graph is super easy to generate using ontologizer cli (it ouputs dot file for use in GraphViz) but this program is not appropriate for RNA-seq data analysis.
The amigo visualizer is almost good but it does not color input GOs.
Can you suggest a suitable program?
Thank you all for input. jared.andrews07 - I have too many graphs to color them manually ;-).
It is not the first time when I find answer after asking for help, and here it is goatools
GeneScape can also output a DOT file, the text based graph format that graphviz understands.