View source: R/separate_cifti.R
separate_cifti_wrapper | R Documentation |
separate_cifti
wrapperCalls separate_cifti
using the file names listed in the
argument sep_fnames
.
separate_cifti_wrapper(
cifti_fname,
brainstructures = NULL,
ROI_brainstructures = NULL,
sep_fnames = NULL,
write_dir = NULL
)
cifti_fname |
File path to a CIFTI file (ending in ".d*.nii"). |
brainstructures |
Character vector indicating which brain structure(s)
to obtain: If a brain structure is indicated but does not exist in the CIFTI file, a warning will occur and that brain structure will be skipped. |
ROI_brainstructures |
Character vector indicating which ROIs should be
obtained. ROIs are typically the medial wall masks for the left and right cortex, and the subcortical mask for the subcortex. |
sep_fnames |
Where to write the separated files (override their default file names). This is a named list where each entry's name is a file type label, and each entry's value is a file name indicating where to write the corresponding separated file. The recognized file type labels are: "cortexL", "cortexR", "ROIcortexL", "ROIcortexR", "subcortVol", and "subcortLabs". Entry values can be Entries in The |
write_dir |
Where should the separate files be placed?
|
Currently used by read_cifti
and resample_cifti
.
The return value of the separate_cifti
call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.