getGeneInfoByName | R Documentation |
Function lookup for name in Human Gene name, Rat Gene name and Mouse Gene name data and return following features for all found genes: GeneID (internal database ID), Localisation (one of the following: presynaptic, postsynaptic, synaptosome), MGI (MGI ID), HumanEntrez (Human Entrez ID), MouseEntrez (Mouse Entrez ID), HumanName (Human gene name), MouseName (Mouse gene name), PaperPMID (PMID IDs for the publications where the genes were reported), Paper (papers where specific genes were reported in a format FIRSTAUTHOR_YEAR), Year, SpeciesTaxID (specie the original experiment was performed on), BrainRegion (Brain region where the specific genes were identified, according to the paper)
getGeneInfoByName(name)
name |
|
This function then returns following features for all found genes:
GeneID,
Localisation,
MGI,
HumanEntrez,
MouseEntrez,
HumanName,
MouseName,
PaperPMID,
Paper,
Year,
SpeciesTaxID,
BrainRegion
data.frame
with fields specified above.
Other GeneInfo functions:
getGeneInfoByEntrez()
,
getGeneInfoByIDs()
,
getGeneInfoByPapers()
# get information for specific gene
t <- getGeneInfoByName("CASK")
# get information for the list of genes
t <- getGeneInfoByName(c("CASK", "DLG2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.