Learn R Programming

DATforDCEMRI (version 0.5)

DAT.simData: Simulated DCE-MRI data

Description

A simulated DCE-MRI data set to be used with DAT.

Usage

data(DAT.simData)

Arguments

format

The format is: List of 4

$ time: num [1:25] 0 12 24 36 48 60 72 84 96 108 ...

$ cc : num [1:256, 1:256, 1:2, 1:25] 0 0 0 0 0 0 0 0 0 0 ...

$ roi : int [1:256, 1:256, 1:2] 0 0 0 0 0 0 0 0 0 0 ...

$ aif : num [1:25] 0 0 2781 2120 1871 ...

source

Simulated using R.

Details

Simulated noisy data created using the Tofts version of the Kety model with a two compartment arterial input function.

Examples

Run this code
data(DAT.simData, package="DATforDCEMRI")

Run the code above in your browser using DataLab