-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
Package: coldcuts
Type: Package
Title: Automated generation of segmentation polygons for plotting
Version: 0.0.0.900
Authors@R: c(person(given = "Giuseppe",
family = "D'Agostino",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8315-7406")),
person(given = "Sarah",
family = "Langley",
role = c("aut")),
person("Nanyang Technological University", role = "cph"))
Maintainer: Giuseppe D'Agostino <[email protected]>
Description: coldcuts automatically generates polygons from 3D segmentations or
parcellations along all anatomical axes, and provides plotting functions
to visualize structures and colour them according to user-defined datasets.
URL: https://langleylab.github.io/coldcuts, https://github.com/langleylab/coldcuts
BugReports: https://github.com/langleylab/coldcuts/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
colorspace,
ComplexHeatmap,
data.table,
freesurferformats,
future.apply,
ggplot2,
ggraph,
ggrepel,
igraph,
isoband,
methods,
splancs,
oro.nifti,
polylabelr,
reshape2,
stringr,
tidygraph,
gridExtra
Suggests:
rmarkdown,
knitr,
nat,
Rvcg,
rgl,
smoothr
RoxygenNote: 7.2.2
VignetteBuilder: knitr