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(legacy_format=True)[source]#

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

See Power et al.[1].

Parameters:
legacy_formatbool, default=True

If set to True, the fetcher will return recarrays. Otherwise, it will return pandas dataframes.

Returns:
datasklearn.utils.Bunch

Dictionary-like object, contains:

  • ‘rois’: numpy.recarray, rec array containing the coordinates of 264 ROIs in MNI space. If legacy_format is set to False, this is a pandas.DataFrame.

  • ‘description’: str, description of the atlas.

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