View source: R/mriModalityClassification.R
mriModalityClassification | R Documentation |
Predict MRI modality type (whole-head only). Modalities:
T1
T2
FLAIR
T2Star
Mean DWI
Mean Bold
ASL perfusion
mriModalityClassification(image, verbose = FALSE)
image |
raw 3-D MRI whole head image. |
verbose |
print progress. |
classification data frame
Tustison NJ
## Not run:
library( ANTsRNet )
image <- antsImageRead( getANTsXNetData( "mprageHippmap3r" ) )
classification <- mriModalityClassification( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.