readFileList: A function for reading a list of T1 volumetric mricloud data

View source: R/readFileList.R

readFileListR Documentation

A function for reading a list of T1 volumetric mricloud data

Description

A function for reading in a collection of files of T1 volumetric output from MRIcloud. The files must be a list of files

Usage

readFileList(fileList, idList = NULL, fixT2 = FALSE, fixBF = FALSE)

Arguments

fileList

a vector of file names, passed to readSubjectDf

idList

an optional list of ids, otherwise is 1 : length(fileList)

fixT2

optional, should the target2.img rawid errors be fixed (for older images)

fixBF

optional, should basalForebrain mislabeling be fixed (for older images)


neuroconductor-devel/MRIcloudT1volumetrics documentation built on Feb. 19, 2025, 4:13 a.m.