|
Documentation.Visualization History
Hide minor edits - Show changes to output
Changed lines 5-6 from:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate vtk outputs with different attributes. In fact, they rely on the meshcluster and the meshglm functions of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]], respectively.
to:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Documentation/tsa_stats_glm|tsa_stats_glm]]. These two scripts generate vtk outputs with different attributes. In fact, they rely on the meshcluster and the meshglm functions of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]], respectively.
Changed lines 22-23 from:
Another way of displaying the tract is to use this script. To do so, [[http://www.imagemagick.org/|Imagemagick]] as well as [[http://www.vtk.org/|vtk]] must be installed on your computed.
to:
Another way of displaying the tract is to use these two scripts: # [[http://dti-tk.sourceforge.net/pmwiki/uploads/Documentation/display_allmesh/picstmap_v2.py| picstmap_v2.py]] #[[http://dti-tk.sourceforge.net/pmwiki/uploads/Documentation/display_allmesh/tsafig.bash| tsafig.bash]] which are combined here [[http://dti-tk.sourceforge.net/pmwiki/uploads/Documentation/display_allmesh/make_sshots.sh| make_sshots.sh]] To do so, [[http://www.imagemagick.org/|Imagemagick]], [[http://www.vtk.org/|vtk]] and [[http://www.python.org/|python]] must be installed on your computer.
Changed lines 21-23 from:
to:
!! Displaying all the tracts Another way of displaying the tract is to use this script. To do so, [[http://www.imagemagick.org/|Imagemagick]] as well as [[http://www.vtk.org/|vtk]] must be installed on your computed.
Changed lines 15-17 from:
to:
These results can be simply visualized with [[http://www.paraview.org/|paraview]], as it is the case below:
Changed lines 19-22 from:
%center% Results obtained from a study comparing an adult male population to an adult female population. Here, the right CST is represented using paraview. The scale shows values from the t-test
to:
%center% Difference in FA between men and women in the right corticospinal tract. T-values are displayed showing increased FA values in the inferior part of the CST. The significant region is represented in black (result obtained with meshcluster, left) and outlined in black (results obtained with meshglm, right)
Changed line 16 from:
%center%%width=550px%Attach:display_meshglm_meshcluster.jpg
to:
%center%%width=750px%Attach:display_meshglm_meshcluster.jpg
Changed line 16 from:
%center%%width=550px%Attach:display_meshglm_meshcluster.jpeg
to:
%center%%width=550px%Attach:display_meshglm_meshcluster.jpg
Changed line 16 from:
%center%%width=550px%Attach:right_cst_meshcluster.png
to:
%center%%width=550px%Attach:display_meshglm_meshcluster.jpeg
Changed line 11 from:
* [type] is mean or maxFA (see [[Documentation.TsaCasual|Sampling values over all the subjects]]
to:
* [type] is mean or maxFA (see [[Documentation.TsaCasual|Sampling values over all the subjects]])
Deleted line 20:
!!Comprehensive representation
Changed lines 5-10 from:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as they rely on the meshcluster and the meshglm functions of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]], respectively. #from tsa_stats. For each of the tracts, there are two main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk (or [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk if you chose the #from group_tsa_stats: Two main outputs will result from the analysis: [file_name].med.maxFA.vtk and [file_name]_edges.med.maxFA.clusters.[feature]_[threshold].vtk
to:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate vtk outputs with different attributes. In fact, they rely on the meshcluster and the meshglm functions of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]], respectively. #outputs obtained with tsa_stats. For each of the tracts, there are two outputs: [file_name].med.[type].vtk and [file_name].med.[type].clusters.ttst.[threshold]_pos.[feature].vtk (or [file_name].med.[type].clusters.ttst.[threshold]_neg.[feature].vtk) #outputs obtained with group_tsa_stats: Two main outputs will result from the analysis: [file_name].med.[type].vtk and [file_name]_edges.med.[type].clusters.[feature]_[threshold].vtk where: * [type] is mean or maxFA (see [[Documentation.TsaCasual|Sampling values over all the subjects]] * [threshold] is the p-value threshold use in the statistical analysis * [feature] is the feature analyzed (FA, ADC, for example)
Changed line 7 from:
#from tsa_stats. For each of the tracts, there are two main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk (or [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk. [file_name].med.maxFA.vtk
to:
#from tsa_stats. For each of the tracts, there are two main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk (or [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk if you chose the
Changed lines 5-7 from:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as one of them rely on the meshcluster or the meshglm function of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
#from tsa_stats. For each of the tracts, there are three main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk. [file_name].med.maxFA.vtk
to:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as they rely on the meshcluster and the meshglm functions of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]], respectively. #from tsa_stats. For each of the tracts, there are two main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk (or [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk. [file_name].med.maxFA.vtk
Changed lines 5-6 from:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as one of them rely on the meshcluster or the meshglm function of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
to:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two scripts: tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as one of them rely on the meshcluster or the meshglm function of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
Changed lines 5-6 from:
After a successful statistical analysis of your dataset, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from 1/ tsa_stats (contained in earlier version of DTI-TK) or 2/ the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script.
Hence, there are two kinds of outputs:
to:
The TSA [[Documentation.TsaCasual|statistical analysis]] can be run using two tsa_stats (from earlier versions of DTI-TK) or [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]]. These two scripts generate outputs of different format, as one of them rely on the meshcluster or the meshglm function of [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
Changed lines 8-15 from:
#from group_tsa_stats:
%center%%width=750px%Attach:right_cst_meshcluster.png %center% ''Left'': Results obtained from a study comparing an adult male population to an adult female population. Here, the right CST is represented using paraview.
to:
#from group_tsa_stats: Two main outputs will result from the analysis: [file_name].med.maxFA.vtk and [file_name]_edges.med.maxFA.clusters.[feature]_[threshold].vtk %center%%width=550px%Attach:right_cst_meshcluster.png %center% Results obtained from a study comparing an adult male population to an adult female population. Here, the right CST is represented using paraview. The scale shows values from the t-test
Changed lines 5-12 from:
After a successful statistical analysis of your dataset, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script.
There are two kinds of files: #the ones resulting the use of an early version of tsa_stat, using the meshcluster function from [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]] #the ones resulting from [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] (see [[Documentation.TsaCasual|here]]), which uses the newer meshglm function also contained in [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
to:
After a successful statistical analysis of your dataset, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from 1/ tsa_stats (contained in earlier version of DTI-TK) or 2/ the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script. Hence, there are two kinds of outputs: #from tsa_stats. For each of the tracts, there are three main outputs: [file_name].med.maxFA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_pos.FA.vtk and [file_name].med.maxFA.clusters.ttst.[threshold]_neg.FA.vtk. [file_name].med.maxFA.vtk #from group_tsa_stats: %center%%width=750px%Attach:right_cst_meshcluster.png %center% ''Left'': Results obtained from a study comparing an adult male population to an adult female population. Here, the right CST is represented using paraview.
Changed lines 5-9 from:
After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script.
to:
After a successful statistical analysis of your dataset, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script. There are two kinds of files: #the ones resulting the use of an early version of tsa_stat, using the meshcluster function from [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]] #the ones resulting from [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] (see [[Documentation.TsaCasual|here]]), which uses the newer meshglm function also contained in [[http://www.itksnap.org/pmwiki/pmwiki.php?n=CMREP.Documentation|cmrep]]
Changed lines 5-9 from:
After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the meshcluster or the meshglm analysis.
to:
After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the [[http://dti-tk.sourceforge.net/pmwiki/uploads/Applet/group_tsa_stats.sh|group_tsa_stats]] script.
Changed lines 5-9 from:
After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]])
to:
After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]), the result of your study are consigned in the output files obtained from the meshcluster or the meshglm analysis.
Added lines 1-10:
(:noleft:) (:notitle:)(:title Displaying TSA Results:) ! Displaying TSA results !!Outputs of the statistical analysis After a successful statistical analysis, (see paragraph "Statistical Analysis", [[Documentation.TsaCasual|here]]) !!Comprehensive representation
|
|