jennyrieck / C-MARINeR

Connectivity - Multivariate Analyses and Resampling Inference for Neuroimaging in R
3 stars 2 forks source link

NIfTI to correlation (or covariance) matrix #11

Open derekbeaton opened 5 years ago

derekbeaton commented 5 years ago

Take as input (assumed clean-ish) .nii or .nii.gz files, and make correlation/covariance matrices. See fmri_to_matrix and timeseries_to_matrix

jennyrieck commented 5 years ago

Write code for input of nifti images (ie using oro.nifti or ANTsR or neuroim pacakges) so that functional correlation/covariance matrices can be computed within c-mariner.

Steps:

mychan24 commented 4 years ago

I have something that works for cifti and gifti but not nifti. could be useful to make it a function and wrap them all together?