is.cifti | R Documentation |
"xifti"
objectCheck if object is valid for a "xifti"
. This alias for
is.xifti
is offered as a convenience, and a message will warn
the user. We recommend using is.xifti
instead.
is.cifti(x, messages = TRUE)
is_cifti(x, messages = TRUE)
isCIfTI(x, messages = TRUE)
x |
The putative |
messages |
If |
Requirements: it is a list with the same structure as
template_xifti
. The size of each data entry must be
compatible with its corresponding mask (medial wall for the cortex and
volumetric mask for the subcortex). Metadata should be present if and only
if the corresponding data is also present. The surfaces can be present
whether or not the cortex data are present.
See the "Label Levels" section for the requirements of
xifti$meta$subcort$labels
.
Logical. Is x
a valid "xifti"
?
xifti$meta$subcort$labels
is a factor with the following levels:
Cortex-L
Cortex-R
Accumbens-L
Accumbens-R
Amygdala-L
Amygdala-R
Brain Stem
Caudate-L
Caudate-R
Cerebellum-L
Cerebellum-R
Diencephalon-L
Diencephalon-R
Hippocampus-L
Hippocampus-R
Pallidum-L
Pallidum-R
Putamen-L
Putamen-R
Thalamus-L
Thalamus-R
These correspond to the same structures as given by
ft_read_cifti
in the cifti-matlab
MATLAB toolbox. Note that
the first two levels (left and right cortex) are not used.
Other common:
read_cifti()
,
resample_cifti()
,
smooth_cifti()
,
view_xifti()
,
write_cifti()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.