Bioc2026 Registration Open!

crisprBowtie

Bowtie-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 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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("crisprBowtie")

Details

MaintainerJean-Philippe Fortin <fortin946@gmail.com>
AuthorJean-Philippe Fortin [aut, cre]
LicenseMIT + file LICENSE
URLhttps://github.com/crisprVerse/crisprBowtie
Bug Reportshttps://github.com/crisprVerse/crisprBowtie/issues
Downloads rank318
Source branchRELEASE_3_23
biocViewsAlignment, CRISPR, FunctionalGenomics, Software

Documentation

Download

Dependencies

Depends: methods

Imports: BiocGenerics, Biostrings, BSgenome, crisprBase (>= 0.99.15), Seqinfo, GenomicRanges, IRanges, Rbowtie, readr, stats, stringr, utils

Suggests: BiocStyle, BSgenome.Hsapiens.UCSC.hg38, knitr, rmarkdown, testthat

Reverse dependencies

Imports Me (2): crisprDesign, crisprVerse