I have some GO IDs. I want to see how many (total) genes are associated with particular GO Term. Could someone please help me in this?
I have some GO IDs. I want to see how many (total) genes are associated with particular GO Term. Could someone please help me in this?
You might want to take a look at Ensembl BioMart. GO related data is in the "EXTERNAL" section. Select all GO options if you need all the details of the associated GO term. The data would be available gene wise, i.e. multiple lines per gene for every GO term associated with it. Do not forget to select the "Associated gene name" option from the "GENE" section for getting the gene symbol, else you will only get the Ensembl transcript and gene IDs along with the GO terms, which I
I would have ideally recommended DAVID knowledgebase but it seems that the knowledgebase link is not available currently for some reasons. Please do try and check it out some time if it is still available. It gives all the genes-GO data in every possible combination, sorted by Biological Process,Molecular Function and Cellular Component properly in separate files.
After obtaining the files, you can count the total number of genes associated with the desired GO terms using a simple script.
Duplicate of: Retrieve All Genes Associated With A Go Term
Hi
I tried Biomart and used ensembl gene 72 database followed by yeast database (i am working on cervesiae). then selected what you said and found 31 genes associated with the GO term which i was looking but i crossed check with amigo (GOC) and found that there are 255 genes annotated to the term. I do not know why there is a difference?
I tried to replicate your issue. But I am getting only 24 entries for GO:0006520 amigo (GOC) downloaded file named gene_association.sgd
for Saccharomyces cerevisiae whereas there are 31 entries for the same GO term from Ensembl gene 79. Out of these 31 entries, 3 do not have an associated gene name. Hence, total unique gene names are 28 only. Also, the 24 genes obtained from amigo are a complete subset of these 28 genes from Ensembl.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi
Could you please give me the sample of how I can get all annotated genes to this GO:0006520?
Hi
How this information is telling the total number of genes annotated to this term?
This is basic-linux: