2009 Christine McLeavey & Jessica Tsang: Difference between revisions
imported>Psych 204 |
imported>Psych 204 |
||
| Line 53: | Line 53: | ||
In order to do this correctly, we need to weight the FA shifting for each voxel by the fiber density of that voxel. | In order to do this correctly, we need to weight the FA shifting for each voxel by the fiber density of that voxel. | ||
[[File:Density. | [[File:Density.gif |300px|thumb|center| Fiber density (Occipital) ]] | ||
We use the formula:<br> | We use the formula:<br> | ||
Revision as of 04:19, 10 December 2009
Back to Psych 204 Projects 2009
Testing the Ability of TBSS to Detect Tract Variations Between Groups
TBSS is a popular program [1] for exploring anatomical connectivity in the brain by analyzing anisotropic diffusion of water in white matter tracts. In this project, we create an artificial difference between the diffusion patterns of two otherwise similar groups, and determine TBSS's ability to find this difference.
Background
Tract-Based Spatial Statistics
Tracts of Interest
We consider the Arcuate tract to be the more difficult one for TBSS, as there are several other tracts in the neighbourhood that can potentially confuse tract assignment.
Occipital Tract


Arcuate Tract

Methods
Assignment of subjects into two groups
This study began with data from 55 subjects, ages 7 to 12. 3 subjects were not included in the analysis, as they were lacking Arcuate Tract data. We assigned the remaining 52 into two groups, prioritizing:
1. gender
2. age
3. IQ
as items to match. We performed T-tests on the age, IQ, ADHD score, and mean FA distributions of the two groups, to demonstrate no statistically significant separation between the two.
Details of the group assignment are available in: File:Groups.pdf
Cleaning Occipital Tract Data
Occipital tract data was opened using MrDiffusion, and then tracts pushed into CINCH for easier viewing.
Tracts were cleaned according to the following principles (and records kept describing the cleaning for each individual brain):
1. Thin tracts clearly not connected to a main tract were removed.
2. Tracts that did not begin and end in the right plane were removed.
3. Tracts that crossed the midline more than once were removed.
4. Tracts that looped into other quadrants of the brain were removed.
Figures show a representative case. Tracts in red represent the final "cleaned" version. Those in blue indicate tracts that would be hand-removed, following the above algorithm.


Mean FA Histograms


Shift FA in Group 1
We determine from the mean FA histograms that in order to create a ~1.5 standard deviation shift in Group 1, we would need to lower the FA by 0.85%. The following figures demonstrate the goal outcome of a script written to produce this FA shift.


In order to do this correctly, we need to weight the FA shifting for each voxel by the fiber density of that voxel.

We use the formula:
newFA = originalFA * [1-WeightedEffectSize]
WeightedEffectSize = .085*FiberDensity
TBSS Analysis
Results
TBSS Mean Skeleton

Statistics


Trouble Shooting

Conclusions
If these results are to be trusted, they would create a significant caveat for TBSS users. However, these are preliminary studies, and at this point it is quite likely that the problem lies in the algorithm used to shift the mean FA scores, or in some other part of our methodology.
Future Work
1. Shift Group 1 Mean FA scores by a larger amount.
2. Examine Mean FA histograms for Group 1 post-shift, to ensure they match predicted values.
3. Repeat this experiment using other tracts, or using shifts in only part of a given tract.
4. Run similar tests using VBM and compare to results with TBSS.
References
[1] Smith, Steven M. et al. Tract-based spatial statistics: Voxelwise analysis of multi-subject diffusion data. NeuroImage 31 (2006) 1487-1505.
Appendix I - Code and Data
Code
Data
Appendix II - Work partition
Christine is new to fMRI work and did much of the brunt work - she divided the kids into two groups and showed the groups to be well matched statistically. She did the cleaning of the occipital tracts for each of the 55 kids and wrote the wiki page. Jessica provided the brains and experience and devised the way to reduce the FA in the tracts of one group, ran the results through TBSS, ran statistics on those results, and generally taught Christine the ropes.