-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 920 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
39
40
41
Package: KrasAlleleCna
Title: The Allele-Specific CNA Analysis of KRAS in CRC
Version: 0.1.1
Authors@R:
person(given = c("Joshua", "H"),
family = "Cook",
role = c("aut", "cre"),
email = "jhcook@g.harvard.edu",
comment = c(ORCID = "0000-0001-9815-6879"))
Description: This package contains the complete analysis of the copy number
alteration (CNA) of KRAS in colorectal cancer (CRC).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
dplyr,
ggplot2 (>= 3.1.0),
magrittr,
purrr (>= 0.3.0),
RColorBrewer (>= 1.1.2),
readr,
reshape (>= 0.8.8),
rlang (>= 0.3.1),
stringr,
tibble (>= 2.0.1),
tidyr,
devtools,
knitr,
kableExtra,
usethis,
gridExtra,
forcats
Suggests:
testthat,
rmarkdown,
spelling,
covr
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Language: en-US