View source: R/corticalThickness.R
longitudinalCorticalThickness | R Documentation |
Perform KellyKapowski cortical thickness longitudinally using deepAtropos
for segmentation of the derived single-subject template. It takes inspiration from
the work described here:
longitudinalCorticalThickness(
t1s,
initialTemplate = "oasis",
numberOfIterations = 1,
refinementTransform = "antsRegistrationSyNQuick[a]",
verbose = FALSE
)
t1s |
input list of 3-D unprocessed T1-weighted brain images from a single subject |
initialTemplate |
input image to define the orientation of the SST. Can be a string
(see |
numberOfIterations |
Defines the number of iterations for refining the SST. |
refinementTransform |
Transform for defining the refinement registration transform.
See options in |
verbose |
print progress. |
https://pubmed.ncbi.nlm.nih.gov/31356207/
List consisting of the SST, and a (sub-)list for each subject consisting of the preprocessed image, cortical thickness image, segmentation probability images, and affine mapping to the SST.
Tustison NJ, Avants BB
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "t1w_image.nii.gz" )
kk <- corticalThickness( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.