Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Expand spm interface thresholding options #3333

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ldeangelisphys
Copy link

Summary

I added the option of using FDR correction (at the voxel level) and the option to choose between FWEc and FDRc for the clustersize correction (only FDRc was present through use_topo_fdr) to the SPM interface

Fixes # .

List of changes proposed in this PR (pull-request)

  • Added FDR correction
  • added option for both FDRc and FWEc clustersize correction
  • include FDRc and FWEc cluster threshold in the output

Acknowledgment

  • I acknowledge that this contribution will be available under the Apache 2 license.

Lorenzo De Angelis added 3 commits May 3, 2021 10:53
The variable use_fwe_correction has been replaced with a multitest_correction
variable which can be equal to 'none' for uncorrected threshold,
'FWE' for FWE correction adn 'FDR' for FDR correction
…se_topo_fdr

Now there is another varialbe called use_topo_fwe that uses FWEc cluster size
correction. Additionally, both FWEc and FDRc are returned to the user as output.
@effigies effigies mentioned this pull request Oct 15, 2021
15 tasks
@@ -574,23 +574,26 @@ class ThresholdInputSpec(SPMCommandInputSpec):
)
stat_image = File(exists=True, desc="stat image", copyfile=False, mandatory=True)
contrast_index = traits.Int(
mandatory=True, desc="which contrast in the SPM.mat to use"
)
use_fwe_correction = traits.Bool(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to keep the old options around so that we don't break existing workflows. You can deprecate it though (see https://nipype.readthedocs.io/en/latest/devel/interface_specs.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants