This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert mouse NCBI gene id to gene symbols in R?

I have a data set which was provided with NCBI gene IDs (mouse) and I was wondering how to convert them to gene symbols in R. Here are some top rows from the data:

Gene            baseMean            baseVar
NM_001042767    74.9953040828301    84923.1811407867
NM_010011       84.3518867026043    131809.51112368
NM_001168229    917.334625543824    325848.209482593
NM_010220       6450.34990285057    10616329.7294415

My question is to convert Gene column to gene symbols.

r

0 answers

No answers yet.

Log in to answer this question.