ANTsify | R Documentation |
Convert RMINC and ABIgeneRMINC data to ANTsR images
ANTsify(x)
x |
RMINC or ABIgeneRMINC data |
ANTsR images
# Here is an example converting ABIgeneRMINC data to ANTsR image nrp1Filename=system.file('extdata/Nrp1_P56_coronal_74272479_200um.zip',package="ABIgeneRMINC") ABIvec = read.raw.gene(nrp1Filename) antsvec1 = ANTsify(ABIvec) # Here is an example converting MINC data to ANTsR image statFilename=system.file('extdata/enrichment_stats.mnc',package="ABIgeneRMINC") mincvec = mincGetVolume(statFilename) antsvec2 = ANTsify(mincvec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.