Description Usage Arguments Examples
View source: R/PrepNiiConnMetric.R
This function is a simple wrapper for reading connectivity matrices from niftis. The function will check to see whether the qform is needed before loading in the data. Generally, the qform shouldn't be needed, if it is used, there may be a warning when using the dataset.
1 | PrepNiiConnMetric(niiconn_file, flip = TRUE)
|
niiconn_file |
A character string representing the path to a nifti connectivity matrix file. |
flip |
A boolean representing TRUE or FALSE. If set to TRUE, will rotate the matrix 180 degrees so that it is ordered properly with a parcel file |
1 2 | niftifile <- PrepNiiConnMetric(nifti_file)
niftifiles <- lapply(nifti_filelist,PrepNiiConnMetric)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.