nimare.workflows.macm_workflow
- macm_workflow(dataset_file, mask_file, output_dir=None, prefix=None, n_iters=5000, v_thr=0.001, n_cores=1)[source]
Perform MACM with ALE algorithm.
Warning
The legacy Dataset-file workflow is deprecated and will be removed in a future release. Prefer loading a
Studysetdirectly and usingget_studies_by_mask()plusslice()before fitting an estimator.