forked from mandymejia/ciftiTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 1.06 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
Package: ciftiTools
Type: Package
Title: Tools for Reading and Visualizing CIFTI Brain Files
Version: 0.0.0.9000
Author: Amanda Mejia
Maintainer: Amanda Mejia <mandy.mejia@gmail.com>
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:
gifti,
oro.nifti,
viridis
Suggests:
INLA,
papayar
RoxygenNote: 7.1.0