loadNIfTIs: Load Nifti files from directory

View source: R/loadNiftis.R

loadNIfTIsR Documentation

Load Nifti files from directory

Description

Load Nifti files from directory

Usage

loadNIfTIs(dir, toMatrix = TRUE)

Arguments

dir

Input directory containing nifti files

toMatrix

logical if TRUE nifti's are converted to matrices

Value

list object containing Voxel by Time course matrices

Examples

## Not run: 
nifs <- loadNIfTIs('<FolderPath>', toMatrix = T)
outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2)

## End(Not run)


jeffreydurieux/CICA documentation built on July 17, 2024, 1:05 p.m.