| transform_to_space | R Documentation |
Resamples GIFTI surface files between fsaverage and fsLR coordinate
spaces using Connectome Workbench via ciftiTools.
transform_to_space(
paths,
target_space = c("fsLR", "fsaverage"),
target_density = "32k",
hemisphere = c("left", "right"),
method = c("adaptive", "barycentric"),
area_surf_current = NULL,
area_surf_new = NULL,
wb_path = NULL,
verbose = TRUE
)
paths |
Character vector of GIFTI file paths to transform. |
target_space |
Target coordinate space: |
target_density |
Target mesh density (e.g., |
hemisphere |
Which hemispheres to transform: |
method |
Resampling method: |
area_surf_current |
Path to the current-resolution area-correction
surface (e.g. midthickness). Recommended when |
area_surf_new |
Path to the target-resolution area-correction surface.
If |
wb_path |
Path to |
verbose |
Logical, print progress messages. |
Character vector of transformed file paths.
Robinson EC et al. (2014) NeuroImage 100:414-426. doi:10.1016/j.neuroimage.2014.07.033
Robinson EC et al. (2018) NeuroImage 167:150-165. doi:10.1016/j.neuroimage.2017.10.037
## Not run:
transform_to_space("map.func.gii", target_space = "fsLR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.