get_example_fMRI_data_group | R Documentation |
This function is used to download the example data used in the Vignettes.
get_example_fMRI_data_group(save_path = NULL, force = FALSE)
save_path |
location where the data the example data is stored. |
force |
force the download, even if the data already exists. |
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 \insertCitepernet2015humanBayesDLMfMRI. The data of this "voice localizer" scan is freely available on the online platform OpenNEURO \insertCitegorgolewski2017openneuroBayesDLMfMRI.
It returns a list in which each element is an array of dimensions [91, 109, 91, 310]
.
pernet2015humanBayesDLMfMRI
\insertRefgorgolewski2017openneuroBayesDLMfMRI
## Not run:
# This example can take a long time to run.
DatabaseGroup <- get_example_fMRI_data_group()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.