Titouan Bonnot Author Answered Aug 12, 2021
INRAE - Dijon, Agroecology
Hello,
If I properly understand your question, you want to merge the REVIGO results and the data generated with the Panther GO enrichment analysis. Otherwise, GO terms+number of genes+fold enrichment+FDR are all present in the table generated with the Panther analysis. Merging two tables can be performed using the function merge.data.frame() in R. If you are not familiar with R, another option is to use Excel and the vlookup function. I would suggest this read to learn how to merge tables in excel: https://www.ablebits.com/office-addins-blog/2018/10/31/excel-merge-tables-matching-columns/
Thanks,
Titouan