Learn R Programming

cudaBayesreg (version 0.2-1)

read.fmrisample: Read fMRI data

Description

read.fmrisample reads pre-filtered fMRI data, mask data, and the design matrix to be used in fMRI data processing.

Usage

read.fmrisample(slice)

Arguments

Value

list(slice,niislicets,mask,dsgn).

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.

References

R-package "AnalyzeFMRI", FSL/FEAT Analysis tool, FMRIB Software Library (FSL) (www.fmrib.ox.ac.uk/fsl)

See Also

cudaMultireg.slice premask

Examples

Run this code
slicedata <- read.fmrisample(slice=3)
print(str(slicedata))

Run the code above in your browser using DataLab