The BrainSpan Atlas of the Developing Human Brain is a foundational resource for studying transcriptional mechanisms involved in human brain development. The data includes:
-
Developmental Transcriptome: RNA sequencing and exon microarray data profiling up to sixteen cortical and subcortical structures across the full course of human brain development
-
Prenatal LMD Microarray: High-resolution neuroanatomical transcriptional profiles of ~300 distinct structures spanning the entire brain for four midgestional prenatal specimen
From the API, you can:
Download expression values
Query the correlative and differential search services
Prenatal LMD Microarray
- Experimental Overview and Metadata
- Downloading Expression Values
- Differential Search
- Correlative Search
Experimental Overview and Metadata
The Prenatal LMD Microarray Study is a genome-wide microarray data profiling of gene expression in finely dissected regions spanning the entire prenatal human brain and isolated using laser microdissection (LMD).
RNA isolated from each sample area was hybridized to a custom Agilent 8x60k microarray chip to measure gene expression over the transcriptome. All least two different probes were available for 93% of genes. Probes were located on different exons as much as possible when multiple probes were available for a gene. For 60 genes, sets of tiling probes were designed. This study uses the same chip design as the Human Brain Microarray Survey.
Each sampling site was associated with a Structure by expert anatomists using cytoarchitectural information from multiple histological stains. Structures are organized hierarchically into a tree in which children structures are “parts of” their parent structure. Structures are assigned colors that visually emphasize the hierarchical relationships.
See the structure ontology page for more information.
Normalized microarray expression values can be downloaded in several ways:
- From the web application Download page. Each zip file contains the normalized values for all probes and all samples for one donor )
- From the “Download this data” link below the heatmap in the web application.
- From the connected data service in the API
All experimental data from this study is associated with the “Developing Human Prenatal LMD Microarray” Product. All probe and sampling site information can be accessed through the API using RMA queries.
Examples:
Downloading Expression Values
Normalized expression values can be obtained by specifying:
- a list of probes
- a list of donors (optional), and
- a list of structures (optional)
See the connected service page for definitions of service::dev_human_microarray_expression parameters.
Example:
Download expression values for donor “H376.IIIA.02” in structure “cerebellar cortex” for all probes associated with gene SLC6A.
- Find Donor ID for “H376.IIIA.02” (id = 12840)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Donor, rma::criteria,[name$eq’H376.IIIA.02’], rma::options[only$eq’donors.id’]
- Find Structure ID for “cerebellar cortex” (id = 10657)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Structure, rma::criteria,[name$il’cerebellar cortex’],ontology[name$eq’Developing Human Brain Atlas’], rma::options[only$eq’structures.id’]
- Find Probes associated with gene SLC6A2(id = 1023146,1023147 )
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Probe, rma::criteria,[probe_type$eq’DNA’],products[abbreviation$eq’HumanMA’],gene[acronym$eq’SLC6A2’], rma::options[only$eq’probes.id’]
- Use Donor, Structure and Probe IDs as parameters to the connected service
http://api.brain-map.org/api/v2/data/query.json?criteria= service::dev_human_microarray_expression[probes$eq1023146,1023147][donors$eq12840][structures$eq10657]
The output of the service is two top level ordered arrays “probes” and “samples”. For example:
“probes”:[ {“id”:1023146, “name”:“A_23_P358345”, “gene-id”:6494, “gene-symbol”:“SLC6A2”, “gene-name”:“solute carrier family 6 (neurotransmitter transporter, noradrenalin), member 2”, “entrez-id”:6530,“chromosome”:“16”,“start-position”:“n/a”,“end-position”:“n/a”, “expression_level”:[“5.6462”,“5.9486”,“3.1022”], “z-score”:[“2.4164”,“2.6249”,“0.6624”]}, {“id”:1023147, “name”:“CUST_16472_PI416261804”, “gene-id”:6494,“gene-symbol”:“SLC6A2”, “gene-name”:“solute carrier family 6 (neurotransmitter transporter, noradrenalin), member 2”, “entrez-id”:6530,“chromosome”:“16”,“start-position”:“n/a”,“end-position”:“n/a”, “expression_level”:[“2.8149”,“1.2956”,“1.7658”], “z-score”:[“0.8169”,“-0.9788”,“-0.4231”]} ], “samples”:[ {“donor”:{“id”:12840,“name”:“H376.IIIA.02”,“age”:“15 pcw”,“color”:“0080FF”}, “structure”:{“id”:10658,“name”:“cerebellar vermis”,“abbreviation”:“CBV”,“color”:“76A2D5”}, “top_level_structure”:{“id”:10657,“name”:“cerebellar cortex”,“abbreviation”:“CBC”,“color”:“89ADDB”}}, {“donor”:{“id”:12840,“name”:“H376.IIIA.02”,“age”:“15 pcw”,“color”:“0080FF”}, “structure”:{“id”:12384,“name”:“paravermis of cerebellum”,“abbreviation”:“CBPV”,“color”:“4A8ECC”}, “top_level_structure”:{“id”:10657,“name”:“cerebellar cortex”,“abbreviation”:“CBC”,“color”:“89ADDB”}}, {“donor”:{“id”:12840,“name”:“H376.IIIA.02”,“age”:“15 pcw”,“color”:“0080FF”}, “structure”:{“id”:12390,“name”:“lateral hemisphere of cerebellum”,“abbreviation”:“CBL”,“color”:“4A8ECC”}, “top_level_structure”:{“id”:10657,“name”:“cerebellar cortex”,“abbreviation”:“CBC”,“color”:“89ADDB”}} ]
Each probe contains information about:
- the Probe(id, name), and
- the Gene (id, acronym, name, entrez-id), along with
- a vector of normalized expression values in the same order as the “samples” array.
- a vector of z-score values in the same order as the “samples” array. Note: z-score is computed independently for each probe over all donors and samples.
Each sample contains information about:
- the Donor (id, name, age),
- the associated Structure (id, name, acronym and color), and
- the associated top (coarse) level Structure (id, name, acronym and color).
Differential Search
Differential search finds probes that show the greatest difference between two sets (target and contrast) of user-defined structures. For each probe, a 2-sample t-test is performed followed by Benjamini and Hochberg false discovery rate correction. The null hypothesis is that the average expression level of samples in the contrast set of structures is less than the average expression level of samples in the target set of structures. Resulting p-values are sorted in ascending order. Search results can also be sorted by fold-change (log ratio of expression) in descending order.
The differential search function can be accessed through the Web application or using the API.
See the connected service page for definitions of service::dev_human_microarray_differential parameters.
Example:
Differential search for genes with higher expression in “thalamus” than the “transient structures of forebrain”
- Find Structure ID for “thalamus” (id = 10390)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Structure, rma::criteria,[name$il’thalamus’],ontology[name$eq’Developing Human Brain Atlas’], rma::options[only$eq’structures.id’]
- Find Structure ID for “transient structures of forebrain” (id = 10506)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Structure, rma::criteria,[name$il’transient structures of forebrain’],ontology[name$eq’Developing Human Brain Atlas’], rma::options[only$eq’structures.id’]
- Use Structure IDs as parameters to the connected service
http://api.brain-map.org/api/v2/data/query.xml?criteria=service::dev_human_microarray_differential [structures1$eq10506][structures2$eq10390][sort_by$eq’fold-change’]
- Visualize the same search result in the Web application
Figure: Screenshot of top returns of a differential search for genes with higher expression in the thalamus than in the transient structures of forebrain. The z-score heatmap shows enrichment in the thalamus relative to other brain regions.
Correlative Search
Correlative search finds probes with expression profile similar to that of a selected seed probe over all samples within a user-specified structure. Pearson’s correlation coefficient is computed for all probes and the results ranked in descending order.
This correlative search function can be accessed through the Web application or using the API.
See the connected service page for definitions of service::dev_human_microarray_correlation parameters.
Example:
Correlative search for probes with similar expression to PVALB probe CUST_11451_PI416261804 over the whole neural plate
- Find Probe ID for probe “CUST_11451_PI416261804” (id = 1052410)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Probe, rma::criteria,[name$eq’CUST_11451_PI416261804’], rma::options[only$eq’probes.id’]
- Find Structure ID for “neural plate” (id = 10153)
http://api.brain-map.org/api/v2/data/query.xml?criteria=model::Structure, rma::criteria,[name$il’neural plate’],ontology[name$eq’Developing Human Brain Atlas’], rma::options[only$eq’structures.id’]
- Use Probe and Structure IDs as parameters to the connected service
http://api.brain-map.org/api/v2/data/query.xml?criteria=service::dev_human_microarray_correlation [probes$eq1052410][structures$eq10153]
- Visualize the same search result in the Web application
Figure: Screenshot of top returns of a correlative search for probes with similar expression to a PVALB probe with expression values displayed as a z-score heatmap.