netneurotools.datasets.fetch_schaefer2018

netneurotools.datasets.fetch_schaefer2018(version='fsaverage', force=False, data_dir=None, verbose=1)[source]

Download FreeSurfer .annot files for Schaefer et al., 2018 parcellation.

This dataset contains

If you used this data, please cite 1.

Parameters:

version ({‘fsaverage’, ‘fsaverage5’, ‘fsaverage6’, ‘fslr32k’}) – Specifies which surface annotation files should be matched to. Default: ‘fsaverage’

Returns:

filenames – Dictionary-like object with keys of format ‘{}Parcels{}Networks’ where corresponding values are the left/right hemisphere annotation files

Return type:

sklearn.utils.Bunch

Other Parameters:
  • force (bool, optional) – If True, will overwrite existing dataset. Default: False

  • data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘NNT_DATA’; if that is not set, will use ~/nnt-data instead. Default: None

  • verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1

Notes

License: https://github.com/ThomasYeoLab/CBIG/blob/master/LICENSE.md

References