Difference between revisions of "2014 Project Week Template"

From NAMIC Wiki
Jump to: navigation, search
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<gallery>
 
<gallery>
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]]
+
Image:PW-MIT2016.png|[[2016_Winter_Project_Week#Projects|Projects List]]
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
Murat Maga and
+
 
Ryan Young
 
  
 
==Project Description==
 
==Project Description==
 
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
Procrustes based shape analyses are a very establish set of geometric morphometric analysis in the realm of developmental and evolutionary biology. Although traditionally conducted on 2D pictures, with the general availability of the 3D (either volumetric or surface) data, field is moving more towards 3D analyses.
 
In case of 3D volumetric data, the typical workflow is to convert the scan dataset into a surface mesh by significantly reducing and smoothing, render the 3D surface on a platform capable of annotating the landmark, export the landmark coordinates into the analysis software (e.g. R), conduct the Procrustes alignment and geometric analyses, and then visualize the results using thin plate splines (TPS).
 
We are interested in creating a geometric morphometric analysis module within Slicer to uniform this experience. Our goal for the project week is to conduct visualization, data collection, statistical analysis and visualizations of shape variation decomposition using Slicer.  Our ultimate goal is to be able to repositories (e.g. using Xnat) with already annotated specimens along with all their metadata (species, sex, age, genotype, genomic data, etc.) that can be queried within Slicer (e.g. through XnatSlicer module) and analyze them accordingly.
 
 
<h3>Objective</h3>
 
<h3>Objective</h3>
Create a GPA/PCA shape analysis and visualization module for Slicer.
+
*
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
<ul>
+
*
<li>Impliment GPA/PCA shape analysis in python</li>
 
<li>Visualize the deformation of a reference volume along the principle components using thin plate splines</li>
 
 
 
<li>Ability to create semi-landmarks to increase spatial coverage. (Using ideas from Morpho package in R)
 
<ul>
 
<li>User will create a uniformly sampled point cloud by entering the number of semi-landmarks. Existing “hard” landmarks will be used for their distribution. This will serve as the template to be transferred to all remaining volumes (atlas)
 
<li>The template will be transferred to a new surface. Existing “hard” landmarks will allow for correspondence. The transferred points will then be moved along the surface of the volume by optimizing the bending energy function.
 
<li>The coordinates of the slid landmarks will be saved into a new fiducial list, from which the GPA analysis can be conducted.
 
</ul>
 
</ul>
 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
<ul>
+
*
<li> Generalized Procrustes Alignment</li>
 
<li> Principal Component and Singular Value Decomposition of the Procrustes aligned coordinates</li>
 
<li> Thin Plate Spline visualization of the shape variables from PCA and/or SVD (by either morphing a reference volume along the shape variable, or visualizing the TPS grid using Transformation Visualizer module).</li>
 
 
 
</ul>
 
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 16:15, 25 September 2015

Home < 2014 Project Week Template

Key Investigators

Project Description

Objective

Approach, Plan

Progress