loadNIfTIs {CICA} | R 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)
[Package CICA version 1.1.1 Index]