read_xifti2 | R Documentation |
"xifti"
objectRead in GIFTI metric or label files as a "xifti"
object. May also include
surface geometry GIFTI files and perform resampling.
read_xifti2(
cortexL = NULL,
cortexL_mwall = NULL,
cortexR = NULL,
cortexR_mwall = NULL,
mwall_values = c(NA, NaN),
surfL = NULL,
surfR = NULL,
resamp_res = NULL,
col_names = NULL,
HCP_32k_auto_mwall = TRUE,
read_dir = NULL,
validate = TRUE
)
cortexL , cortexL_mwall |
Left cortex data and ROI. Each must be a path to a metric or label GIFTI file. If If Since the unmasked cortices must have the same number of vertices,
|
cortexR , cortexR_mwall |
Right cortex data and ROI. Each must be a path to a metric or label GIFTI file. If If Since the unmasked cortices must have the same number of vertices,
|
mwall_values |
If |
surfL , surfR |
(Optional) File path(s) to surface GIFTI(s) for the left or right cortex. |
resamp_res |
Resolution to resample the cortical data and surface to.
Default: |
col_names |
Names of each measurement/column in the data. Overrides names indicated in the data components. |
HCP_32k_auto_mwall |
If left and/or right cortex data is provided, and
the number of vertices matches that of the HCP 32k mesh (29696 on left, and
29716 on right), should the medial wall masks be added to the |
read_dir |
(Optional) Append a directory to all file names in the
arguments. If |
validate |
Validate that the result is a |
The "xifti"
object containing all the data in the input giftis.
Other reading:
as.xifti()
,
info_cifti()
,
load_parc()
,
load_surf()
,
read_cifti()
,
read_surf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.