getGeneIdByEntrez: Get list of GeneIDs corresponding to provided Entrez IDs.

View source: R/geneInfo.R

getGeneIdByEntrezR Documentation

Get list of GeneIDs corresponding to provided Entrez IDs.

Description

Get internal GeneID values for set of gene Entrez IDs. Function lookups for provided values in Human Entrez ID, Mouse Entrez ID and Rat Entrez ID columns and returns obtained GeneIDs.

Usage

getGeneIdByEntrez(entrez)

Arguments

entrez

vector of Entres IDs. Function accepts both integers and characters.

Value

vector of GeneID values.

Examples

t <- synaptome.db:::getGeneIdByEntrez(c(1742, 1741, 1739, 1740))

lptolik/synaptome.db documentation built on Sept. 13, 2023, 2:50 p.m.