-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.06 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
Package: crisprBwa
Version: 1.3.1
Date: 2022-10-17
Title: BWA-based alignment of CRISPR gRNA spacer sequences
Authors@R: c(
person("Jean-Philippe", "Fortin", email = "fortin946@gmail.com", role = c("aut", "cre")))
Depends:
methods
Imports:
BiocGenerics,
BSgenome,
crisprBase (>= 0.99.15),
GenomeInfoDb,
Rbwa,
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 bwa. 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.
Currently not supported on Windows machines.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
BugReports: https://github.com/crisprVerse/crisprBwa/issues
URL: https://github.com/crisprVerse/crisprBwa
OS_type: unix