i have already got the GO ids for my genes but now how do i extract some information from the GO ids for each gene? for example i want to extract JAK-STAT cascade or cellular protein metabolic process, how do i extract that?
Tool for Human Gene Functional classes in R
I am looking for a tool that would help me extract detailed information about a list of genes, whether it is kinases or proteases etc. Is there any package in R that would take a list of genes as input (gene symbol or entrez id ) and output the functionality of each gene.
• 2,939 views
•
link
3 answers
• 1 views
•
link
I use clusterProfiler for functional analysis along with Bitr.
• 1 views
•
link
and here is an example of using bitr to map GO to gene and vice versa by specify the fromType and toType.
• 1 views
•
link
GeneSCF will be simple and perfect for your task (but NOT in R).
Gene Set Clustering based on Functional annotation (GeneSCF)
• 1 views
•
link
Log in to answer this question.