Description Usage Arguments Value Author(s) Examples
This function maps gene entrez ID between species using homology information from Homologene.
1 |
entrezes |
data.frame with entrez Gene IDs and their scores |
from |
origin species, default |
to |
target species, default |
... |
any optional arguments |
data.frame object with orthologous genes' entrez IDs and corresponding scores
Maciej Pajak m.pajak@sms.ed.ac.uk
1 2 3 | mouse_genes <- data.frame(GeneID =
c("15364", "56520", "57781", "58180", "18035", "239857"))
translate(mouse_genes, from='mmu', to='rno')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.