Description Usage Arguments Examples
Given a list of genes and a taxid, returns a data frame inlcuding the genes and their corresponding homologues
1 | homologene(genes, inTax, outTax, db = homologene::homologeneData)
|
genes |
A vector of gene symbols or NCBI ids |
inTax |
taxid of the species that the input genes are coming from |
outTax |
taxid of the species that you are seeking homology |
db |
Homologene database to use. |
1 | homologene(c('Eno2','17441'), inTax = 10090, outTax = 9606)
|
10090 9606 10090_ID 9606_ID
1 Eno2 ENO2 13807 2026
2 Mog MOG 17441 4340
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.