powered by
Given a list of genes and a taxid, returns a data frame inlcuding the genes and their corresponding homologues
homologene(genes, inTax, outTax, db = homologene::homologeneData)
A vector of gene symbols or NCBI ids
taxid of the species that the input genes are coming from
taxid of the species that you are seeking homology
Homologene database to use.
# NOT RUN { homologene(c('Eno2','17441'), inTax = 10090, outTax = 9606) # }
Run the code above in your browser using DataLab