powered by
Load Nifti files from directory
loadNIfTIs(dir, toMatrix = TRUE)
list object containing Voxel by Time course matrices
Input directory containing nifti files
logical if TRUE nifti's are converted to matrices
if (FALSE) { nifs <- loadNIfTIs('', toMatrix = T) outnif <- CICA(DataList = nifs, RanStarts = 2, nComp = 10, nClus = 2) }
Run the code above in your browser using DataLab