Sign inSign up

fpizzaga/sulci

By fpizzaga

•Updated about 6 years ago

Run the ENIGMA-Sulci pipeline http://enigma.ini.usc.edu/protocols/imaging-protocols/

Image
1

1.8K

fpizzaga/sulci repository overview

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
  • FSDIR has to be the path, in the host machine, to the folder containing the subjects pre-processed with Freesurfer
  • OUTPUT is the path to the folder, in the host machine, where the output of the Sulci-protocol will be saved
  • subjectID is the ID of a subject to be analyzed, as listed in FSDIR

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

about 6 years ago

docker pull fpizzaga/sulci