This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ID conversion tool: from RefSeq mRNA accessions to GO-biological process

Hi everyone,

I am studying genes under positive selection in several lines. I would like to cluster genes under positive selection by biological process. I have the RefSeq mRNA accessions and I would like to access to the corresponding GO-biological process.

I found a website resource which do exactly what I want (bioDBnet). Nevertheless, I would like to introduce the id conversion in a pipeline in order to do the clustering automatically. As a consequence, I need either a id conversion tool or a list of corresponding ID "RefSeq mRNA accessions <->GO terms".

If anyone knows where I can find something like this, I will be very grateful.

id-conversion go refseq

2 answers

See this How Do I Do Simple Go Term Lookup Given A Gene (Or Mrna) Identifier?. Also, try GO.db bioconductor package

Thanks a lot, I didn't find that post. The biomaRt packages works well for what I want.

If anyone is interested, I also find these conversion tables which were very useful for me : dbOrg

Log in to answer this question.