The UK Biobank holds a lot of neuroimaging data (17K imaging subjects at the time of writing this post) and continues to scan subjects (see http://imaging.ukbiobank.ac.uk/ for more details). The DPUK Biobank node is intended to make it easier for dementia researchers to work with those data. You can create a spreadsheet of the subjects that you’re interested in from your biobank project (perhaps subjects over 60 with a family history of dementia/alzheimers/cognitive impairment) and upload that spreadsheet to the node to access the imaging data. If you wish to do this there are several questions that are worth asking:
- how long will it take for my upload spreadsheet to be processed?
- how much space will I need to store the images of interest?
- how long will it take to download the images?
We cant answer these questions categorically for you, as there are several possible confounding factors, but we can give you a ballpark to help your planning:
Spreadsheet upload
The spreadsheet upload is described in the projects page. It takes approx 1.5 seconds to process each subject in the spreadsheet, but it’s not a process that needs to be watched. You’ll receive an email when the upload’s finished. Our test project included 8.5K subjects. It took the node 3.5 hours to load the data from this spreadsheet.
Space requirement
There are six types of file and for each type you can access dicom or nifti files. In our sampling of the codebase we’ve noticed the following size breakdowns:
Sequence | Dicom: Zipped size (MB) | Dicom: Unzipped size (MB) | Nifti: size (MB) |
---|---|---|---|
Functional brain images - task | 239 | 363 | 447 |
Multiband diffusion brain images | 123 | 276 | 501 |
Susceptibility weighted brain images | 588 | 1604 | 28 |
T1 structural brain images | 37 | 93 | 47 |
Functional brain images | 352 | 535 | 672 |
T2 FLAIR structural brain images | 29 | 86 | 5 |
Total | 1368 | 2957 | 1700 |
So as a rough rule of thumb you’ll need 2GB for each subject to download the nifti images (e.g. 2TB for 1000 subjects) and 3GB for each subject to download and unzip the dicom images.
Download time
For downloading all of the dicoms we allow approx 1 minute per subject.