Convert annotation to label
1 2 3 4 5 6 7 8 | mris_annot2label(
annot_file,
subject = "fsaverage5",
hemisphere = "lh",
output_dir = freesurfer::fs_subj_dir(),
verbose = TRUE,
opts = NULL
)
|
annot_file |
annotation file path |
subject |
Freesurfer subject, must exist in whatever subject directory specified or set in the environment with $SUBJECTS_DIR |
hemisphere |
hemisphere, either "rh" or "lh" |
output_dir |
output directory path |
verbose |
logical indicating to be verbose or not |
opts |
other arguments to freesurfer command |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.