getGenesByID: Get gene table from list of GeneIDs.

View source: R/geneInfo.R

getGenesByIDR Documentation

Get gene table from list of GeneIDs.

Description

Takes internal gene IDs as input and return the following features for all found genes:

GeneID

internal database ID

MGI

MGI ID

HumanEntrez

Human Entrez ID

MouseEntrez

Mouse Entrez ID

HumanName

Human gene name

MouseName

Mouse gene name

RatEntrez

Rat Entrez ID

Rat Name

Rat gene name

Usage

getGenesByID(ids)

Arguments

ids

vector of GeneID values.

Value

data.frame with 8 columns specified above.

See Also

Other Gene functions: findGeneByCompartmentPaperCnt(), findGeneByPaperCnt(), findGeneByPapers(), findGenesByEntrez(), findGenesByName(), getAllGenes4Compartment(), getGenes4Compartment()

Examples

gdf <- getGenesByID(c(46, 6, 15, 1))

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