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()[source]

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

See 1.

Returns
datasklearn.datasets.base.Bunch

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

References

1

Jonathan D. Power, Alexander L. Cohen, Steven M. Nelson, Gagan S. Wig, Kelly Anne Barnes, Jessica A. Church, Alecia C. Vogel, Timothy O. Laumann, Fran M. Miezin, Bradley L. Schlaggar, and Steven E. Petersen. Functional network organization of the human brain. Neuron, 72(4):665–678, Nov 2011. URL: https://doi.org/10.1016/j.neuron.2011.09.006, doi:10.1016/j.neuron.2011.09.006.

8.2.6.1. Examples using nilearn.datasets.fetch_coords_power_2011