Usage
DAT(file = "nodata", slice = 0, vp = 0, border = 20, maxCt = 0.66,
parameter.plot = "AUCMRT", cutoff.map = 0.85, range.map = 1.5,
export.matlab = FALSE, batch.mode = FALSE, alpha.AIF=c(0,0,2000),
correct.trunc=TRUE, kep.nom=0.5, ...)
Arguments
file
RData file containing DCE-MRI data. May be generated manually or by the function DAT.checkData
.
slice
Image slice to be extracted for analysis.
vp
Fractional plasma volume of tissue within Region of Interest. Default value is zero.
border
A border of image voxels around the Field of View to be excluded from analysis. Default is 20 voxels.
maxCt
Voxels will be excluded from analysis if the maximum contrast agent concentration exceed a threshold of maxCt
times the maximum contrast agent concentration within the Arterial Input Function vector. Default value is 0.66.
parameter.plot
Which parameter will be described in the parametric maps? Two possible values are AUC
and AUCMRT
for the Area Under the Curve (AUC) and AUC divided by the Mean Residence Time of the Impulse Response Function. AUC
i
cutoff.map
Typically a number between 0.5 and 1. Represents the quantile at which parametric map values will be truncated in order to suppress very large AUC
or AUCMRT
values within the parametric maps. Default value is 0.85.
range.map
Typically a number between 1 and 2. The range of the color bar associated with the parametric map is set to the maximum value within the map times range.map
. Default value is 1.5.
export.matlab
Will the deconvolution results be export as a matlab file in addition to an RData file? Default value is FALSE.
batch.mode
Will the interactive parametric maps normally displayed at the end of each run be suppressed? Default value is FALSE.
alpha.AIF
Vector of smoothing parameters utilized by the locfit
function when smoothing the arterial input function. Default value is c(0,0,2000).
correct.trunc
Will a rough approximation of truncation error correction be performed on parametric maps of AUC and AUC/MRT? Default value is TRUE.
kep.nom
A nominal value of kep to be used for truncation correction, i.e., to estimate the AUC of the IRF from the end of the scanning period to infinity? Default value is 0.5.