ABAEnrichment (version 1.2.2)

get_sampled_substructures: Return sampled substructures of a given brain region

Description

The function returns for a given brain structure ID all its substructures with available expression data, potentially including the structure itself.

Usage

get_sampled_substructures(structure_id)

Arguments

structure_id
a brain structure ID, e.g. 'Allen:10657'

Value

vector of brain structure IDs that contains all substructures of the requested brain region that were sampled.

Details

The ontology enrichment analysis in aba_enrich tests all brain regions for which data is available, although the region might not have been sampled directly. In this case the region inherits the expression data from its substructures with available expression data. The function get_sampled_substructures helps to explore where the expression data for a brain region came from.

References

[1] Allen Institute for Brain Science. Allen Human Brain Atlas [Internet]. Available from: http://human.brain-map.org/ [2] Allen Institute for Brain Science. BrainSpan Atlas of the Developing Human Brain [Internet]. Available from: http://brainspan.org/

See Also

vignette("ABAEnrichment",package="ABAEnrichment") vignette("ABAData",package="ABAData") aba_enrich get_name get_superstructures

Examples

Run this code
## get the brain structures from which the brain structures 'Allen:4010' and 'Allen:10208' 
## inherit their expression data
get_sampled_substructures('Allen:4010')
get_sampled_substructures('Allen:10208')

Run the code above in your browser using DataLab