CONP Portal | Dataset
SPINS Travelling Human Phantoms
- Creators: Colin Hawco, Erin Dickie, Gabrielle Herman et al.
- Version: 1.2
- Date Added: 2021-06-04
- Date Updated: 2021-11-11
- Modalities: http://uri.interlex.org/base/ilx_0106458
- License: CC0
- Files: 282
- Size: 4.0 GB
- Subjects: 4
- Formats: BIDS, NIfTI, TSV, JSON
SPINS Travelling Human Phantoms
Is About: | Homo sapiens, adult, brain, healthy |
---|---|
Acknowledges: | National Institute of Mental Health Grant 1/3R01MH102324 to Aristotle Voineskos, National Institute of Mental Health Grant 2/3R01MH102313 to Anil Malhotra, National Institute of Mental Health Grant 3/3R01MH102318 to Robert Buchanan |
Spatial Coverage: | Toronto, ON, Canada, Glen Oaks, NY, United States, Baltimore, MD, United States |
Other Dates: | First Data Collection: 2014-10-01 00:00:00 -- Last Data Collection: 2016-11-02 00:00:00 |
Description:
Dataset README information
Social Processes Initiative in Neurobiology of the Schizophrenia(s) Travelling Human Phantoms
Introduction
Human neuroimaging has led to an overwhelming amount of research into brain function in healthy and clinical populations. However, a better appreciation of the limitations of small sample studies has led to an increased number of multi-site, multi-scanner protocols to understand human brain function. As part of a multi-site project examining social cognition in schizophrenia, a group of "travelling human phantoms" had T1-weighted, diffusion-weighted, and resting-state functional MRI scans obtained. This data can be used to evaluate differences across scanners, consistency of pipeline outputs, or test multi-scanner harmonization approaches.
Methods
MRI scans were collected annually across three participating sites, starting in 2014 and ending in 2018. Scan protocols were carefully harmonized across sites prior to the study.
The three study sites include:
- Center for Addiction and Mental Health, affiliated with the University of Toronto
- Maryland Psychiatric Research Center, affiliated with the University of Maryland School of Medicine
- Zucker Hillside Hospital, affiliated with the Zucker School of Medicine at Hofstra/Northwell
Due to scanner upgrades at each site, Siemens Prisma MRI scanners were made available part way through the study.
Each MR session is distinguished by the study year acquired (i.e. Y1 denoting the first year of the study) and a three-letter identifier of the MRI scanner.
The original MRI scanner at the Center for Addiction and Mental Health was a General Electric 750w Discovery 3T, referred to as CMH; a Siemens Prisma (referred to as CMP) was made available in Y4 at the Toronto Neuroimaging Facility (ToNI) of the University of Toronto, Department of Psychology.
The original MRI scanner at the Maryland Psychiatric Research Center was a Siemens Tim Trio 3T (referred to as MRC); they later upgraded to a Siemens Prisma (referred to as MRP) for Y3.
Zucker Hillside had a General Electric 750 Signa 3T (refer to a ZHH) at study start and upgraded to a Siemens Prisma (referred to as ZHP) for Y3.
The following instructions require a basic understanding of UNIX/LINUX command lines. Future portal functionality may include downloads directly from the web browser. Dataset download is currently enabled through DataLad.
Note: The conp-dataset
requires version >=0.12.5 of DataLad and version >=8.20200309 of git-annex.
To install DataLad on your system, please refer to the install section of the DataLad Handbook (installation via miniconda is recommended in order to obtain the latest version of DataLad).
1) Initiate the CONP dataset
To initiate the CONP dataset (conp-dataset
), run the following command in the directory where you want
CONP datasets to be installed:
datalad install https://github.com/CONP-PCNO/conp-dataset.git
2) Install the spins_travelling_phantoms dataset
To install the dataset, go into the created conp-dataset directory and run
datalad install
on the dataset spins_travelling_phantoms
:
cd conp-dataset
datalad install projects/spins_travelling_phantoms
3) Download the spins_travelling_phantoms dataset
Now that the DataLad dataset has been installed, go into the dataset directory under
projects/spins_travelling_phantoms
.
cd projects/spins_travelling_phantoms
Note that files visible in the dataset are symlinks and will need to be downloaded manually using the
datalad get
command in the dataset directory:
datalad get <filepath>
Note, if you run datalad get *
command, all the files present in the dataset directory will be
downloaded.