This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tool or package to make a plot of multiple species GO comparison

I wanted to plot GO enrichment results of multiple species (10) to compare the enriched terms. Can anyone suggest tool or package for my purpose? An example of the desired plot is below.

enter image description here

go visualization gene-ontology

1 answer

I have an R package called KOGMWU (available from CRAN), it is based on KOG annotations and is designed for multi-species comparisons of broad functional responses. The instructions are in the code example listed in the package. The example paper that uses it is this: https://matzlab.weebly.com/uploads/7/6/2/2/76229469/dixon15-science.pdf , and also this one (shows that red coral larvae are similar to overwintering insect) - https://matzlab.weebly.com/uploads/7/6/2/2/76229469/strader16_diapause.pdf . You can get KOG annotations from eggnog-mapper (see here how to reformat results: https://github.com/z0on/emapper_to_GOMWU_KOGMWU ) - Misha

Log in to answer this question.