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.

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 Power et al.[1].

Returns:
datasklearn.utils.Bunch

Dictionary-like object, contains:

  • ‘rois’: pandas.DataFrame

    Contains the coordinates of 264 ROIs in MNI space.

  • ‘description’str

    Description of the dataset.

References

Examples using nilearn.datasets.fetch_coords_power_2011

Extract signals on spheres and plot a connectome

Extract signals on spheres and plot a connectome