This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Find Corresponding GO ID of Gene name in YORF format in R

I need to find the corresponding GO ID for the gene name YORF format.

For example: Gene name "YGL013C" . I need to find the corresponding annotated gene GO ID "GO:0042493" and the evidence code of this annotation.

I need to mapping using R. Please help.

r go gene gene-ontology yeast

1 answer

Ensembl Fungi has got the mapping of YORFs to GO IDs. You can retrieve that data with the web interface of BioMart in addition to biomaRt, the R version in Bioconductor.

Log in to answer this question.