Learn R Programming

cudaBayesreg (version 0.3-13)

post.overlay: Rendering a Posterior Probability Map (PPM) volume

Description

post.overlay overlays a statistical PPM volume of voxel activations on the original fMRI volume to visualise medical imaging data.

Usage

post.overlay(fbase=NULL, vreg=2, nu.e=3, rg=c(NULL,NULL),
  view="axial", savedir=tempdir())

Arguments

concept

PPM visualisation

References

Adelino Ferreira da Silva (2011). ``A Bayesian Multilevel Model for fMRI Data Analysis.'', Computer Methods and Programs in Biomedicine, 102,(3), 238--252.

See Also

cudaMultireg.volume, buildzstat.volume, read.fmrislice

Examples

Run this code
## Simulation using the visual/auditory test dataset "fmri"  
cudaMultireg.volume(fbase="fmri", R=2000, savedir=tempdir())
buildzstat.volume(fbase="fmri", vreg=2)
post.overlay(fbase="fmri", vreg=2, view="axial")
buildzstat.volume(fbase="fmri", vreg=4)
post.overlay(fbase="fmri", vreg=4, view="axial")

Run the code above in your browser using DataLab