Description Objects Slots Methods Author(s) Examples
The arf3DS4 "functional" class contains information on the functional volume where the fMRI beta-files were estimated on. It links the data of the different runs with the raw time-series files, primarily for connectivity analysis.
To link runs to raw time-series call setFuncTimings.
Objects can be created by calls of the form new("functional", ...).
fullpath:Full path of the functional volume directory.
functionaldata:Filename of the functional volume (raw time-series).
filename:Filename of the functional.Rda file.
linkedfiles:Path to linked beta-file.
timings:Vector of stimulus timings.
version:Object of class "version" (see version)
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "functional" and slotname is for example "timings". So to access the "timings" slot of an r-object "myfunctional" (of class "functional") type .functional.timings(myfunctional).
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("functional")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.