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.13. nilearn.datasets.fetch_coords_dosenbach_2010¶
nilearn.datasets.
fetch_coords_dosenbach_2010
(ordered_regions=True)¶Load the Dosenbach et al. 160 ROIs. These ROIs cover much of the cerebral cortex and cerebellum and are assigned to 6 networks.
Parameters: ordered_regions : bool, optional
ROIs from same networks are grouped together and ordered with respect to their names and their locations (anterior to posterior).
Returns: data: sklearn.datasets.base.Bunch
dictionary-like object, contains: - “rois”: coordinates of 160 ROIs in MNI space - “labels”: ROIs labels - “networks”: networks names
References
Dosenbach N.U., Nardos B., et al. “Prediction of individual brain maturity using fMRI.”, 2010, Science 329, 1358-1361.