Description Usage Arguments Details Value Connectome Workbench See Also
Spatially smooth the metric data of a CIFTI file or "xifti"
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | smooth_cifti(
x,
cifti_target_fname = NULL,
surf_FWHM = 5,
vol_FWHM = 5,
surfL_fname = NULL,
surfR_fname = NULL,
cerebellum_fname = NULL,
subcortical_zeroes_as_NA = FALSE,
cortical_zeroes_as_NA = FALSE,
subcortical_merged = FALSE
)
smoothCIfTI(
x,
cifti_target_fname = NULL,
surf_FWHM = 5,
vol_FWHM = 5,
surfL_fname = NULL,
surfR_fname = NULL,
cerebellum_fname = NULL,
subcortical_zeroes_as_NA = FALSE,
cortical_zeroes_as_NA = FALSE,
subcortical_merged = FALSE
)
smoothcii(
x,
cifti_target_fname = NULL,
surf_FWHM = 5,
vol_FWHM = 5,
surfL_fname = NULL,
surfR_fname = NULL,
cerebellum_fname = NULL,
subcortical_zeroes_as_NA = FALSE,
cortical_zeroes_as_NA = FALSE,
subcortical_merged = FALSE
)
smooth_xifti(
x,
cifti_target_fname = NULL,
surf_FWHM = 5,
vol_FWHM = 5,
surfL_fname = NULL,
surfR_fname = NULL,
cerebellum_fname = NULL,
subcortical_zeroes_as_NA = FALSE,
cortical_zeroes_as_NA = FALSE,
subcortical_merged = FALSE
)
|
x |
The CIFTI file name or |
cifti_target_fname |
File name for the smoothed CIFTI. If
|
surf_FWHM, vol_FWHM |
The full width at half maximum (FWHM) parameter
for the gaussian surface or volume smoothing kernel, in mm. Default: |
surfL_fname, surfR_fname |
(Required if the corresponding cortex is present) Surface GIFTI files for the left and right cortical surfaces. If not provided, the default surfaces will be used. |
cerebellum_fname |
(Optional) Surface GIFTI file for the cerebellar surface |
subcortical_zeroes_as_NA, cortical_zeroes_as_NA |
Should zero-values in
the subcortical volume or cortex be treated as NA? Default: |
subcortical_merged |
Smooth across subcortical structure boundaries?
Default: |
If the CIFTI is a ".dlabel" file (intent 3007), then it will be converted to a ".dscalar" file because the values will no longer be integer indices. Unless the label values were ordinal, this is probably not desired so a warning will be printed.
Can accept a "xifti"
object as well as a path to a CIFTI-file.
Surfaces are required for each hemisphere in the CIFTI. If they are not provided, the default inflated surfaces will be used.
The cifti_target_fname
, invisibly
This function interfaces with the "-cifti-smoothing"
Workbench command.
Other commonly-used functions:
is.cifti()
,
read_cifti()
,
resample_cifti()
,
view_xifti_surface()
,
view_xifti_volume()
,
write_cifti()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.