Go Decomposition in Python, with wrappers for working with fMRI data.
The core code in this package is adapted from three sources:
- andrewssobral/godec: A Python translation of the standard algorithm.
- prantikk/me-ica: A Python translation of the greedy semi-soft algorithm, for multi-echo fMRI data.
- Go Decomposition: The original MATLAB code for the standard and greedy semi-soft algorithms.