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

From NAMIC Wiki
Jump to: navigation, search
Line 67: Line 67:
 
##Extension -- loadable  YES
 
##Extension -- loadable  YES
 
#Other shapeAnalysisMANCOVA_Wizard
 
#Other shapeAnalysisMANCOVA_Wizard
 
==References==
 
*Fletcher P, Tao R, Jeong W, Whitaker R. [http://www.na-mic.org/publications/item/view/634 A volumetric approach to quantifying region-to-region white matter connectivity in diffusion tensor MRI.] Inf Process Med Imaging. 2007;20:346-358. PMID: 17633712.
 
 
</div>
 

Revision as of 21:00, 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 (considering 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


Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline YES
    3. Extension -- loadable YES
  3. Other shapeAnalysisMANCOVA_Wizard