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.

nilearn.datasets.fetch_coords_seitzman_2018#

nilearn.datasets.fetch_coords_seitzman_2018(ordered_regions=True, legacy_format=True)[source]#

Load the Seitzman et al. 300 ROIs.

These ROIs cover cortical, subcortical and cerebellar regions and are assigned to one of 13 networks (Auditory, CinguloOpercular, DefaultMode, DorsalAttention, FrontoParietal, MedialTemporalLobe, ParietoMedial, Reward, Salience, SomatomotorDorsal, SomatomotorLateral, VentralAttention, Visual) and have a regional label (cortexL, cortexR, cerebellum, thalamus, hippocampus, basalGanglia, amygdala, cortexMid).

See 1.

New in version 0.5.1.

Parameters
ordered_regionsbool, optional

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

legacy_formatbool, optional

If set to True, the fetcher will return recarrays. Otherwise, it will return pandas dataframes. Default=True.

Returns
datasklearn.utils.Bunch

Dictionary-like object, contains:

References

1

Benjamin A. Seitzman, Caterina Gratton, Scott Marek, Ryan V. Raut, Nico U.F. Dosenbach, Bradley L. Schlaggar, Steven E. Petersen, and Deanna J. Greene. A set of functionally-defined brain regions with improved representation of the subcortex and cerebellum. NeuroImage, 206:116290, 2020. URL: https://www.sciencedirect.com/science/article/pii/S105381191930881X, doi:https://doi.org/10.1016/j.neuroimage.2019.116290.