apply_multi_reg-methods: Check if antsImage or read in

Description Usage Arguments Value Author(s) See Also

Description

Simple check to see if input is character, list, nifti, or class antsImage

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
apply_multi_reg(infiles, transformlist, fixed, ...)

## S4 method for signature 'list,list'
apply_multi_reg(infiles, transformlist, fixed, ...)

## S4 method for signature 'character,list'
apply_multi_reg(infiles, transformlist, fixed, ...)

## S4 method for signature 'antsImage,character'
apply_multi_reg(infiles, transformlist, fixed, ...)

## S4 method for signature 'nifti,character'
apply_multi_reg(infiles, transformlist, fixed, ...)

Arguments

infiles

Input image files

transformlist

list or character vector of transforms generated by antsRegistration where each transform is a filename.

fixed

fixed image defining domain into which the infiles image is transformed

...

Arguments passed to antsApplyTransforms

Value

Object of class nifti

Author(s)

John Muschelli muschellij2@gmail.com

See Also

antsApplyTransforms


muschellij2/extrantsr documentation built on July 27, 2021, 7:41 a.m.