-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
101 lines (101 loc) · 2.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Package: ggcirclize
Title: Create Circular Elegant Visualisations Using the Grammar of Ggplot2
Version: 0.0.2
Author: Jun Zhang
Maintainer: Jun Zhang <3219030654@stu.cpu.edu.cn>
BugReports: https://github.com/junjunlab/ggcirclize/issues
Description: It's aiming to extend circular plot in ggplot2 visualisation systerm with
the grammar of ggplot2.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
circlize,
cli,
ComplexHeatmap,
DescTools,
dplyr,
ggplot2,
grid,
gtable,
lifecycle,
magrittr,
reshape2,
rlang,
scales,
tibble,
utils,
vctrs
Depends:
R (>= 2.10)
LazyData: true
Collate:
'arcArrowGrob.R'
'arcAxisGrob.R'
'arcLinesGrob.R'
'arcLinks2Grob.R'
'arcLinksGrob.R'
'arcPointGrob.R'
'arcPolygonGrob.R'
'arcRectGrob.R'
'arcSectorGrob.R'
'arcSegmentsGrob.R'
'arcTextGrob.R'
'chromInfo-Data.R'
'facet_sector.R'
'geom_arcribbon.R'
'geom_arcarea.R'
'geom_arcarrow.R'
'geom_arcrect.R'
'geom_arcbar.R'
'geom_arcboxplot.R'
'geom_arccol.R'
'geom_arcdensity.R'
'geom_archistogram.R'
'geom_arcline.R'
'geom_arclinerange.R'
'geom_arcpath.R'
'geom_arcpoint.R'
'geom_arcpolygon.R'
'geom_arcrossbar.R'
'geom_arcsector.R'
'geom_arcsegment.R'
'geom_arctext.R'
'geom_arctile.R'
'geom_arcviolin.R'
'geom_chordDiagram.R'
'geom_cpoint.R'
'geom_genomicNestedZoom.R'
'geom_trackarea.R'
'geom_trackbar.R'
'geom_trackboxplot.R'
'geom_trackcol.R'
'geom_trackdensity.R'
'geom_trackgenomicarea.R'
'geom_trackgenomicdensity.R'
'geom_trackgenomiclabel.R'
'geom_trackgenomiclabel2.R'
'geom_trackgenomicline.R'
'geom_trackgenomiclink.R'
'geom_trackgenomicpoint.R'
'geom_trackgenomicrainfall.R'
'geom_trackgenomicrect.R'
'geom_trackgenomictile.R'
'geom_trackgenomictile2.R'
'geom_trackhist.R'
'geom_trackline.R'
'geom_trackpoint.R'
'geom_trackrect.R'
'geom_trackribbon.R'
'geom_tracksector.R'
'geom_tracktile.R'
'geom_tracktile2.R'
'geom_trackviolin.R'
'ggcirclize-package.R'
'ggcirclize.R'
'smartLabelAlignGrob.R'
'utilities-funcs.R'
'utilities-ggplot2.R'
'utils-pipe.R'
'zzz.R'