loadNIfTIs {CICA} | R Documentation |
Load Nifti files from directory
loadNIfTIs(dir, toMatrix = TRUE)
dir |
Input directory containing nifti files |
toMatrix |
logical if TRUE nifti's are converted to matrices |
list object containing Voxel by Time course matrices
## Not run:
nifs <- loadNIfTIs('<FolderPath>', toMatrix = T)
outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2)
## End(Not run)