This package provides a collection of preprocessed fMRI datasets from OpenNEURO. For each dataset, we provides:
The datasets are:
In the folder data-raw and inst/extdata, you can find also several pre-processed fMRI datasets:
For further details about the preprocessing part, please write to angela.andreella[\at]stat[\dot]unipd[\dot]it.
You can install the released version of fMRIdata with:
devtools::install_github("angeella/fMRIdata")
If you want to load the list of copes from the Auditory data:
Auditory_copes <- list()
sub_ids <- c(sapply(c(c(1:120,198:217)),function(x) ifelse(x<10,paste0("00",x), ifelse(x<100 & x>9,paste0(0,x), paste0(x)))), sapply(c(198:217), function(x)paste0(x)))
for (sid in 1:length(sub_ids)) {
Auditory_copes[[sid]] <- RNifti::readNifti(system.file("extdata/AuditoryData/", paste0("sub-", sub_ids[sid] , ".nii.gz"), package="fMRIdata"))
}
The package provides some maps in rda format:
data("Auditory_clusterTH3_2")
or using a threshold equals $4$ :
data("Auditory_clusterTH4")
data("Auditory_Pmap")
data("Auditory_Statmap")
Please check the correct name file for the other datasets.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4