Difference between revisions of "2009 Summer Project Week Statistical Toolbox"

From NAMIC Wiki
Jump to: navigation, search
Line 16: Line 16:
 
The objective of this project is to build a statistical toolbox for brain images, and integrate this toolbox into Slicer. Current tools such as SurfStat and SPM allow to run statistical experiments in two levels. The first level correspond to a single subject study where the progression of a disease, the effect of a drug or the functional activation (fMRI) is analyzed over time. The second level correspond to cross-sectional studies where multiple subjects are compared using designs such as ANOVA and T-tests in all its varieties.  
 
The objective of this project is to build a statistical toolbox for brain images, and integrate this toolbox into Slicer. Current tools such as SurfStat and SPM allow to run statistical experiments in two levels. The first level correspond to a single subject study where the progression of a disease, the effect of a drug or the functional activation (fMRI) is analyzed over time. The second level correspond to cross-sectional studies where multiple subjects are compared using designs such as ANOVA and T-tests in all its varieties.  
  
The proposal is then to construct a third level for experiment design where single-subject or multiple-subject experiments can be carried out from different modalities simultaneously. In such environment, every subject has a set of images(anatomical MR, functional MR, PET data, etc...) and the statistics are taken on the vectors that are composed by taking the respective intensities for the same spatial location in each one of these images.
+
The proposal is then to construct a third level where single-subject or multiple-subject experiments can be carried out using information from modalities simultaneously. In such environment, every subject has a set of images(anatomical MR, functional MR, PET data, etc...) and the statistics are taken on vectors. Each vector is composed by the respective intensities in the image set.
 
 
 
 
 
 
 
</div>
 
</div>
  
Line 25: Line 22:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 +
Due to the complexity of this toolbox. The plan is to break it down in several releases or milestones.
  
 +
<h4>First Milestone</h4>
 +
* The images should be spatially normalized and registered to an atlas
 +
* The experiments are read/written using XML
 +
* Trilinear interpolation is used when the images in the set have different resolutions
 +
* There are not covariates
 +
* The only test available is a T^2 Hotelling test comparing all subjects against the mean
 +
* Uncorrected p-values and Family-wise p-values are available
 +
* When the dimension is 1. The T^2 test is reduced to a regular t-test and this is verifiable
 +
* The integration with Slicer is resolved
  
 +
<h4>Second Milestone</h4>
 +
* Global and local plots are available
 +
* Summary statistics are available (Global/local)
 +
* Extent threshold is available
 +
* Two-sample T^2 test is available
 +
* Likelihood Ratio Test is available
  
 
</div>
 
</div>

Revision as of 15:30, 4 June 2009

Home < 2009 Summer Project Week Statistical Toolbox


Key Investigators

  • Robarts Research/UWO: Diego Cantor


Objective

The objective of this project is to build a statistical toolbox for brain images, and integrate this toolbox into Slicer. Current tools such as SurfStat and SPM allow to run statistical experiments in two levels. The first level correspond to a single subject study where the progression of a disease, the effect of a drug or the functional activation (fMRI) is analyzed over time. The second level correspond to cross-sectional studies where multiple subjects are compared using designs such as ANOVA and T-tests in all its varieties.

The proposal is then to construct a third level where single-subject or multiple-subject experiments can be carried out using information from modalities simultaneously. In such environment, every subject has a set of images(anatomical MR, functional MR, PET data, etc...) and the statistics are taken on vectors. Each vector is composed by the respective intensities in the image set.

Approach, Plan

Due to the complexity of this toolbox. The plan is to break it down in several releases or milestones.

First Milestone

  • The images should be spatially normalized and registered to an atlas
  • The experiments are read/written using XML
  • Trilinear interpolation is used when the images in the set have different resolutions
  • There are not covariates
  • The only test available is a T^2 Hotelling test comparing all subjects against the mean
  • Uncorrected p-values and Family-wise p-values are available
  • When the dimension is 1. The T^2 test is reduced to a regular t-test and this is verifiable
  • The integration with Slicer is resolved

Second Milestone

  • Global and local plots are available
  • Summary statistics are available (Global/local)
  • Extent threshold is available
  • Two-sample T^2 test is available
  • Likelihood Ratio Test is available

Progress


References