The method calculates, in each voxel, the mean diffusivityfrom the DWI data contained in an object of class "dtiData"
or from the estimated diffusion tensor in an object of class "dtiThensor"
# S4 method for dtiData
dwiMD(object, eps=.05)
# S4 method for dtiTensor
dwiMD(object)
Object of class "dtiData"
or class "dtiTensor"
In case of an "dtiData"
object the method searches for three approximately
orthogonal gradient directions. The mean diffusivity is then calculated using
the observed apparent diffusion coefficients for these gradients.
The search is terminated if a measure for deviation from orthogonality is smaller than eps
An array of mean diffusivity values.
Returns a warning.
calculates mean diffusivity from 3 approximately orthogonal gradient directions
calculates mean diffusivity from estimated diffusion tensors
J. Polzehl and K. Tabelow, Beyond the diffusion tensor model: The package dti, Journal of Statistical Software, 44(12), 1-26 (2011).
J. Polzehl and K. Tabelow, Structural adaptive smoothing in diffusion tensor imaging: The R package dti, Journal of Statistical Software, 31(9) 1-24 (2009).
dtiData
,
readDWIdata
,
dtiIndices-methods
,
medinria
,
'>dtiData
,
'>dtiTensor
'>dwiMixtensor
# NOT RUN {
# }
# NOT RUN {
demo(dti_art)
# }
Run the code above in your browser using DataLab