Bioc2026 Registration Open!

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

MaintainerJean-Philippe Fortin <fortin946@gmail.com>
AuthorJean-Philippe Fortin [aut, cre]
LicenseMIT + file LICENSE
URLhttps://github.com/crisprVerse/crisprBwa
Bug Reportshttps://github.com/crisprVerse/crisprBwa/issues
Downloads rank199
Source branchRELEASE_3_23
biocViewsAlignment, 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