This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to build GO dengrogram using already enriched GO term?

I have a question. I have a GO enrichment data for example, several significant GO terms, How can I build GO dendrogram using these significant GO terms with p-value? Please recommand some software.Thanks a lot!

rna-seq

3 answers

Do you mean an Acyclic graph? You can make them with topGO in R.

http://bioconductor.org/packages/release/bioc/html/topGO.html

Have a look at clusterProfiler from Bioconductor, I think you mean something like this: http://bioconductor.org/packages/release/bioc/vignettes/clusterProfiler/inst/doc/clusterProfiler.html#plotgograph

Thanks for the answers. But I am analyzing the data not from the model plants. Is it ok to use the above two software?

Log in to answer this question.