Learn R Programming

ciftiTools (version 0.3.1)

write_cifti: Write a CIFTI file from a "xifti" object.

Description

Write out a "xifti" object as a CIFTI file and (optionally) GIFTI surface files.

Usage

write_cifti(
  xifti,
  cifti_fname,
  surfL_fname = NULL,
  surfR_fname = NULL,
  verbose = TRUE
)

writeCIfTI( xifti, cifti_fname, surfL_fname = NULL, surfR_fname = NULL, verbose = TRUE )

writecii( xifti, cifti_fname, surfL_fname = NULL, surfR_fname = NULL, verbose = TRUE )

write_xifti( xifti, cifti_fname, surfL_fname = NULL, surfR_fname = NULL, verbose = TRUE )

Arguments

xifti

Object of class "xifti". See is.xifti and make_xifti.

cifti_fname

File path of CIFTI-format data (ending in ".d*.nii").

surfL_fname, surfR_fname

If the [left/right] surface is present, it will be a written to a GIFTI file at this file path. If NULL (default), do not write out the surface.

verbose

Should occasional updates be printed? Default: TRUE.

Value

Named character vector of the written files

Connectome Workbench Requirement

This function uses a system wrapper for the 'wb_command' executable. The user must first download and install the Connectome Workbench, available from https://www.humanconnectome.org/software/get-connectome-workbench .