-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·65 lines (65 loc) · 1.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: Repguide
Title: Design CRISPR guide RNAs against DNA repetitive sequences
Version: 0.0.1.5
Authors@R: person("David", "Brocks", email = "davidbrocks87@gmail.com", role = c("aut", "cre"))
Description: The Repguide R package facilitates the design of guideRNAs for CRISPR/dCas9 targeting of repetitive DNA sequences, such as those derived from transposable elements..
URL: https://github.com/tanaylab/repguide/
BugReports: https://github.com/tanaylab/repguide/issues
Depends: R (>= 3.5.0)
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
ape,
Biostrings,
broom,
BSgenome,
cowplot,
DECIPHER,
data.table,
dplyr,
forcats,
foreach,
fs,
gridExtra,
GenomicRanges,
ggplot2,
glue,
kmer,
magrittr,
Matrix,
matrixStats,
plyr,
purrr,
qlcMatrix,
Rbowtie,
rtracklayer,
R.utils,
scales,
skmeans,
stringr,
stringdist,
tibble,
tidyr
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Suggests:
doMC,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Collate:
'guideSet.R'
'accessors.R'
'add.R'
'annotate.R'
'compute.R'
'export.R'
'extdata.R'
'import.R'
'package-Repguide.R'
'plot.R'
'select.R'
'utilities.R'
'zzz.R'