FCP-INDI / C-PAC

Configurable Pipeline for the Analysis of Connectomes
https://fcp-indi.github.io/
GNU Lesser General Public License v3.0
63 stars 40 forks source link

Group Analysis Issue: Cannot implement different height and cluster thresholds #406

Open ntvandam opened 9 years ago

ntvandam commented 9 years ago

At present, only one height threshold (e.g., Z = 2.3) and cluster probability threshold (e.g., p < .05) can be implemented per pipeline run. This presents an issue when you want to do one type of multiple comparisons correction for a particular derivative but not others (e.g., for dual regression, one might want to correct for the fact that there are 10 regressions (e.g., use p < .005) -- assuming use of the 10 Smith 2009 network maps). At present, you would have to run dual regression derivatives separately from other derivatives.

sgiavasis commented 9 years ago

We're going to try to implement this in 0.3.9.

anibalsolon commented 5 years ago

@sgiavasis do you have an update on this one?