homologene: Get homologues of given genes

View source: R/homologene.R

homologeneR Documentation

Get homologues of given genes

Description

Given a list of genes and a taxid, returns a data frame inlcuding the genes and their corresponding homologues

Usage

homologene(genes, inTax, outTax, db = homologene::homologeneData)

Arguments

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.

Examples

homologene(c('Eno2','17441'), inTax = 10090, outTax = 9606)

oganm/homologene documentation built on Nov. 5, 2023, 8:39 a.m.