Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fsl_anat

FSL Anatomical Processing Script


Description

This function calls fsl_anat from FSL

Usage

fsl_anat(file, modality = c("T1", "T2", "PD"), outdir = NULL,
  intern = FALSE, opts = "", verbose = TRUE, ...)

Arguments

file

(character) image to be manipulated, should be full path

modality

(character) Modality of Image to be run

outdir

(character) output directory, if none specified, will default to dirname(file)

intern

(logical) to be passed to system

opts

(character) operations to be passed to fsl_anat

verbose

(logical) print out command before running

...

options passed to checkimg

Value

Result from system command, depends if intern is TRUE or FALSE.


fslr

Wrapper Functions for 'FSL' ('FMRIB' Software Library) from Functional MRI of the Brain ('FMRIB')

v2.24.1
GPL-3
Authors
John Muschelli [aut, cre] (<https://orcid.org/0000-0001-6469-1750>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.