-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.34 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
Package: crisprBase
Version: 1.9.1
Date: 2024-07-23
Title: Base functions and classes for CRISPR gRNA design
Authors@R: person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre"))
Depends:
utils,
methods,
R (>= 4.1)
Imports:
BiocGenerics,
Biostrings,
GenomicRanges,
graphics,
IRanges,
S4Vectors,
stringr
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
biocViews: CRISPR, FunctionalGenomics
Description: Provides S4 classes for general nucleases, CRISPR nucleases,
CRISPR nickases, and base editors.Several CRISPR-specific genome
arithmetic functions are implemented to help extract genomic coordinates
of spacer and protospacer sequences. Commonly-used CRISPR nuclease objects
are provided that can be readily used in other packages.
Both DNA- and RNA-targeting nucleases are supported.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
BugReports: https://github.com/crisprVerse/crisprBase/issues
URL: https://github.com/crisprVerse/crisprBase
Collate:
'AllGenerics.R'
'rebase.R'
'Nuclease-class.R'
'Nickase-class.R'
'CrisprNuclease-class.R'
'CrisprNickase-class.R'
'BaseEditor-class.R'
'arithmetics.R'
'data.R'
'utils.R'
'converters.R'
'annotateMismatches.R'
LazyData: true