How Can I update a list of genes and/or convert it to human homologous in R ?
Hi!
I have several gene list of different species (included human) and I want to convert into human homologous gene symbol and update my human gene list with R.
thnk U!!
• 3,726 views
•
link
1 answer
Biomart allows you to input a file of gene IDs for a given species and identify orthologous IDs easily for a variety of model systems. The results can be exported with or without compression to a delimited file that is easily readable by R. You can then use standard string-matching approaches to append your list with any new information.
• 0 views
•
link
Log in to answer this question.