-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.14 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
Package: multicrispr
Title: Multi-locus multi-purpose Crispr/Cas design
Version: 1.5.3
Encoding: UTF-8
Authors@R: c(person("Aditya", "Bhagwat", NULL, "[email protected]", c("aut", "cre")),
person( "Rene", "Wiegandt", NULL, "[email protected]", "ctb"),
person( "Mette", "Bentsen", NULL, "[email protected]", "ctb"),
person( "Jens", "Preussner", NULL, "[email protected]", "ctb"),
person( "Michael", "Lawrence", NULL, "[email protected]", "ctb"),
person( "Hervé", "Pagès", NULL, "[email protected]", "ctb"),
person( "Johannes", "Graumann", NULL, '[email protected]', "sad"),
person( "Mario", "Looso", NULL, "[email protected]", c("sad","rth")))
Description: This package is for designing Crispr/Cas9 and Prime Editing experiments.
It contains functions to (1) define and transform genomic targets, (2) find spacers
(4) count offtarget (mis)matches, and (5) compute Doench2016/2014 targeting efficiency.
Care has been taken for multicrispr to scale well towards large target sets,
enabling the design of large Crispr/Cas9 libraries.
License: GPL-2
LazyData: true
RoxygenNote: 7.1.2
Depends:
R (>= 4.0)
Imports:
assertive,
BiocGenerics,
Biostrings,
BSgenome,
CRISPRseek,
data.table,
GenomeInfoDb,
GenomicFeatures,
GenomicRanges,
ggplot2,
grid,
karyoploteR,
magrittr,
methods,
parallel,
plyranges,
Rbowtie,
reticulate,
rtracklayer,
stats,
stringi,
tidyr,
tidyselect,
utils
Suggests:
AnnotationHub,
BiocStyle,
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Mmusculus.UCSC.mm10,
BSgenome.Scerevisiae.UCSC.sacCer1,
ensembldb,
IRanges,
knitr,
magick,
rmarkdown,
testthat,
TxDb.Mmusculus.UCSC.mm10.knownGene
VignetteBuilder: knitr
biocViews: CRISPR, Software
BugReports: https://github.com/loosolab/multicrispr/issues
URL: https://github.com/loosolab/multicrispr