I have the results of two contrasts of interest (two snpm_filtered statistic pseudo-t images, tresholded at an uncorrected non parametric p-value of 0.001 and FWE corrected at 0.05) .
I conducted a conjuction analysis using "ImCalc" like you recommand with the uncorrected images as input images and using the expression "max(i1, i2)"
First, am i right to use the uncorrected result images instead of the corrected ones for the analysis ?
spm_imcalc_ui({'path/to/lP+.img','other/path/to/lP+.img'},'ConjP.img','max(10.^(-i1),10.^(-i2))',{[],[],[],spm_type('float')})spm_imcalc_ui({'path/to/mask.img','other/path/to/mask.img'},'mask_common.img','min(i1,i1)')VM=spm_vol('mask_common.img');VP=spm_vol('ConjP.img');u=spm_uc_FDR(0.05,NaN,'P',2,VP,VM);
At what treshold does the resulting image is written ? when i display the image in spm, is it the same treshold used ?
is there a way to get the table of significant SPM results ?
Thanks a lot for your replay,
Best,
Nabila
--
You received this message because you are subscribed to the Google Groups "Statistical Nonparametric Mapping" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snpm-support+unsubscribe@googlegroups.com.
To post to this group, send email to snpm-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/snpm-support.
To view this discussion on the web, visit https://groups.google.com/d/msgid/snpm-support/ba0cfba4-2079-48bd-8553-7671b02e3fc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I made 2 sets of analysis using an FWE corrected threshold first then an uncorrected one. so, two different statistical images were written.
If I want to achieve conjunction analysis with the corrected results, what image do i have to choose ? the IP_FWE+ image or the SnpmT+ ?
the resulting image is thresholded at the same significance level as the input image ?
Thanks,
Nabila
Le 31/10/2016 à 18:08, Thomas Nichols a écrit :
Hi Nabila,
I have the results of two contrasts of interest (two snpm_filtered statistic pseudo-t images, tresholded at an uncorrected non parametric p-value of 0.001 and FWE corrected at 0.05) .
I need some help understanding further what you've done. I can't figure out how you can do *both* a uncorrected nonparametric p-value threshold *and* a FWE corrected threshold... did you do a cluster inference?I conducted a conjuction analysis using "ImCalc" like you recommand with the uncorrected images as input images and using the expression "max(i1, i2)"
If I can assume that you are using the uncorrected nonparametric P-values, recall that these come in the form of "lP+" image, -log10 P-value images. So if you've loaded up two lP+ images, the expression would be "max(10.^(-i1),10.^(-i2))".
First, am i right to use the uncorrected result images instead of the corrected ones for the analysis ?
If you can be satisfied with uncorrected... I won't be... however, they could be subsequently subjected to FDR thresholding (though, however, even FDR usually struggles to find any significance with conjunction inferences). You'll have to manually run FDR, though, as you're outside of the routine SnPM tool. It would be something like
spm_imcalc({'path/to/lP+.img','other/path/to/lP+.img'},'ConjP.img','max(10.^(-i1),10.^(-i2))',{[],[],[],spm_type('float')})spm_imcalc({'path/to/mask.img','other/path/to/mask.img'},'mask_common.img','min(i1,i1)')VM=spm_vol('mask_common.img');
Dear Tom,
Thanks for your advices.
So, i followed your method but now i have an other problem, i
think with the expression used in "ImCalc" :
when i used the two IP_FWE+ images and used the expression "max(10.^(-i1),10.^(-i2))", i obtain an image
that didn't resemble what the conjunction analysis should give
(see image below) but when i tried with the expression "max(i1, i2)" (without taking into account the logarithmic nature of
the results, which is probably wrong), i obtained the second
image which i think, is more realistic.
have you an idea of the nature of the
problem ?
Thanks again,
Nabila

To view this discussion on the web, visit https://groups.google.com/d/msgid/snpm-support/be7971b0-416c-e12f-97b6-b5707dd4b387%40gmail.com.
I have a follow up question on the conjunction thresholding discussion:
I'm using snpm_filtered images with unc. p<.005 (unfortunately that's the highest threshold that I can choose to get some effects, I don't have enough power to get any effects with corrected threshold).
Am I correct to use the function "max(10.^(-i1),10.^(-i2))" for my conjunction analysis? Since I'm not using lP+.img or FWE+.img as my input, would it make more sense to use "max(i1,i2)"? With "max(i1,i2)" I get higher t-value of course.
And since there is no table of results, any suggestions on how to report the results (coordinates, cluster size, etc.)?
Inline image 1
I have a follow up question on the conjunction thresholding discussion:
I'm using snpm_filtered images with unc. p<.005 (unfortunately that's the highest threshold that I can choose to get some effects, I don't have enough power to get any effects with corrected threshold).
Am I correct to use the function "max(10.^(-i1),10.^(-i2))" for my conjunction analysis? Since I'm not using lP+.img or FWE+.img as my input, would it make more sense to use "max(i1,i2)"? With "max(i1,i2)" I get higher t-value of course.
And since there is no table of results, any suggestions on how to report the results (coordinates, cluster size, etc.)?
Inline image 1
--
You received this message because you are subscribed to the Google Groups "Statistical Nonparametric Mapping" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snpm-support+unsubscribe@googlegroups.com.
To post to this group, send an email to snpm-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/snpm-support.
To view this discussion on the web, visit https://groups.google.com/d/msgid/snpm-support/58c92f4f-029f-467c-9c5c-9cb70b5b95e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can I please follow with a related query...I have four continuous, but related variables that I reduced to a single component via PCA prior to performing simple regression in SnPM. One of our Reviewers has asked instead that I perform a conjunction analysis. As I'm not very familiar with this, are there any strong pros- or cons- to doing so? I note Tom's comments about FDR correction below and that it is difficult to obtain cluster coordinates etc.I think I understand how to perform the procedure using IP+ images as described below. Probably a silly question, do your individual tests need to pass some threshold e.g. p < 0.05 for use as input in the conjunction analysis? E.g. could I test for weaker but shared effects with a more lenient p threshold, if I then perform FDR on the conjunction results?
Many thanks for all advice, and sorry for any misunderstandings,Best wishes,Colm
--
You received this message because you are subscribed to the Google Groups "Statistical Nonparametric Mapping" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snpm-support...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/snpm-support/9ccf1171-3adf-4a0b-80b1-3d7c49148c94o%40googlegroups.com.