get_id {ABAEnrichment} | R Documentation |
Returns brain regions given (part of) their name, together with their structure IDs from the ontologies for the adult and for the developing brain (e.g. 'Allen:10657' as used throughout the ABAEnrichment package).
get_id(structure_name)
structure_name |
(partial) name of a brain structure, e.g. 'telencephalon' |
a data frame with the full names of the brain structures that contain structure_name
; together with the ontology ('developmental' or 'adult') and the structure IDs.
Steffi Grote
[1] Allen Institute for Brain Science. Allen Human Brain Atlas.
Available from: http://human.brain-map.org/
[2] Allen Institute for Brain Science. BrainSpan Atlas of the Developing Human Brain.
Available from: http://brainspan.org/
get_name
get_sampled_substructures
get_superstructures
browseVignettes("ABAData")
## get structure IDs of brain regions that contain 'accumbens' in their names get_id('accumbens') ## get structure IDs of brain regions that contain 'telencephalon' in their name get_id('telencephalon') ## get all brain regions that have direct or indirect expression data all_regions = get_id('') head(all_regions)