-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (38 loc) · 933 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
30
31
32
33
34
35
36
37
38
Package: tidysig
Title: Plot mutational signatures using ggplot objects
Version: 0.0.1.8
Authors@R:
person(given = "Eric",
family = "Dawson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5448-1653"))
Description: tidysig is a tidyverse-style package for plotting mutational signatures
and mutation activity in SBS/ID mutational contexts. It utilizes a tidy data format and
provides functions for converting the outputs of common mutational signature analysis
packages to this format.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
cowplot,
digest,
dplyr,
ggplot2,
hdf5r,
readr,
stringr,
lazyeval,
magrittr,
scales,
reshape2,
purrr,
tibble,
tidyr,
utils
RoxygenNote: 7.1.0
Suggests:
testthat (>= 2.1.0),
vdiffr