Closed tsalo closed 4 years ago
As discussed with @CesarCaballeroGaudes yesterday, the mixture modeling is not necessary but it helps with the accuracy.
The ICA-AROMA paper states:
To increase accuracy of the spatial features, IC spatial maps are first thresholded using a Gamma/Gaussian alternative testing approach (p N 0.5). This approach is automated in FSL's MELODIC.
So, we could try running the workflow without the mixture modeling first and see if the results look good. If we see the mixture modeling is critical for accuracy, we can open a new PR with it.
To be honest, I'm not confident that either the features or the classifier in AROMA are robust enough to handle inputs that don't exactly match the original method. From a conceptual standpoint, unthresholded maps may be fine, but from a practical one, I'm not so sure.
I have https://github.com/Brainhack-Donostia/aroma/pull/22 open now, so I'm going to close this.
Closes #2.
TODO:
nipy
's GGM.computefeats2
working).Changes proposed in this pull request:
nipy
for mixture modeling.tedana
for PCA + ICA.