Basics


Gene

The following script will request an Allen gene ID, build the query text, query an Allen database. Gene data may be downloaded via other options, e.g., acronym ('ACCN1'), entrez id (40), etc., instead of an Allen gene id (37 for 'ACCN1'); download and amend the script according to your preference.

geneQuery.m





Humans

The ABA data sets of a gene are associated with more than one person. Herein, the details of all the people associated with ABA's genes data sets are downloaded.

donorsHumanBrainAtlas.m




Expression Levels

The expression levels of a gene, per structure, may be studied on more than one probe. Here, expression levels are extracted from all the probes associated with a gene.

expressionLevels.m






Anatomical Structures

The anatomical structures wherein expression measurements were made.


anatomicalStructures.m




Descriptive Statistics

Because the ABI usually investigates genes on more than one probe, we have to make a decison about how to use the resulting expression data. There are a number of options, e.g., use the
  • probe that has the highest set of expressions, on average.
  • arithmetic or geometric mean of the [corresponding] expression levels of all the probes.
  • arithmetic or geometric mean of the [corresponding] expression levels of the two probes that correlate best.
In any case, exploratory data analysis / descriptive statistics will help us to make an informed decision, e.g.,

1. Descriptive Statistics of Expression Levels per Probe of a Gene. There are three probes associated with gene ID 37 (entrez id: 40, acronym: ACCN1). The boxplots summarise the descriptive statistics of the expression data >>


Probe ID >> '1059455' '1059456' '1059457'
'Median' 8.56701 7.92876 4.45727
'Maximum' 10.7729 10.2421 6.37936
'Minimum' 4.82021 3.85268 0.0528753
'# of Points' 893 893 893
'# of Outliers' 32 33 17

2. Line Graphs of Probes per Gene. This is the gene expression data summarised in the boxplots above >>


Acronyms -- PL: Parietal Lobe, TL: temporal Lobe, OL:Occipital Lobe, CgG: Cingulate Gyrus, PHG: Parahippocampal Gyrus








Per Top Structure

If interested in a particular top structure




Code >>

Comparative Analysis

The log-log Graph of the 2 probe data sets, per donor, that correlate best (and the correlation values).



Code >>

Geometric Means

Observe the effect of using the geometric means of the expression levels (per point) of the two probes that correlate best.




Code >>