Package gifti details
Reads in 'Neuroimaging' 'GIFTI' Files with Geometry Information
Functions to read in the geometry format under the
'Neuroimaging' 'Informatics' Technology Initiative ('NIfTI'),
called 'GIFTI'
Maintainer: John Muschelli < muschellij2 at gmail.com >
From within R, enter citation('gifti')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('gifti')
# from GitHub
neuro_install('gifti', release = "stable", release_repo = "github")
neuro_install('gifti', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | September 24 2018 4:00PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/muschellij2/gifti GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/gifti GitHub |
Imports | xml2 (1.1.1), base64enc, R.utils, tools, utils |
Suggests | rgl, grDevices, testthat, knitr, rmarkdown, covr |
Reverse Imports | cifti |
Reverse Suggests | freesurferformats (0.7.5) |