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=False)[source]¶
Download and load the Power et al. brain atlas composed of 264 ROIs.
See Power et al.[1].
- Parameters:
- legacy_format
bool
, default=True If set to True, the fetcher will return recarrays. Otherwise, it will return pandas dataframes.
- legacy_format
- Returns:
- data
sklearn.utils.Bunch
Dictionary-like object, contains:
‘rois’:
numpy.recarray
, rec array containing the coordinates of 264 ROIs in MNI space. Iflegacy_format
is set toFalse
, this is apandas.DataFrame
.‘description’:
str
, description of the atlas.
- data
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