dsi2 documentation

This software is designed to enable the analysis of diffusion-weighted MRI-based tractography datasets. DSI2 stands for D iscrete S patial I ndexing of D iffusion S pectrum I mages. Image reconstruction, tractography and parcellation must be done outside of this software, but indexing, searching and analysis are all implemented here. Specifically, this package provides the tools necessary to perform Local Termination Pattern Analysis (LTPA, [1] )

The idea is that
  1. A set of coordinates in the brain can be used to query a database.
  2. The query returns a set of streamlines that that pass through the set of coordinates.
  3. The streamlines are divided into groups based on
    1. Their termination regions
    2. Clustering based on their shape
  4. The groups of streamlines are compared across individuals

Take, for example, the corticospinal tract. If we select a sphere of coordinates in the internal capsule, we should see tracks following the pathway of the corticospinal tract.

some *tracks*

We can then group these streamlines based on the regions in which they terminate. Using the Lausanne2008 scale 33 atlas, we get the following distribution of streamline counts:

_images/patterns.png

Getting Started

Preparing data

Use DSI Studio and connectome_mapper to prepare data

Organizing your local datasource (Hard way)

An overview of possible analyses and pitfalls to beware of.

References

[1]Cieslak, M., & Grafton, S.T. Local termination pattern analysis: a tool for comparing white matter morphology. Brain Imaging Behav, DOI 10.1007/s11682-013-9254-z (2013).

Indices and tables