Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/get_sampled_substructures.R
The function returns for a given brain structure ID all its substructures with available expression data, potentially including the structure itself.
1 | get_sampled_substructures(structure_id)
|
structure_id |
a brain structure ID, e.g. 'Allen:10657' or '10657' |
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.
vector of brain structure IDs that contains all substructures of the requested brain region that were sampled.
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/
browseVignettes("ABAEnrichment")
browseVignettes("ABAData")
aba_enrich
get_name
get_superstructures
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')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.