translate {miRNAtap} | R Documentation |
This function maps gene entrez ID between species using homology information from Homologene.
translate(entrezes, from = "mmu", to = "rno", ...)
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
mouse_genes <- data.frame(GeneID = c("15364", "56520", "57781", "58180", "18035", "239857")) translate(mouse_genes, from='mmu', to='rno')