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.
6.1.7. 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.
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:
- “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
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.