LiFE - Linear Fascicle Evaluation

Evaluation and statistical inference for living connectomes.


Project maintained by francopestilli

Standard tractography can use diffusion measurements from a living brain to generate a large collection of candidate white-matter fascicles; the connectome. Linear Fascicle Evaluation (LiFE) takes any connectome and uses a forward modelling approach to predict diffusion measurements in the same brain. LiFE predicts the measured diffusion signal using the orientation of the fascicles present in a connectome. LiFE uses the difference between the measured and predicted diffusion signals to measure prediction error. The connectome model prediction error is used to compute two metrics to evaluate the evidence supporting properties of the connectome. One metric -the strength of evidence - compares the mean prediction error between alternative hypotheses. The second metric - the earth movers distance - compares full distributions of prediction error. These metrics can be used for: 1. Comparing tractography algorithms 2. Evaluating the quality of tractography solutions for individual brains or group of brains and 3. Testing hypotheses about white-matter tracts and connections.

Application.

License.

Copyright (2013-2014), Franco Pestilli, pestillifranco@gmail.com

Documentation.

Stable code release.

How to cite LiFE.

Pestilli F., Yeatman J.D., Rokem A., Kay K.N., Wandell B.A. Linear fascicle evaluation (LIFE) of white matter connectomes. Poster presentation at the Organization for Human Brain Mapping Annual Meeting, Seattle, WA, June 2013.

Installation.

  1. Download LiFE.
  2. Start MatLab.
  3. Add LiFE to the matlab search path.

Dependencies.

Getting started.

Learn more about LiFE by using life_demo.m in MatLab.

1. Download LiFE.

   >> addpath(genpath('/my/path/to/the/life/folder/'))

2. Download vistasoft.

   >> addpath(genpath('/my/path/to/the/VISTASOFT/folder/'))

3. Download LiFE Data Demo.

   >> addpath(genpath('/my/path/to/the/life_data_demo/folder/'))

4. Read the life_demo documentation.

Read the description of the calculations in the documentation inside the file, life_demo.m by typing the following in the matlab prompt:

  >>  edit life_demo

5. Run the life_demo code.

This final step will run the life_demo code. The code will perform the operations described here.

  >>  life_demo

life_demo.m runs in about 30 minutes on a modern Intel processor with 8GB of RAM. This code has been tested with MatLab 2012b on Ubuntu 12.10 and Mac OSX 10.9.


Hosted on GitHub Pages — Theme by mattgraham