-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
61 lines (61 loc) · 1.95 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
Package: crisprDesign
Title: Comprehensive design of CRISPR gRNAs for nucleases and base editors
Version: 1.7.2
Authors@R: c(
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre")),
person("Luke", "Hoberecht", email = "[email protected]", role = c("aut"))
)
Description:
Provides a comprehensive suite of functions to design and annotate CRISPR guide RNA (gRNAs) sequences. This
includes on- and off-target search, on-target efficiency scoring, off-target scoring, full gene and TSS
contextual annotations, and SNP annotation (human only). It currently support five types of CRISPR
modalities (modes of perturbations): CRISPR knockout, CRISPR activation, CRISPR inhibition,
CRISPR base editing, and CRISPR knockdown. All types of CRISPR nucleases are supported, including
DNA- and RNA-target nucleases such as Cas9, Cas12a, and Cas13d. All types of base editors are
also supported. gRNA design can be performed on reference genomes, transcriptomes,
and custom DNA and RNA sequences. Both unpaired and paired gRNA designs are enabled.
Depends: R (>= 4.2.0),
crisprBase (>= 1.1.3)
Imports:
AnnotationDbi,
BiocGenerics,
Biostrings,
BSgenome,
crisprBowtie (>= 0.99.8),
crisprScore (>= 1.1.6),
GenomeInfoDb,
GenomicFeatures,
GenomicRanges (>= 1.38.0),
IRanges,
Matrix,
MatrixGenerics,
methods,
rtracklayer,
S4Vectors,
stats,
txdbmaker,
utils,
VariantAnnotation
Suggests:
biomaRt,
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Mmusculus.UCSC.mm10,
BiocStyle,
crisprBwa (>= 0.99.7),
knitr,
rmarkdown,
Rbowtie,
Rbwa,
RCurl,
testthat
biocViews:
CRISPR,
FunctionalGenomics,
GeneTarget
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BugReports: https://github.com/crisprVerse/crisprDesign/issues
URL: https://github.com/crisprVerse/crisprDesign
LazyData: true