get_example_fMRI_data_group {BayesDLMfMRI}R Documentation

get_example_fMRI_data_group

Description

This function is used to download the example data used in the Vignettes.

Usage

get_example_fMRI_data_group(save_path = NULL, force = FALSE)

Arguments

save_path

location where the data the example data is stored.

force

force the download, even if the data already exists.

Details

The data for this example is related to an fMRI experiment where a sound stimulus is presented. That experiment is intended to offer a "voice localizer" scan, which allows rapid and reliable localization of the voice-sensitive "temporal voice areas" (TVA) of the human auditory cortex (Pernet et al. 2015). The data of this "voice localizer" scan is freely available on the online platform OpenNEURO (Gorgolewski et al. 2017).

Value

It returns a list in which each element is an array of dimensions [91, 109, 91, 310].

References

Pernet CR, McAleer P, Latinus M, Gorgolewski KJ, Charest I, Bestelmeyer PE, Watson RH, Fleming D, Crabbe F, Valdes-Sosa M, others (2015). “The human voice areas: Spatial organization and inter-individual variability in temporal and extra-temporal cortices.” Neuroimage, 119, 164–174.

Gorgolewski K, Esteban O, Schaefer G, Wandell B, Poldrack R (2017). “OpenNeuro - a free online platform for sharing and analysis of neuroimaging data.” Organization for Human Brain Mapping. Vancouver, Canada, 1677.

Examples

## Not run: 
# This example can take a long time to run.
DatabaseGroup <- get_example_fMRI_data_group()

## End(Not run)

[Package BayesDLMfMRI version 0.0.3 Index]