-
Notifications
You must be signed in to change notification settings - Fork 147
/
DESCRIPTION
executable file
·33 lines (33 loc) · 1.41 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
Package: circlize
Type: Package
Title: Circular Visualization
Version: 0.4.16
Date: 2022-11-24
Authors@R: person("Zuguang", "Gu", email = "[email protected]", role = c("aut", "cre"),
comment = c('ORCID'="0000-0002-7395-8709"))
Depends: R (>= 3.0.0), graphics
Imports: GlobalOptions (>= 0.1.2), shape, grDevices, utils, stats,
colorspace, methods, grid
Suggests:
knitr,
dendextend (>= 1.0.1),
ComplexHeatmap (>= 2.0.0),
gridBase,
png,
markdown,
bezier,
covr,
rmarkdown
VignetteBuilder: knitr
Description: Circular layout is an efficient way for the visualization of huge
amounts of information. Here this package provides an implementation
of circular layout generation in R as well as an enhancement of available
software. The flexibility of the package is based on the usage of low-level
graphics functions such that self-defined high-level graphics can be easily
implemented by users for specific purposes. Together with the seamless
connection between the powerful computational and visual environment in R,
it gives users more convenience and freedom to design figures for
better understanding complex patterns behind multiple dimensional data.
The package is described in Gu et al. 2014 <doi:10.1093/bioinformatics/btu393>.
URL: https://github.com/jokergoo/circlize, https://jokergoo.github.io/circlize_book/book/
License: MIT + file LICENSE