View source: R/brain_regions.R
getAllGenes4BrainRegion | R Documentation |
Get all genes annotated for specific brain region for specific specie. Function lookups Brain Region ID and Specie Tax ID columns and returns main information like internal Gene IDs, MGI ID, Human Entrez ID, Human Gene Name, Mouse Entrez ID, Mouse Gene Name, Localisation (presynaptic, postsynaptic, synaptosomal), PaperPMID and BrainRegion.
getAllGenes4BrainRegion(brainRegion, taxID)
brainRegion |
ID for specific brain region |
taxID |
specie ID |
data.frame with the following columns:
GeneID
Localisation
MGI
HumanEntrez
MouseEntrez
HumanName
MouseName
PMID
Paper
Year
SpeciesTaxID
BrainRegion
Other BrainRegion functions:
getBrainRegions()
,
getGenes4BrainRegion()
,
getPPIbyIDs4BrainRegion()
Other BrainRegion Gene functions:
getGenes4BrainRegion()
gns <- getAllGenes4BrainRegion(brainRegion = "Striatum", taxID = 10090)
head(gns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.