Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2011-03-30 06:28:55
Size: 110
Comment:
Revision 8 as of 2011-03-30 07:25:52
Size: 1019
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This section of the tutorial will teach you to extract Statistical measures along This section of the tutorial will teach you to extract Statistical measures along the major White Matter tracts reconstructed by Tracula. There are two types of statistics files that are output for each White Matter Tract
 * path.overall.txt - This file gives Diffusion measures along the whole WM tract
 * path.byvoxel.txt - This files gives Diffusion measures for each voxel along the WM tract.

To view the statistics files from Tracula for for the subject Diff001 (Left Cortico-Spinal Tract), type the following in the terminal
----
{{{
cd $TUTORIAL_DATA/diffusion_tutorial/Diff001/dpath/5cpts/priorcvs/seg14/initmni/regbbr/lh.cst_AS_avg23_cvs_bbr/
gedit path.overall.txt
gedit path.byvoxel.txt
}}}
----
These two files that can be used for extracting statistics to perform GLM analysis.

This can also be converted into a table using tractstats2table for doing group analysis using mri_glmfit or any other statistical software (SPSS, Excel, Statview etc).

To convert

Tract Statistics

This section of the tutorial will teach you to extract Statistical measures along the major White Matter tracts reconstructed by Tracula. There are two types of statistics files that are output for each White Matter Tract

  • path.overall.txt - This file gives Diffusion measures along the whole WM tract
  • path.byvoxel.txt - This files gives Diffusion measures for each voxel along the WM tract.

To view the statistics files from Tracula for for the subject Diff001 (Left Cortico-Spinal Tract), type the following in the terminal


cd $TUTORIAL_DATA/diffusion_tutorial/Diff001/dpath/5cpts/priorcvs/seg14/initmni/regbbr/lh.cst_AS_avg23_cvs_bbr/
gedit path.overall.txt
gedit path.byvoxel.txt


These two files that can be used for extracting statistics to perform GLM analysis.

This can also be converted into a table using tractstats2table for doing group analysis using mri_glmfit or any other statistical software (SPSS, Excel, Statview etc).

To convert

FsTutorial/TraculaStatistics (last edited 2023-07-17 02:37:25 by AnastasiaYendiki)