-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.05 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
Type: Package
Package: ggoncoplot
Title: Easily Create Interactive Oncoplots
Version: 0.1.0
Authors@R:
person(given = "Sam",
family = "El-Kamand",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2270-8088"))
Description: Generate oncoplots from tabular mutational data.
Optionally make these oncoplots interactive, with a fully customisable tooltip.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
assertions (>= 0.0.0.9000),
cli,
dplyr,
forcats,
gg1d (>= 0.1.0),
ggiraph,
ggplot2,
grid,
mutationtypes,
patchwork (>= 1.3.0),
RColorBrewer,
rlang,
scales
URL: https://github.com/selkamand/ggoncoplot,
https://selkamand.github.io/ggoncoplot/
BugReports: https://github.com/selkamand/ggoncoplot/issues
Suggests:
covr,
express,
knitr,
rmarkdown,
somaticflags,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Remotes:
selkamand/express
Roxygen: list(markdown = TRUE)