-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.16 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: supeRbaits
Title: Sample Baits From Sequences
Version: 0.0.0.9000
Authors@R: c(
person(given = "Hugo",
family = "Flávio",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5174-1197")),
person(given = "Miguel",
family = "Ramos",
role = c("aut"),
email = "[email protected]"),
person(given = "Belén",
family = "Mena",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8458-5533"))
)
Description: Provided with a database of sequences, samples short bait sequences, taking into account potential exclusion or region zones, as well as specific targets.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Language: en-GB
Depends: R (>= 3.6)
Imports:
callr,
data.table,
ggplot2,
graphics,
knitr,
Rcpp (>= 0.10.3),
readr,
reshape2,
stats,
utils,
rmarkdown
Suggests:
testthat
VignetteBuilder: knitr
URL: https://github.com/BelenJM/supeRbaits
BugReports: https://github.com/BelenJM/supeRbaits/issues