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.6. 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 [1].

Returns
datasklearn.datasets.base.Bunch

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

References

1

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

8.2.6.1. Examples using nilearn.datasets.fetch_coords_power_2011