lcbc_surf2surf: Convert LCBC surface file to other subjects

Description Usage Arguments

View source: R/fs-utils.R

Description

Convert LCBC surface file to other subjects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
lcbc_surf2surf(
  input_volume,
  source_subject = "fsaverage",
  target_subject = "fsaverage5",
  hemisphere = "rh",
  subjects_dir = freesurfer::fs_subj_dir(),
  output_dir = file.path(subjects_dir, target_subject, "surf"),
  cortex = TRUE,
  verbose = TRUE
)

Arguments

input_volume

path to input volume

source_subject

source subject

target_subject

target subject

hemisphere

hemisphere, either "rh" or "lh"

subjects_dir

Freesurfer subject directory

output_dir

output directory path

cortex

toggle "–cortex" (TRUE) or "–no-cortex" (FALSE)

verbose

logical indicating to be verbose or not


neuroconductor/ggsegExtra documentation built on Aug. 18, 2020, 4:45 p.m.