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.9. nilearn.datasets.fetch_atlas_yeo_2011

nilearn.datasets.fetch_atlas_yeo_2011(data_dir=None, url=None, resume=True, verbose=1)

Download and return file names for the Yeo 2011 parcellation.

The provided images are in MNI152 space.

For more information on this dataset’s structure, see [1] and [2].

Parameters
data_dirstring, optional

Directory where data should be downloaded and unpacked.

urlstring, optional

Url of file to download.

resumebool, optional

Whether to resumed download of a partly-downloaded file. Default=True.

verboseint, optional

Verbosity level (0 means no message). Default=1.

Returns
datasklearn.datasets.base.Bunch

Dictionary-like object, keys are:

  • “thin_7”, “thick_7”: 7-region parcellations, fitted to resp. thin and thick template cortex segmentations.

  • “thin_17”, “thick_17”: 17-region parcellations.

  • “colors_7”, “colors_17”: colormaps (text files) for 7- and 17-region parcellation respectively.

  • “anat”: anatomy image.

Notes

Licence: unknown.

References

1

http://surfer.nmr.mgh.harvard.edu/fswiki/CorticalParcellation_Yeo2011

2

Yeo BT, Krienen FM, Sepulcre J, Sabuncu MR, Lashkari D, Hollinshead M, Roffman JL, Smoller JW, Zollei L., Polimeni JR, Fischl B, Liu H, Buckner RL. The organization of the human cerebral cortex estimated by intrinsic functional connectivity. J Neurophysiol 106(3):1125-65, 2011.