apply_multi_reg-methods: Check if antsImage or read in

apply_multi_reg-methodsR Documentation

Check if antsImage or read in

Description

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

Usage

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 June 3, 2024, 7:04 p.m.