gsanroma / bullseye_pipeline

pipeline for creating bullseye parcellation of cerebral white matter from part of the FreeSurfer outputs and commands
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

bullseye pipeline

Pipeline for creating a bullseye parcellation of the cerebral whiter matter using part of the FreeSurfer output and commands. It provides an (anatomy-independent) spatial localization based on an radial component (ie, lobes) and a depth component. It can be used to obtain region-specific quantification of white matter parameters (eg, a similar approach has been used to quantify regional white matter hyperintensity load in this and this papers).

This document explains how to use the package. The internals of the process are explained in this blog post.

requirements

installation

After cloning the repository, install the pipeline with python setup.py install

When the pipeline is installed, it can then be executed from the command line as run_bullseye_pipeline -h / [ARGS]

arguments

run_bullseye_pipeline accepts the following arguments:

scans directory

The pipeline can be run by passing an input scans directory following the FreeSurfer structure (typically pointed by SUBJECTS_DIR). However, not all the FreeSurfer output is required. The following is the mandatory portion of FreeSurfer data that is required by the pipeline:

output directory structure

After execution of the pipeline a directory output_dir is created with the following structure:

containing, respectively, the final bullseye parcellation, and the lobar and depth parcellations used to create it.