Are under /cortex/data. For example
Mouse development microarray data is under /cortex/data/microarray/mouse/dev_compendium/
The main datasets we use:
Kang2011: Human, 16 regions, 57 subjects, 490 samples, microarray. [/cortex/data/microarray/human/Kang2011]
6Humans: Human, many regions, 6 subjects, ~3700 samples, microarray.
Zapalla2005: Mouse, 19 regions, 80 samples, microarray
[/cortex/data/microarray/mouse/Zapalla2005]
Su2004: Mouse brain regions
AllenMouseDev: Mouse, 7 ages, 11 regions, ISH
brainspan2014: Human, 16 regions, 57 subjects, X samples, RNAseq.
[/cortex/data/RNAseq/human/brainspan2014]
Here is an example
mkdir /cortex/data/microarray/human/Giger2010
maltab
>> addpath('/cortex/code/matlab/download_GEO_data/')
>> OUTPUT_DIR='/cortex/data/microarray/human/Giger2010'
>> get_GSE_data('GSE12293', OUTPUT_DIR)
In case the data contains multiple GPLs the following error will show
Error using getgeodata_local_overwrite (line 180)
The GSE record contains multiple files. These were copied to /tmp/tpba95349d_b0f9_4cfc_8f24_05ec01459cf2. Please use GEOSERIESREAD
to read the data from this directory.
Error in get_GSE_data (line 53)
In that case, ls gives
>> ls /tmp/tpba95349d_b0f9_4cfc_8f24_05ec01459cf2
GSE12293-GPL570_series_matrix.txt
GSE12293-GPL81_series_matrix.txt
So now rerun get_GSE_data with the GPL you are interested in:
filename = '/tmp/tpba95349d_b0f9_4cfc_8f24_05ec01459cf2/GSE12293-GPL81_series_matrix.txt'
get_GSE_data(filename, OUTPUT_DIR)
hsa04713 Circadian entrainment
Nervous system
Sensory system
hsa04740 Olfactory transduction
hsa04742 Taste transduction
hsa04744 Phoro transduction
Neurodegenerative diseases
hsa05012 Parkinson's disease
hsa05012 Alzheimer's disease
hsa05014 Amyotrophic lateral sclerosis (ALS)
hsa05016 Huntington disease
hsa05016 Prion diseases
Substance diseases
hsa05030 Cocaine addiction
hsa05031 Amphetamine addiction
hsa05032 Morphine addiction
hsa05033 Nicotine addiction
hsa05034 Alcoholism