Difference between revisions of "2011 Winter Project Week:NAMICShapeAnalysis"

From NAMIC Wiki
Jump to: navigation, search
Line 27: Line 27:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
+
The developed shapeAnalysisMANCOVA is a C++ program that can be run both with shapeAnalysisMANCOVA_Wizard as well as a command line tool. In order to compile shapeAnalysisMANCOVA, ITK, VTK, GenerateCLP and Boost Libraries for C (v 0.39.1) must already be installed.
Our approach for analyzing diffusion tensors is summarized in the IPMI 2007 reference below. The main challenge to this approach is <foo>.
+
The point-based models will be analyzed with methods using multivariate analysis of covariance (MANCOVA).
 +
The steps performed in order to obtain the statistical analysis are the following, for each iteration:
 +
computing a General Linear Model (GLM) to test group differences at every surface location,
 +
doing the Metric computation thanks to the Multivariate analysis of covariance (MANCOVA)
 +
computing the P-values and controlling for the mutliple testing problem
 +
doing the permutations tests (considerong the linear varibles)
 +
The data scenes (MRML scene) are created and can be displayed within 3D Slicer. <foo>.
  
 
Our plan for the project week is to first try out <bar>,...
 
Our plan for the project week is to first try out <bar>,...

Revision as of 20:16, 13 December 2010

Home < 2011 Winter Project Week:NAMICShapeAnalysis

Key Investigators

  • UNC: Lucile Bompard, Martin Styner
  • Utah: Chris Gloschat

Objective

Statistical shape analysis methods have emerged within the last decade to allow for a localized analysis of shape.The UNC shapeAnalysisMANCOVA pipeline is a unified method for local shape analysis that can accomodate different number of variates and contrasts. Unlike current shape analysis frameworks,it also allows to include any number of associated variables in the statistical analysis of the data. This tool has been designed to interact seamlessly with the existing UNC SPHARM-PDM based shape analysis toolbox. Indeed, the point-based models computed with the SPHARM-PDM tool can be used in combination with this pipeline to perform quantitative morphological assessment of structural changes at specific locations.




Approach, Plan

The developed shapeAnalysisMANCOVA is a C++ program that can be run both with shapeAnalysisMANCOVA_Wizard as well as a command line tool. In order to compile shapeAnalysisMANCOVA, ITK, VTK, GenerateCLP and Boost Libraries for C (v 0.39.1) must already be installed. The point-based models will be analyzed with methods using multivariate analysis of covariance (MANCOVA). The steps performed in order to obtain the statistical analysis are the following, for each iteration: computing a General Linear Model (GLM) to test group differences at every surface location, doing the Metric computation thanks to the Multivariate analysis of covariance (MANCOVA) computing the P-values and controlling for the mutliple testing problem doing the permutations tests (considerong the linear varibles) The data scenes (MRML scene) are created and can be displayed within 3D Slicer. <foo>.

Our plan for the project week is to first try out <bar>,...

Progress

Software for the fiber tracking and statistical analysis along the tracts has been implemented. The statistical methods for diffusion tensors are implemented as ITK code as part of the DTI Software Infrastructure project. The methods have been validated on a repeated scan of a healthy individual. This work has been published as a conference paper (MICCAI 2005) and a journal version (MEDIA 2006). Our recent IPMI 2007 paper includes a nonparametric regression method for analyzing data along a fiber tract.


Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline
    3. Extension -- loadable
  3. Other (Please specify)

References