findGenesByEntrez | R Documentation |
Get internal gene representation for set of gene Entrez IDs. Function lookups for provided values in Human Entrez ID, Mouse Entrez ID and Rat Entrez ID columns and return following features for all found genes: GeneID (internal database ID), MGI ID, Human Entrez ID, Mouse Entrez ID, Rat Entrez ID, Human gene name, Mouse gene name and Rat gene name.
findGenesByEntrez(entrez)
entrez |
|
Could be used as an intermediate step for building Protein-Protein interaction map from the list of Gene IDs returned in the first column. Also, this function provides a useful sanity check, e.g. how many Gene IDs correspond to the specific gene name or Entrez ID, which could be specie-specific.
data.frame
with columns specified above.
Other Lookup functions:
findGenesByName()
Other Gene functions:
findGeneByCompartmentPaperCnt()
,
findGeneByPaperCnt()
,
findGeneByPapers()
,
findGenesByName()
,
getAllGenes4Compartment()
,
getGenes4Compartment()
,
getGenesByID()
# get information for specific gene
t <- findGenesByEntrez(c(1742, 1741, 1739, 1740))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.