View source: R/brain_regions.R
getGenes4BrainRegion | R Documentation |
Select genes from your list annotated for specific brain region. Should
be used with findGenesByEntrez()
or
findGenesByName()
functions to obtain
list of internal IDs for your list of genes. Function lookups the
Gene table for specified localisation and returns main gene information
like internal Gene IDs, MGI ID, Human Entrez ID, Human Gene Name,
Mouse Entrez ID, Mouse Gene Name, PaperPMID, Localisation and BrainRegion.
getGenes4BrainRegion(ids, brainRegion, taxID)
ids |
internal IDs for list of genes |
brainRegion |
ID for the brain region of interest |
taxID |
taxon ID specie tax ID |
data.frame with the following columns:
GeneID
Localisation
MGI
HumanEntrez
MouseEntrez
HumanName
MouseName
PMID
Paper
Year
SpeciesTaxID
BrainRegion
Other BrainRegion functions:
getAllGenes4BrainRegion()
,
getBrainRegions()
,
getPPIbyIDs4BrainRegion()
Other BrainRegion Gene functions:
getAllGenes4BrainRegion()
Genes <- getGenes4BrainRegion(c(1, 15, 156, 1500, 3000, 7000),
brainRegion = "Striatum", taxID = 10090
) # 5 rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.