Difference between revisions of "Projects:dtistatisticsfibers"

From NAMIC Wiki
Jump to: navigation, search
(Created page with ' == DTI Statistics == DTI statistics :-)')
 
Line 1: Line 1:
  
== DTI Statistics ==
+
== Statistics on DTI data ==
  
DTI statistics :-)
+
Back to [[NA-MIC_Internal_Collaborations:DiffusionImageAnalysis|NA-MIC Collaborations]], [[Algorithm:Utah2|Utah2 Algorithms]], [[Algorithm:MIT|MIT Algorithms]], [[Algorithm:UNC|UNC Algorithms]]
 +
__NOTOC__
 +
= DTI Fiber Tract statistics =
 +
 
 +
Following the complete pipeline using Casey Goodlett's work, we get the fiber files containing DTI data. (The pipeline includes unbiased non-rigid registration of a population, Fiber tractography applied to the average atlas, and finding individual subjects' DTI data by mapping the atlas geometry back to individual subjects.
 +
 
 +
[[Image:goodlett_dti_atlas_flowchart.png]]
 +
 
 +
{|
 +
|- style="vertical-align:top"
 +
| [[Image:cbg-dtiatlas-tensors.png|thumb|none|<!-- Attempt give both boxes the same height.
 +
--><div style="float:right;clear:right;font-size:inherit;background:inherit;border:none;margin:0;"><!--
 +
--></div>Tensors in Splenium of averaged DTI atlas]]
 +
| [[Image:cbg-dtiatlas-tracts.png|thumb|none|<!-- Attempt give both boxes the same height.
 +
--><div style="float:right;clear:right;font-size:inherit;background:inherit;border:none;margin:0;"><!--
 +
--></div>Tractography through Corpus Callosum of averaged DTI atlas]]
 +
|}
 +
 
 +
 
 +
 
 +
==Collaboration with [[DBP:Harvard|PNL]]==
 +
 
 +
 
 +
{|
 +
|[[Image:ncatlasfibers-axial.jpg|thumb|256px|Axial view of fibers tracked in the control atlas]]
 +
|[[Image:ncatlasfibers-coronal.jpg|thumb|256px|Coronal view of fibers tracked in the control atlas]]
 +
|[[Image:ncatlasfibers-sagittal.jpg|thumb|256px|Saggital view of fibers tracked in the control atlas]]
 +
|}
 +
 
 +
==Collaboration with [[DBP:MIT|MIT]]==
 +
 
 +
[[Image:Gcasey-atlas-slices.png |thumb|480px|Slices from atlases built with only affine registration, fluid registration, and b-spline registration]]
 +
 
 +
 
 +
= DTI Quantitative Tract Analysis =
 +
 
 +
We are working on a command line tool which takes as input the fiber files generated by the above pipeline. The tool has options to perform kernel based regression on the DTI data (like FA, MD, FRO, AD, RD etc). Each kernel window assumes a noise model within the given cross section of the fiber and then chooses a statistic to represent the information in that window. Currently, the tool implements Gaussian and Beta (only for FA) noise models for data within fiber cross sections. The [possible statistics that can be chosen are Mean, Mode and Quantiles. The tool also computes the standard deviations about the regressed curve. The output is saved as a file. All the results can be plotted using Matlab scripts.
 +
There are various visualization options available like viewing the data distribution histograms within cross sections (before and after applying the kernels), scatter plots to view the actual distribution of the DTI data, and more. These options will help in further analyzing the best noise models and the best representative statistrics to explain the distributioin of DTi data along the fiber tract.
 +
 
 +
The tool will replace the command line interface that Fiber Viewer tool currently provides to do simialr (though very limited) tasks.We are currently testing the results of the tool on data from neonates, 1 year and 2 year old subjects. Casey's Functional Data Analysis module is also being used to analyze the results generated above.
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Diffusion MRI]]

Revision as of 08:53, 20 November 2009

Home < Projects:dtistatisticsfibers

Statistics on DTI data

Back to NA-MIC Collaborations, Utah2 Algorithms, MIT Algorithms, UNC Algorithms

DTI Fiber Tract statistics

Following the complete pipeline using Casey Goodlett's work, we get the fiber files containing DTI data. (The pipeline includes unbiased non-rigid registration of a population, Fiber tractography applied to the average atlas, and finding individual subjects' DTI data by mapping the atlas geometry back to individual subjects.

Goodlett dti atlas flowchart.png

Tensors in Splenium of averaged DTI atlas
Tractography through Corpus Callosum of averaged DTI atlas


Collaboration with PNL

Axial view of fibers tracked in the control atlas
Coronal view of fibers tracked in the control atlas
Saggital view of fibers tracked in the control atlas

Collaboration with MIT

Slices from atlases built with only affine registration, fluid registration, and b-spline registration


DTI Quantitative Tract Analysis

We are working on a command line tool which takes as input the fiber files generated by the above pipeline. The tool has options to perform kernel based regression on the DTI data (like FA, MD, FRO, AD, RD etc). Each kernel window assumes a noise model within the given cross section of the fiber and then chooses a statistic to represent the information in that window. Currently, the tool implements Gaussian and Beta (only for FA) noise models for data within fiber cross sections. The [possible statistics that can be chosen are Mean, Mode and Quantiles. The tool also computes the standard deviations about the regressed curve. The output is saved as a file. All the results can be plotted using Matlab scripts. There are various visualization options available like viewing the data distribution histograms within cross sections (before and after applying the kernels), scatter plots to view the actual distribution of the DTI data, and more. These options will help in further analyzing the best noise models and the best representative statistrics to explain the distributioin of DTi data along the fiber tract.

The tool will replace the command line interface that Fiber Viewer tool currently provides to do simialr (though very limited) tasks.We are currently testing the results of the tool on data from neonates, 1 year and 2 year old subjects. Casey's Functional Data Analysis module is also being used to analyze the results generated above.