nimare.workflows.misc
.conjunction_analysis
- conjunction_analysis(imgs)[source]
Perform a conjunction analysis.
Added in version 0.2.0.
This method is described in Nichols et al.[1].
- Parameters:
imgs (
list
of 3DNifti1Image
, orlist
ofstr
) – List of images upon which to perform the conjuction analysis. If a list of strings is provided, it is assumed to be paths to NIfTI images.- Returns:
Conjunction image.
- Return type:
References