-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
26 lines (26 loc) · 932 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
Package: prider
Title: Multiplexed Primer Design by Linear Set Coverage Approximation
Version: 1.0.5
Date: 2022-03-10
Authors@R: c(person("Manu", "Tamminen", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5891-7653")),
person("Niina", "Smolander", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-4329-4785")))
Maintainer: Manu Tamminen <[email protected]>
Description: Implementation of an oligonucleotide primer and probe design algorithm using a linearly scaling approximation of set coverage. A detailed description available at Smolander and Tamminen, 2021; <doi:10.1101/2021.09.06.459073>.
License: BSD_3_clause + file LICENSE
URL: https://github.com/tamminenlab/prider
Imports:
Rcpp (>= 1.0.5),
dplyr,
tidyr,
purrr,
stringr,
magrittr,
tibble,
blaster,
gplots
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 7.1.2
Encoding: UTF-8