crisprBwa
BWA-based alignment of CRISPR gRNA spacer sequences
Bioconductor version: 3.23 · Package version: 1.16.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("crisprBwa") Details
| Maintainer | Jean-Philippe Fortin <fortin946@gmail.com> |
| Author | Jean-Philippe Fortin [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/crisprVerse/crisprBwa |
| Bug Reports | https://github.com/crisprVerse/crisprBwa/issues |
| Downloads rank | 199 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, CRISPR, FunctionalGenomics, Software |
Documentation
Download
Dependencies
Depends: methods
Imports: BiocGenerics, BSgenome, crisprBase (>= 0.99.15), Seqinfo, Rbwa, readr, stats, stringr, utils
Suggests: BiocStyle, BSgenome.Hsapiens.UCSC.hg38, knitr, rmarkdown, testthat
Reverse dependencies
Suggests Me (1): crisprDesign