-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.45 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
45
46
47
48
49
50
Package: TAPseq
Type: Package
Title: Targeted scRNA-seq primer design for TAP-seq
Version: 1.15.2
Authors@R: c(
person(c("Andreas", "R."), "Gschwind", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0769-6907")),
person("Lars", "Velten", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1233-5874")),
person(c("Lars", "M."), "Steinmetz", role = "aut"))
Description: Design primers for targeted single-cell RNA-seq used by TAP-seq. Create sequence
templates for target gene panels and design gene-specific primers using Primer3. Potential
off-targets can be estimated with BLAST. Requires working installations of Primer3 and BLASTn.
URL: https://github.com/argschwind/TAPseq
BugRepots: https://github.com/argschwind/TAPseq/issues
biocViews: SingleCell, Sequencing, Technology, CRISPR, PooledScreens
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends: R (>= 4.0.0)
Imports:
methods,
GenomicAlignments,
GenomicRanges,
IRanges,
BiocGenerics,
S4Vectors (>= 0.20.1),
GenomeInfoDb,
BSgenome,
GenomicFeatures,
Biostrings,
dplyr,
tidyr,
BiocParallel
Suggests:
testthat,
BSgenome.Hsapiens.UCSC.hg38,
knitr,
rmarkdown,
ggplot2,
Seurat,
glmnet,
cowplot,
Matrix,
rtracklayer,
BiocStyle
SystemRequirements:
Primer3 (>= 2.5.0),
BLAST+ (>=2.6.0)