-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 831 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: iCodon
Title: iCodon: Designing "ideal" coding (iCodon) sequences for customized expression level
Version: 0.0.0.9000
Authors@R:
person(given = "Santiago Gerardo",
family = "Medina",
role = c("aut", "cre"),
email = "santiagogmm@hotmail.com",
comment = c(ORCID = "https://orcid.org/0000-0001-8448-3561"))
Description: Manipulating gene expression by optimal codon choice
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.6.0)
Imports:
magrittr,
stringr,
purrr,
tibble,
dplyr,
ggplot2,
scales,
tidyr,
recipes (>= 0.1.9),
glmnet (>= 3.0.2),
rlang,
ggrepel,
shiny,
ggridges,
cowplot
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr