getGenesByID | R Documentation |
Takes internal gene IDs as input and return the following features for all found genes:
internal database ID
MGI ID
Human Entrez ID
Mouse Entrez ID
Human gene name
Mouse gene name
Rat Entrez ID
Rat gene name
getGenesByID(ids)
ids |
|
data.frame
with 8 columns specified above.
Other Gene functions:
findGeneByCompartmentPaperCnt()
,
findGeneByPaperCnt()
,
findGeneByPapers()
,
findGenesByEntrez()
,
findGenesByName()
,
getAllGenes4Compartment()
,
getGenes4Compartment()
gdf <- getGenesByID(c(46, 6, 15, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.