import-fs-suma | R Documentation |
Import 'T1-MRI', surface files, curvature/'sulcus', atlas, and
'Talairach' transform matrix into 'json' format. These functions are not
intended to be called directly, use import_from_freesurfer
instead.
import_fs(
subject_name,
fs_path,
quiet = FALSE,
dtype = c("T1", "surface", "curv", "atlas_volume", "atlas_surface", "xform"),
sub_type = NULL,
hemisphere = c("l", "r"),
...
)
import_suma(
subject_name,
fs_path,
quiet = FALSE,
dtype = c("T1", "surface", "curv", "atlas_volume", "atlas_surface", "xform"),
sub_type = NULL,
hemisphere = c("l", "r"),
...
)
subject_name |
character, subject code |
fs_path |
path to 'FreeSurfer' folder |
quiet , ... |
passed from or to other methods. |
dtype |
data type to import, choices are |
sub_type |
detailed files to import. |
hemisphere |
which hemisphere to import, ignored when |
logical, TRUE
if the file is or has been cached, or
FALSE
if the file is missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.