| fsmorph_to_gifti | R Documentation |
Reads a FreeSurfer morphometry file (.curv, .thickness, .sulc) and
writes a GIFTI func file.
fsmorph_to_gifti(morph_path, output_path = NULL)
morph_path |
Path to FreeSurfer morphometry file. |
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:
fsmorph_to_gifti("lh.thickness")
fsmorph_to_gifti("lh.thickness", "lh.thickness.func.gii")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.