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.14. 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 [1].

Parameters
ordered_regionsbool, optional

ROIs from same networks are grouped together and ordered with respect to their names and their locations (anterior to posterior). Default=True.

Returns
datasklearn.datasets.base.Bunch

Dictionary-like object, contains:

  • “rois”: coordinates of 160 ROIs in MNI space

  • “labels”: ROIs labels

  • “networks”: networks names

References

1

Dosenbach N.U., Nardos B., et al. “Prediction of individual brain maturity using fMRI.”, 2010, Science 329, 1358-1361.

8.2.14.1. Examples using nilearn.datasets.fetch_coords_dosenbach_2010