read.fmrislice
reads pre-filtered fMRI data, mask data, and the design matrix to be used
in fMRI data processing.
Usage
read.fmrislice(fbase, slice, swap=FALSE)
Arguments
Value
a list containingfbasedataset prefix of the dataset used in the analysissliceslice numberniislicetsslice data at all timepointsmaskslice maskXfull design matrixnvarnumber of regression variablesnobsnumber of observationsswaprelative orientation used in the data setup
concept
read fmri data
Details
The FSL/FEAT Analysis tool may be used to generate the prefiltered fMRI data
(niislicets), the mask (mask), and the design matrix (dsgn) required as data input.
The package oro.nifti is required for reading gzipped NIFTI files.