hi, How do i show a long list of GO term obtained from STRING analysis in my manuscript?I sure could include it in tabular form but was wondering if there are any other ways to show. I have tried REVIGO but the list is so big that REVIGO tree map doesn't come out clear. edit: I understand there is python package called CirGO but was looking for non coding options.
2 answers
Dear @ Bioinformatician_in_trouble
An interesting way to show enriched pathways is through dotplot here are some examples (including code)
Question: DAVID gene ontology using dotplot
Question: Dotplot for filtered pathways result
Another way is with bar charts, like this:

But all these options are code based. One tip, if you are going to continue in bioinformatics, learn the basics of R and python.
Returning to the question, I think a non-code based output would be FunRich, g:Profiler and WEB-based GEne SeT AnaLysis Toolkit
Try g:Profiler but all the good visualisations are going to need some coding.
Log in to answer this question.
Thank you both for your answers, i will probably go ahead with g:Profiler!