Entering edit mode
3.0 years ago
Space_Life
▴
50
Hi, I was wondering if we can access GO terms in R using QuickGO or other tools. I have a huge list of UniprotKB for which I need to create a data set of GO terms and further visualize it. QuickGO seems a good way, however, I could not find a tutorial for a newbie like me. Kindly let me know if there are any. Thank you.
Do you want to just access the GO terms and genes, or did you want to run GSEA or enrichment analysis on the terms?
I am only looking to access the list of GO terms for a list of UniprotKBs now. No enrichment analysis. However, I am planning to have a frequency of certain genes associated to a specific GO terms. Thank you.
I prefer the biomaRt package for this. Here's a random example of grabbing the GO terms associated with a few human genes.
See their documentation for more info.
Thank you for the reply. Would it work if I have a random list of UniprotKB IDs from different organisms? Thank you.
You would need to search separately for each species.
I am sorry for the late reply. I have a long list of UniprotKBs coming from multiple species. I just downloaded the CSV file from Uniprot website. Thank you.