forked from hms-dbmi/UpSetR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 878 Bytes
/
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
Package: UpSetR
Title: A More Scalable Alternative to Venn and Euler Diagrams for Visualizing Intersecting Sets
Version: 1.4.0
Date: 2019-5-9
URL: http://github.com/hms-dbmi/UpSetR
BugReports: http://github.com/hms-dbmi/UpSetR/issues
Authors@R: c(
person("Jake", "Conway", email = "[email protected]", role = "cre"),
person("Nils", "Gehlenborg", email = "[email protected]", role = "aut"))
Description: Creates visualizations of intersecting sets using a novel matrix
design, along with visualizations of several common set, element and attribute
related tasks (Conway 2017) <doi:10.1093/bioinformatics/btx364>.
Depends:
R (>= 3.0)
Imports:
ggplot2,
gridExtra,
plyr,
utils,
stats,
methods,
grDevices,
scales
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
Suggests:
knitr
RoxygenNote: 7.0.2