-
Notifications
You must be signed in to change notification settings - Fork 76
AIBL2BIDS
aibl-2-bids
– Conversion of the Australian Imaging, Biomarker & Lifestyle Flagship Study of Ageing (AIBL) to BIDS
!!! quote "Description reproduced from the AIBL's Study Design webpage" The Australian Imaging, Biomarker & Lifestyle Flagship Study of Ageing (AIBL) seeks to discover which biomarkers, cognitive characteristics, and health and lifestyle factors determine the development of AD. Although AIBL and ADNI have many of the same goals, there are differences between the two projects. Read more about the AIBL study from their website.
**Study Participants** AIBL has enrolled 1100 participants and collected over 4.5 years worth of longitudinal data:
- 211 AD patients
- 133 MCI patients
- 768 comparable healthy controls
**Data** AIBL follows ADNI 1 protocols. Available data includes:
- Clinical and cognitive data
- Image data: MRI, PET
- Biomarkers data: blood, genotype, ApoE
- Dietary/lifestyle assessment
If you only installed the core of Clinica, this pipeline needs the installation of the dcm2nii and dcm2niix DICOM to NIfTI converters, and of FreeSurfer. You can find how to install these software packages on the installation page.
To download the AIBL dataset you first need to register to the LONI Image & Data Archive (IDA), a secure research data repository, and then request access to the AIBL dataset through the submission of an online application form.
In order to use the converter, you will need to download both the images and the clinical data. To do so, from the main page click on PROJECTS
and AIBL
. To download the imaging data, click on Download
and choose Image collections
. In the Advanced search
tab, pick the images you wish to download, for example tick MRI
to download all the MR images, and then click on SEARCH
. In the Advanced search results
tab, click Select All
and Add To Collection
. Finally, in the Data Collection
tab, select the collection you just created, tick All
and click on Advanced download
. We advise you to group files as 10 zip files. To download the clinical data, from the main page of the AIBL project, click on Download Clinical Data
and on the next page click on DOWNLOAD
.
!!! note You do not have to modify the original folder name or rename the clinical data files before using the converter.
Currently, the modalities supported by our converter are:
- T1-weighted MRI
- Pittsburgh compound B (PiB) PET
- Florbetapir (AV45) PET
- Flutemetamol (FLUTE) PET
- Clinical data
The conversion of the imaging data to BIDS relies on modality-specific csv files that provide the list of scans available. For each AIBL participant, the only T1w MR, PiB PET, Florbetapir PET, and Flutemetamol PET image available per session is converted. The conversion of the clinical data relies on the list of subjects and sessions obtained after the conversion of the imaging data and on the csv files containing the non-imaging data. Data that do not change over time are gathered in the participants.tsv
file, located at the top of the BIDS folder hierarchy, while the session-dependent data are gathered in <subjectID>_session.tsv
files in each participant subfolder. The clinical data being converted are defined in a spreadsheet (clinical_specifications.xlsx
) available with the code of the converter, which the user can modify.
The converter can be run with the following command line:
clinica convert aibl-to-bids <dataset_directory> <clinical_data_directory> <bids_directory>
where:
-
dataset_directory
is the path to the original AIBL images' directory; -
clinical_data_directory
is the path to the directory where the csv file with the clinical data is located; -
bids_directory
is the path to the output directory, where the BIDS-converted version of AIBL will be stored.
!!! cite "Example of paragraph:" The AIBL data have been curated and converted to the Brain Imaging Data Structure (BIDS) format [Gorgolewski et al., 2016] using Clinica [Routier et al.; Samper-González et al., 2018].
!!! tip Easily access the papers cited on this page on Zotero.