[Freesurfer] Comparing cortical thickness for 2 groups

2012-09-24 Thread Ryan
Hello everyone,
   I'm analyzing the data for a training study looking to see if there are
changes in cortical thickness as a result of training. We have pre and post
scans (training) and control subjects (no training). How do I setup this
design in the Xg.dat and matrix files so I can run mri_glmfit? Thank you.

Best,
   -W. Ryan McGarry
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] Comparing cortical thickness for 2 groups

2012-09-24 Thread Douglas Greve


Hi Ryan, do a searched for paired on our wiki to get the instructions. 
I think Martin also has some tools for longitudinal analysis, but for 
just two time points it will probably be the same.

doug


On 9/24/12 8:26 PM, Ryan wrote:

Hello everyone,
I'm analyzing the data for a training study looking to see if there 
are changes in cortical thickness as a result of training. We have pre 
and post scans (training) and control subjects (no training). How do I 
setup this design in the Xg.dat and matrix files so I can run 
mri_glmfit? Thank you.


Best,
   -W. Ryan McGarry


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] Comparing Cortical Thickness

2012-02-14 Thread Bruce Fischl

Hi Jeff,

I think you want to use Doug's tools for this (mri_glm and such). He'll 
probably comment in an hour or two


cheers
Bruce

On Mon, 13 
Feb 2012, Jeff Sadino wrote:



Hello FreeSurfers,
I want to compare cortical thickness differences between my two groups.  Is
this the correct pipeline?

I ran make_average_subject on each group.

To get the study thickness file in control space, I did this: mri_surf2surf
--srcsubject study --srcsurfval study/surf/lh.thickness --trgsubject control
--trgsurfval control/surf/study.thickness.mgh --hemi lh

And then to calculate the differences, I used: mris_thickness_diff -out
diff.mgh control/surf/pial control/surf/lh.thickness control/surf/pial
control/surf/study.thickness.mgh.  Is this the right way to do this?
 mris_thickness_diff says it should only be used on the same subject.
 mris_diff says it is still being tested.  I also see
mris_thickness_comparison.  Which command is the best to use to get a
thickness difference map?

Thank you very much,
Jeff Sadino

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] Comparing Cortical Thickness

2012-02-14 Thread Douglas Greve
Hi Jeff, you should use mris_preproc to stack the subjects into one 
file, mri_surf2surf to smooth them, and mri_glmfit to analyze them 
(including computing the difference between groups and other stats). See 
the group tutorial on the web page. You could probably do what you are 
suggesting, but it takes you off the usual pipeline and would be a dead 
end in the case that you wanted to take the next step such as computing 
p-values.


doug


On 2/14/12 9:15 AM, Bruce Fischl wrote:

Hi Jeff,

I think you want to use Doug's tools for this (mri_glm and such). 
He'll probably comment in an hour or two


cheers
Bruce

On Mon, 13 Feb 2012, Jeff Sadino wrote:


Hello FreeSurfers,
I want to compare cortical thickness differences between my two 
groups.  Is

this the correct pipeline?

I ran make_average_subject on each group.

To get the study thickness file in control space, I did this: 
mri_surf2surf
--srcsubject study --srcsurfval study/surf/lh.thickness --trgsubject 
control

--trgsurfval control/surf/study.thickness.mgh --hemi lh

And then to calculate the differences, I used: mris_thickness_diff -out
diff.mgh control/surf/pial control/surf/lh.thickness control/surf/pial
control/surf/study.thickness.mgh.  Is this the right way to do this?
 mris_thickness_diff says it should only be used on the same subject.
 mris_diff says it is still being tested.  I also see
mris_thickness_comparison.  Which command is the best to use to get a
thickness difference map?

Thank you very much,
Jeff Sadino





___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] Comparing Cortical Thickness

2012-02-14 Thread Michael Harms

Hi Jeff,
make_average_subject is just if you want to visualize results on a
surface presenting the average of your own subjects, rather than using
the provided 'fsaverage'.  It is not necessary (and not related) to
performing group statistical comparisons per se.

You can use the 'qdec' utility to do compute maps of groupwise
statisical differences on the surface, after first running recon-all
with the -qcache flag.

cheers,
-MH

On Mon, 2012-02-13 at 20:06 -1000, Jeff Sadino wrote:
 Hello FreeSurfers,
 
 
 I want to compare cortical thickness differences between my two
 groups.  Is this the correct pipeline?
 
 
 I ran make_average_subject on each group.
 
 
 To get the study thickness file in control space, I did this:
 mri_surf2surf --srcsubject study --srcsurfval study/surf/lh.thickness
 --trgsubject control --trgsurfval control/surf/study.thickness.mgh --
 hemi lh
 
 
 And then to calculate the differences, I used: mris_thickness_diff -
 out diff.mgh control/surf/pial control/surf/lh.thickness
 control/surf/pial control/surf/study.thickness.mgh.  Is this the right
 way to do this?  mris_thickness_diff says it should only be used on
 the same subject.  mris_diff says it is still being tested.  I also
 see mris_thickness_comparison.  Which command is the best to use to
 get a thickness difference map?
 
 
 Thank you very much,
 Jeff Sadino
 ___
 Freesurfer mailing list
 Freesurfer@nmr.mgh.harvard.edu
 https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
 
 
 The information in this e-mail is intended only for the person to whom it is
 addressed. If you believe this e-mail was sent to you in error and the e-mail
 contains patient information, please contact the Partners Compliance HelpLine 
 at
 http://www.partners.org/complianceline . If the e-mail was sent to you in 
 error
 but does not contain patient information, please contact the sender and 
 properly
 dispose of the e-mail.

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


[Freesurfer] Comparing Cortical Thickness

2012-02-13 Thread Jeff Sadino
Hello FreeSurfers,

I want to compare cortical thickness differences between my two groups.  Is
this the correct pipeline?

I ran make_average_subject on each group.

To get the study thickness file in control space, I did this: mri_surf2surf
--srcsubject study --srcsurfval study/surf/lh.thickness --trgsubject
control --trgsurfval control/surf/study.thickness.mgh --hemi lh

And then to calculate the differences, I used: mris_thickness_diff -out
diff.mgh control/surf/pial control/surf/lh.thickness control/surf/pial
control/surf/study.thickness.mgh.  Is this the right way to do this?
 mris_thickness_diff says it should only be used on the same subject.
 mris_diff says it is still being tested.  I also see
mris_thickness_comparison.  Which command is the best to use to get a
thickness difference map?

Thank you very much,
Jeff Sadino
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.