View source: R/brain_regions.R
getBrainRegions | R Documentation |
Get full list of brain regions considered in the database. Returns table with regions and their respective IDs.
getBrainRegions()
data.frame with following columns:
ID: Brain region internal ID
Name: name of the region
Description: extended description of the region
InterlexID
ParentID: ID of the containing brain region
Other BrainRegion functions:
getAllGenes4BrainRegion()
,
getGenes4BrainRegion()
,
getPPIbyIDs4BrainRegion()
t <- getBrainRegions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.