Run the ENIGMA-Sulci pipeline http://enigma.ini.usc.edu/protocols/imaging-protocols/
1.8K
The Sulci protocol combines Freesurfer (https://surfer.nmr.mgh.harvard.edu/) and BrainVISA (https://brainvisa.info/web/) to robuslty segment and label 123 sulci across the whole brain. While BrainVISA is well designed to combine these tools using the GUI, having a practical command-line script to run thousand of subjects in parallel, on a computational cluster, is particularly suitable. This is why this protocol has been created.
For each sulcus, 4 sulcal shape descriptors are measured: length, mean depth, width and surface area. These features are then used for statistical analyses, such as correlations with behavioral scores, age, and genetic associations.
This protocol has been built in the context of the ENIGMA-SULCI working group (http://enigma.ini.usc.edu/protocols/imaging-protocols/) and it has been already used for several publications, among others:
Acknowledgments:
Running the protocol is straighfarward using a Docker contantainer:
docker run -it --rm \
-v $FSDIR:/fs_data \
-v $OUTPUT:/output \
fpizzaga/sulci subjectID
Content type
Image
Digest
Size
1.4 GB
Last updated
about 6 years ago
docker pull fpizzaga/sulci