Giving credit

4.1.1.8. nilearn.datasets.fetch_yeo_2011_atlas

nilearn.datasets.fetch_yeo_2011_atlas(data_dir=None, url=None, resume=True, verbose=0)

Download and return file names for the Yeo 2011 parcellation.

The provided images are in MNI152 space.

Parameters :

data_dir: string :

directory where data should be downloaded and unpacked.

url: string :

url of file to download.

resume: bool :

whether to resumed download of a partly-downloaded file.

verbose: int :

verbosity level (0 means no message).

Returns :

data: sklearn.datasets.base.Bunch :

dictionary-like object, keys are:

  • “tight_7”, “liberal_7”: 7-region parcellations, resp. tightly fitted to cortex shape, and liberally fitted.
  • “tight_17”, “liberal_17”: 17-region parcellations.
  • “colors_7”, “colors_17”: colormaps (text files) for 7- and 17-region parcellation respectively.
  • “anat”: anatomy image.

Notes

For more information on this dataset’s structure, see http://surfer.nmr.mgh.harvard.edu/fswiki/CorticalParcellation_Yeo2011

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.

Licence: unknown.