get_sampled_substructures: Return sampled substructures of a given brain region

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/get_sampled_substructures.R

Description

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

Usage

1

Arguments

structure_id

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

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.

Value

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

Author(s)

Steffi Grote

References

[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/

See Also

browseVignettes("ABAEnrichment")
browseVignettes("ABAData")
aba_enrich
get_name
get_superstructures

Examples

1
2
3
4
## 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')

ABAEnrichment documentation built on Nov. 8, 2020, 5:43 p.m.