-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.27 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
Package: dogmaVis
Type: Package
Title: Central Dogma Information Flow and Visualization
Version: 0.1.0
Authors@R:
c(person(given = "Thomas",
family = "Tams",
role = c("aut", "cre"), # There must be a "cre", but there can only be one
email = "[email protected]"),
person(given = "Mikkel Niklas",
family = "Rasmussen",
role = "aut",
email = "[email protected]"),
person(given = "El Mehdi",
family = "Baknine",
role = "aut",
email = "[email protected]"),
person(given = "Jakob",
family = "Højgaard",
role = "aut",
email = "[email protected]"),
person(given = "Jonathan",
family = "Møller",
role = "aut",
email = "[email protected]")
)
Maintainer: The package maintainer <[email protected]>
Description: This package will allow the user to transcribe and translate DNA sequence
to protein sequence and visualize the distribution of amino acids.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
RoxygenNote: 7.2.3
Imports:
ggplot2 (>= 3.4.3),
stringr (>= 1.5.0)
Config/testthat/edition: 3