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_ds000030_urls#

nilearn.datasets.fetch_ds000030_urls(data_dir=None, verbose=1)[source]#

Fetch URLs for files from the ds000030 BIDS dataset.

New in version 0.9.2.

This dataset is version 1.0.4 of the “UCLA Consortium for Neuropsychiatric Phenomics LA5c” dataset 1.

Downloading the index allows users to explore the dataset directories to select specific files to download. The index is a sorted list of urls.

Parameters
data_dirpathlib.Path or str, optional

Path where data should be downloaded. By default, files are downloaded in home directory.

verboseint, optional

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

Returns
urls_pathstr

Path to downloaded dataset index.

urlslist of str

Sorted list of dataset directories.

References

1

R.A. Poldrack, E. Congdon, W. Triplett, K.J. Gorgolewski, K.H. Karlsgodt, J.A. Mumford, F.W. Sabb, N.B. Freimer, E.D. London, T.D. Cannon, and R.M. Bilder. A phenome-wide examination of neural and cognitive function. Scientific Data, 3(1):160110, December 2016. URL: https://doi.org/10.1038/sdata.2016.110, doi:10.1038/sdata.2016.110.

Examples using nilearn.datasets.fetch_ds000030_urls#

First level analysis of a complete BIDS dataset from openneuro

First level analysis of a complete BIDS dataset from openneuro

First level analysis of a complete BIDS dataset from openneuro