This repository has been archived by the owner on May 21, 2019. It is now read-only.
forked from noxtoby/TADPOLE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TADPOLE_readme.txt
72 lines (66 loc) · 4.98 KB
/
TADPOLE_readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
============ TADPOLE Challenge data ============
See https://tadpole.grand-challenge.org/ for more details regarding the challenge.
For enquiries on the data sets or the challenge please email [email protected] or contact the organisers via the Google Group forum: https://groups.google.com/forum/#!forum/tadpolechallenge
************ TADPOLE data sets: spreadsheets ************
TADPOLE_D1_D2.csv
- Historical ADNI data from selected tables. Columns D1 and D2 (=1) indicate the corresponding TADPOLE datasets.
TADPOLE_D1_D2_Dict.csv
- Combined data dictionaries for the selected tables.
TADPOLE_D3.csv
- TADPOLE data set D3
The spreadsheets above are all that is needed to participate in TADPOLE Challenge 2017. For transparency, and for the curious, we have also included the scripts we used to generate the data sets. Descriptions for these scripts are provided at the end of this readme document.
************ Data description ************
We have prepared three “standard” data sets for training and forecasting. The archive containing all the data and associated files is HERE. In the archive, the file D1-D2.csv contains both data sets D1 and D2 - membership is indicated by columns in the spreadsheet; D3.csv contains D3. Here is a description of the data sets themselves:
****** D1. TADPOLE Standard training set
The Standard training set (D1) was created from the ADNIMERGE spreadsheet, to which we added additional MRI, PET (FDG, AV45 and AV1451), DTI and CSF biomarkers.
The MRI biomarkers we added consist of FreeSurfer longitudinally processed ROIs from UCSFFSL tables. The exact spreadsheets used were UCSFFSL_02_01_16.csv and UCSFFSL51ALL_08_01_16.csv. Duplicate rows were removed by retaining the row with the most recent RUNDATE and IMAGEUID.
We also included the following types of PET ROI-based biomarkers: FDG, AV45 and AV1451. The spreadsheets used were: BAIPETNMRC_09_12_16.csv, UCBERKELEYAV45_10_17_16.csv and UCBERKELEYAV1451_10_17_16.csv.
The DTI biomarkers added represent ROI summary measures (e.g. mean diffusivity MD, axial diffusivity AD) taken from the spreadsheet DTIROI_04_30_14.csv.
We also included three CSF biomarkers: Amyloid-beta, Tau and P-Tau. These values were taken from the Elecsys analysis, which can be found in the UPENNBIOMK9_04_19_17.csv spreadsheet.
We matched the subjects between ADNIMERGE and these spreadsheets using the subject ID and visit code. Duplicate rows were removed, with the most recent preferred (). For each modality we also included the ID of the image that was used to derive these summary measures.
****** D2. TADPOLE Standard prediction set
D2 includes all currently available longitudinal data for prospective ADNI3 participants (rollovers from ADNI2). That is, active participants with ADNI2 visits. These participants were identified using the script TADPOLE_D2.m.
****** D3. TADPOLE Cross-sectional prediction set
For each participant in D2, D3 includes the final visit only and a limited number of data columns to mimic screening data for a clinical trial: demographics, cognitive test scores, and structural MRI (derived brain volumes). These participants were identified using the script TADPOLE_D2.m, and the spreadsheet TADPOLE_D3.cv was assembled using the script TADPOLE_D3.m.
****** D4. TADPOLE Test set
The forecasts will be evaluated on future data. The test set (D4) will contain ADNI3 data from rollover individuals, acquired after the challenge submission deadline. This will be used for evaluating the forecasts according to the challenge metrics.
************ ************
************ For the curious, read on to learn how we generated the TADPOLE data sets. ************
=== Steps taken by the TADPOLE Challenge organisers to generate the TADPOLE data sets ===
= Requires MATLAB and Python =
1. Place all required ADNI spreadsheets (CSV files, see below) together into one folder
2. Place all of the TADPOLE scripts (described below) into the same folder
3. MATLAB: run TADPOLE_D2.m
4. python: run TADPOLE_D1_D2.py
5. MATLAB: run TADPOLE_D3.m
== Scripts used by the TADPOLE Challenge organisers to generate the TADPOLE data sets ==
TADPOLE_D2.m
- MATLAB script to generate prediction data set D2, and identifies the final visit used to generate prediction data set D3.
TADPOLE_D1_D2.py
- python script used to construct TADPOLE_D1_D2.csv and TADPOLE_D1_D2_Dict.csv
TADPOLE_D3.m
- MATLAB script to generate prediction data set D3, using the outputs from TADPOLE_D2.m and TADPOLE_D1_D2.py.
== ADNI spreadsheets required ==
ADNIMERGE.csv
ADNIMERGE_DICT.csv
ARM.csv
REGISTRY.csv
DXSUM_PDXCONV_ADNIALL.csv
UCSFFSL_02_01_16.csv
UCSFFSL_DICT_11_01_13.csv
UCSFFSL51ALL_08_01_16.csv
UCSFFSL51ALL_DICT_05_04_16.csv
UCSFFSX_11_02_15.csv
UCSFFSX_DICT_08_01_14.csv
UCSFFSX51_08_01_16.csv
UCSFFSX51_DICT_08_01_14.csv
BAIPETNMRC_09_12_16.csv
BAIPETNMRC_DICT_09_12_16.csv
UCBERKELEYAV45_10_17_16.csv
UCBERKELEYAV45_DICT_06_15_16.csv
UCBERKELEYAV1451_10_17_16.csv
UCBERKELEYAV1451_DICT_10_17_16.csv
DTIROI_04_30_14.csv
DTIROI_DICT_04_30_14.csv
UPENNBIOMK9_04_19_17.csv
UPENNBIOMK9_DICT_04_19_17.csv