Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

8.2.5. nilearn.datasets.fetch_coords_power_2011

nilearn.datasets.fetch_coords_power_2011()

Download and load the Power et al. brain atlas composed of 264 ROIs.

Returns:

data: sklearn.datasets.base.Bunch

dictionary-like object, contains: - “rois”: coordinates of 264 ROIs in MNI space

References

Power, Jonathan D., et al. “Functional network organization of the human brain.” Neuron 72.4 (2011): 665-678.

8.2.5.1. Examples using nilearn.datasets.fetch_coords_power_2011