Bu the input file requires either Gene Id or Gene Symbol. In my case i have only GO iDs. How can your tool can be modified to extract ontology from GO IDs
• 0 views
•
link
HI,
I have a list of GO Ids and I want to know their BP, MF and CC. Is it possible to get those BPs, MFs or CC either through online resource or in R. Thanks in advance.
Check out
Using GeneSCF, you can download complete GO (BP,CC,MF) as simple text file along with the genes in each process.
Gene Set Clustering based on Functional annotation (GeneSCF)
Bu the input file requires either Gene Id or Gene Symbol. In my case i have only GO iDs. How can your tool can be modified to extract ontology from GO IDs
Use 'prepare_database' module from GeneSCF.
./prepare_database -db=GO_all -org=hsa
The above biostar page for GeneSCF 'Two step process' explains in detail.
Log in to answer this question.