Learn R Programming

KATforDCEMRI (version 1.0.1)

dcemri.data: A sample DCE-MRI data set.

Description

A simulated data set based on the extended Tofts model that includes time and AIF vectors, contrast agent concentration-time maps and an ROI mask.

Usage

data(dcemri.data)

Arguments

Format

The format is: List of 4

$ vectorTimes: num [1:89] 0.00000 4.83328 9.66656 14.49984 ...

$ mapCC : num [1:25, 1:25, 1:2, 1:89] NA NA NA NA NA NA ...

$ maskROI : int [1:25, 1:25, 1:2] 0 0 0 0 0 0 0 0 0 0 ...

$ vectorAIF : num [1:25] -1.0546669 -15.1168922 13.4470030 ...

Details

A simulated four-slice DCE-MRI data set was generated using the extended Tofts model with mean parameter values set to \(K^{trans}=0.22~min^{-1}\) and \(k_{ep}=1.1~min^{-1}\) for all voxels in each slice. Slices 1 and 3 have \(v_b\) set to 0 while slices 2 and 4 have \(v_b\) set to 0.05. Prior to contrast agent time course simulation for each voxel, the three model parameters (\(K^{trans}\), \(k_{ep}\), \(v_b\)) are multiplied by a random variable drawn from a normal distribution with mean=1 and sd=0.2 (slice 1 and 2) or sd=0.3 (slices 3 and 4). An additional level of noise is added to each voxel by multipliying every simulated contrast agent concentration by a random variable drawn from a normal distribution of mean=1 and sd=0.25 (slices 1 and 2) or sd=0.75 (slices 3 and 4).

See Also

KAT, KAT.checkData, KAT.plot

Examples

Run this code
# NOT RUN {
data(dcemri.data, package="KATforDCEMRI")
# }

Run the code above in your browser using DataLab