forked from mandymejia/ciftiTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: ciftiTools
Type: Package
Title: Tools for Reading and Visualizing CIFTI Brain Files
Version: 1.2.1
Authors@R: c(
person(given = "Amanda",
family = "Mejia",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Damon",
family = "Pham",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-7563-4727")))
Maintainer: Amanda Mejia <[email protected]>
Description: Tools for reading and visualizing CIFTI brain imaging files. CIFTI files contain brain imaging data in
"gray-ordinates", which includes all the gray matter of the brain. The gray matter is divided into cortical surface
(left and right) and subcortical (cerebellum, basal ganglia, and other deep gray matter). ciftiTools uses
the Connectome Workbench to separate CIFTI files into two GIFTI files representing the cortical surface data and
one NIFTI file representing the subcortical data, and reads the data into R. It also provides visualization tools
for the surface and subcortical data. ciftiTools also includes processing functions to apply common preprocessing
steps to the CIFTI data (e.g. smoothing, resampling).
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
fields,
freesurferformats,
gifti,
grDevices,
oro.nifti,
R.utils,
RNifti,
RColorBrewer,
rgl
Suggests:
papayar,
testthat,
RoxygenNote: 7.1.1
URL: https://github.com/mandymejia/ciftiTools
BugReports: https://github.com/mandymejia/ciftiTools/issues