JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for FSL Archives


FSL Archives

FSL Archives


FSL@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

FSL Home

FSL Home

FSL  April 2017

FSL April 2017

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: FDR and FWE TFCE correction for multiple images

From:

Jun Miyata <[log in to unmask]>

Reply-To:

FSL - FMRIB's Software Library <[log in to unmask]>

Date:

Thu, 20 Apr 2017 08:45:30 +0900

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (129 lines)

Dear Anderson,

Thank you for your feedback. I’m still confused about it, because conventionally no correction is required over main effects and interaction in the case of 2x2 ANOVA, that is, the statistical threshold for each is not p<0.017=0.05/3 but p<0.05. How do you think about it?
many thanks in advance,

Jun


> 差出人: "Anderson M. Winkler" <[log in to unmask]>
> 件名: Re: FDR and FWE TFCE correction for multiple images
> 日付: 2017年4月19日 11:10:56 JST
> 
> 
> Hi Jun,
> 
> We only look into the main effects after ruling out an interaction effect. This would open the possibility of doing the correction in two steps, first correcting for the two interactions (contrasts 5 and 6), and then the four remaining ones. However, interpretation into main and interaction are is simply some semantic meaning given to a set of what otherwise are just numbers. I don't feel it is appropriate to separate in this case, and would correct across all six in a single step.
> 
> All the best,
> 
> Anderson
> 
> 
>> On 18 April 2017 at 21:09, Jun Miyata <[log in to unmask]> wrote:
>> Dear Anderson and Blazej,
>> 
>> Sorry for interrupting. I also have a question re control over the number of contrasts. Suppose I want to test a 2 x 2 ANOVA design (2 diagnostic groups, 2 conditions). The design matrix would be as follows:
>> 
>> Contrast 1: Healthy - Patient
>> Contrast 2: Patient - Healthy
>> Contrast 3: Condition A - Condition B
>> Contrast 4: Condition B - Condition A
>> Contrast 5: Diagnosis x Condition Interaction
>> Contrast 6: - (Contrast 5)
>> 
>> In this case, I agree with controlling over 1 and 2, 3 and 4, 5 and 6. However, I’m not sure if it’s necessary to control over the main effect of diagnosis (1 and 2), main effect of condition (3 and 4), and interaction (5 and 6). I appreciate your opinion.
>> 
>> Thanks in advance,
>> 
>> Jun
>> 
>> > 差出人: "Anderson M. Winkler" <[log in to unmask]>
>> > 件名: Re: FDR and FWE TFCE correction for multiple images
>> > 日付: 2017年4月18日 21:02:07 JST
>> >
>> >
>> > Hi Blazej,
>> >
>> > In the example of the paper, we treat each stimulation (face, hand, foot) as a different "modality" (even though it's all FMRI), and in PALM usage, these are entered each with an option "-i", and we'd use the option "-corrmod" to correct across them.
>> >
>> > The correction for multiple contrasts refers to the contrasts associated with a particular design for a given modality, and is enabled with the option "-corrcon".
>> >
>> > To make it more concrete: suppose in the 3 stimuli we test, for each, positive and negative effects across subjects. Then we have overall 3x2=6 possible tests. The -corrmod alone would correct across the 3 stimuli, but not across the 2 contrasts. The -corrcon alone would correct across the 2 contrasts, but not across the 3 stimuli. Using -corrmod together with -corrcon would correct across all the 6 things.
>> >
>> > Hope this helps.
>> >
>> > All the best,
>> >
>> > Anderson
>> >
>> > On 17 April 2017 at 12:56, Blazej Baczkowski <[log in to unmask]> wrote:
>> > Hi Anderson
>> >
>> > Thanks a lot ― PALM is very cool.
>> >
>> > There is one puzzling issue in my mind when it comes to multiple testing problem. Perhaps, you could help me to understand. In your paper (Winkler et al., 2016; Non-parametrc Combination…) you gave an example of a pain study. I wonder whether one needs to correct for multiple contrasts when testing the effects of each stimulation (face, hand, foot) separately? In other words, if an experiment consists of more than one condition, does one need to correct for multiple contrasts when examining the effects of each condition?
>> >
>> > Many thanks in advance,
>> > Blazej
>> >
>> > On 14 Apr 2017, at 19:14, Anderson M. Winkler <[log in to unmask]> wrote:
>> >
>> >> Hi Blazej,
>> >>
>> >> The simplest is probably assemble 4 separate one-sample t-tests, one for each of the 4 levels. Each level act as a "modality". The call to PALM would be something as this:
>> >>
>> >> palm -i level1.nii -i level2.nii -i level3.nii -i level4.nii -o myresults -n 2000 -approx tail -logp -corrmod -corrcon -ise
>> >>
>> >> For a one-sample t-test, there is no need to specify design and contrasts: these are created automatically if none is given. The option -corrcon will correct for positive and negative contrasts, -corrmod will correct for the 4 "modalities" (here are levels), the -ise will do sign-flippings.
>> >>
>> >> Hope this helps!
>> >>
>> >> All the best,
>> >>
>> >> Anderson
>> >>
>> >>
>> >>
>> >> On 13 April 2017 at 16:11, Blazej Baczkowski <[log in to unmask]> wrote:
>> >> Hi
>> >>
>> >> Thanks for the hint. I am not exactly sure, though, how to run the analysis with PALM properly.
>> >>
>> >> My design is a form of repated measures one-way ANOVA, but at the moment I am not interested in differences among levels, but the group mean of each level. Therefore, I am not sure how to specify the design matrix. I would like to follow the “recipe” on the randomise website (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Randomise/UserGuide#Repeated_measures_ANOVA) 1 factor 4 levels, but I am not sure how I can get the mean for each level with the contrast mentioned on the website.
>> >> Ultimately, I would like to have one image for group mean of each level. Is there another way to run several one sample t tests? Or I should treat my data as if they were seperate “modalities” in PALM?
>> >>
>> >> Do I understand correctly that once the design matrix is specified, all I need to do to correct over multiple contrasts is to add the option "-corrcon”?
>> >>
>> >> I would appreciate any feedback on this!
>> >> Best, Blazej
>> >>
>> >>
>> >> On 13 Apr 2017, at 12:47, Matthew Webster <[log in to unmask]> wrote:
>> >>
>> >> > Hello,
>> >> >        If you want to properly correct over multiple contrasts, then it’s probably best to use PALM ( https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/PALM ) instead of randomise.
>> >> >
>> >> > Hope this helps,
>> >> > Kind Regards
>> >> > Matthew
>> >> >
>> >> >> On 13 Apr 2017, at 11:20, Blazej Baczkowski <[log in to unmask]> wrote:
>> >> >>
>> >> >> Hello everyone,
>> >> >>
>> >> >> I would like to find a single common threshold for multiple statistical images (one sample t test, output from randomise) when correcting for multiple comparisons. I would be happy to hear your opinion on how to do it best. At the moment I am considering two options, but maybe there are better ones.
>> >> >>
>> >> >> 1) FDR
>> >> >> Is it possible for the FSl fdr command to find a threshold when the nifti image contains several volumes (concatenated  *vox_p_tstat* maps from randomise)? When testing, it works, but I would like to confirm that the threshold I receive is indeed computed using all p values from several volumes in the nifti.
>> >> >>
>> >> >> Would it also make sense to use uncorrected TFCE image (*_tfce_p_tstat*) to preserve some spatial contingency among voxels?
>> >> >>
>> >> >> 2) TFCE and max value across images
>> >> >> I was wondering whether one could modify the randomise command such that TFCE p values are corrected based on the maximum TFCE value across all voxels and all images in each permutation providing a common distribution of max values for all images?
>> >> >>
>> >> >> Many thanks in advance!!
>> >> >> Best, Blazej
>> >>
>> >

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager