| annot_to_gifti | R Documentation |
Reads a FreeSurfer .annot file and writes a GIFTI label file.
annot_to_gifti(annot_path, output_path = NULL)
annot_path |
Path to FreeSurfer |
output_path |
Output GIFTI path. If |
The output file path (invisibly).
Markello RD et al. (2022) Nature Methods 19:1472-1480. doi:10.1038/s41592-022-01625-w
## Not run:
annot_to_gifti("lh.aparc.annot")
annot_to_gifti("lh.aparc.annot", "lh.aparc.label.gii")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.