I have a list of differentially expressed genes that I have manually put into the GO Enrichment Analysis, using the web tool (http://geneontology.org/).
Now, I am trying to create a chord plot using the GOplot tool (https://wencke.github.io/). As input, GOplot expects results of the functional analysis formatted with at least four columns (category, term, genes, adjusted p-value). However, the output from GO Enrichment Analysis is not formatted like that, it only contains the following columns: GO biological process, REFLIST (22712), upload_1 (FDR), [and a couple of other metrics that I've removed for simplicity].
Is there any other tool that outputs the GO analysis in the format GOplot is expecting? Any other solutions to turn to?
gProfiler was what I needed, thanks!
Great! I love gProfiler.