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.8. nilearn.datasets.fetch_atlas_smith_2009

nilearn.datasets.fetch_atlas_smith_2009(data_dir=None, mirror='origin', url=None, resume=True, verbose=1)[source]

Download and load the Smith ICA and BrainMap atlas (dated 2009).

See 1 and 2.

Parameters
data_dirstring, optional

Path of the data directory. Used to force data storage in a non- standard location. Default: None (meaning: default)

mirrorstring, optional

By default, the dataset is downloaded from the original website of the atlas. Specifying “nitrc” will force download from a mirror, with potentially higher bandwith. Default=’origin’.

urlstring, optional

Download URL of the dataset. Overwrite the default URL.

resumebool, optional

Whether to resumed download of a partly-downloaded file. Default=True.

verboseint, optional

Verbosity level (0 means no message). Default=1.

Returns
datasklearn.datasets.base.Bunch

Dictionary-like object, contains:

  • 20-dimensional ICA, Resting-FMRI components:

    • all 20 components (rsn20)

    • 10 well-matched maps from these, as shown in PNAS paper (rsn10)

  • 20-dimensional ICA, BrainMap components:

    • all 20 components (bm20)

    • 10 well-matched maps from these, as shown in PNAS paper (bm10)

  • 70-dimensional ICA, Resting-FMRI components (rsn70)

  • 70-dimensional ICA, BrainMap components (bm70)

Notes

For more information about this dataset’s structure: http://www.fmrib.ox.ac.uk/datasets/brainmap+rsns/

References

1

Stephen M. Smith, Peter T. Fox, Karla L. Miller, David C. Glahn, P. Mickle Fox, Clare E. Mackay, Nicola Filippini, Kate E. Watkins, Roberto Toro, Angela R. Laird, and Christian F. Beckmann. Correspondence of the brain\textquoteright s functional architecture during activation and rest. Proceedings of the National Academy of Sciences, 106(31):13040–13045, 2009. URL: https://www.pnas.org/content/106/31/13040, arXiv:https://www.pnas.org/content/106/31/13040.full.pdf, doi:10.1073/pnas.0905267106.

2

Angela R. Laird, P. Mickle Fox, Simon B. Eickhoff, Jessica A. Turner, Kimberly L. Ray, D. Reese McKay, David C. Glahn, Christian F. Beckmann, Stephen M. Smith, and Peter T. Fox. Behavioral Interpretations of Intrinsic Connectivity Networks. Journal of Cognitive Neuroscience, 23(12):4022–4037, 12 2011. URL: https://doi.org/10.1162/jocn\_a\_00077, arXiv:https://direct.mit.edu/jocn/article-pdf/23/12/4022/1777164/jocn\_a\_00077.pdf, doi:10.1162/jocn_a_00077.