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 Studyset directly and using get_studies_by_mask() plus slice() before fitting an estimator.