-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.11 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
Package: crisprBowtie
Version: 1.3.4
Date: 2023-02-17
Title: Bowtie-based alignment of CRISPR gRNA spacer sequences
Authors@R: c(
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre")))
Depends:
methods
Imports:
BiocGenerics,
Biostrings,
BSgenome,
crisprBase (>= 0.99.15),
GenomeInfoDb,
GenomicRanges,
IRanges,
Rbowtie,
readr,
stats,
stringr,
utils
Suggests:
BiocStyle,
BSgenome.Hsapiens.UCSC.hg38,
knitr,
rmarkdown,
testthat
biocViews: CRISPR, FunctionalGenomics, Alignment
Description: Provides a user-friendly interface to map on-targets and off-targets
of CRISPR gRNA spacer sequences using bowtie. The alignment is fast,
and can be performed using either commonly-used or custom CRISPR nucleases.
The alignment can work with any reference or custom genomes.
Both DNA- and RNA-targeting nucleases are supported.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
BugReports: https://github.com/crisprVerse/crisprBowtie/issues
URL: https://github.com/crisprVerse/crisprBowtie