crisprBase
Base functions and classes for CRISPR gRNA design
Bioconductor version: 3.23 · Package version: 1.16.0
Provides S4 classes for general nucleases, CRISPR nucleases, CRISPR nickases, and base editors.Several CRISPR-specific genome arithmetic functions are implemented to help extract genomic coordinates of spacer and protospacer sequences. Commonly-used CRISPR nuclease objects are provided that can be readily used in other packages. Both DNA- and RNA-targeting nucleases are supported.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("crisprBase") Details
| Maintainer | Jean-Philippe Fortin <fortin946@gmail.com> |
| Author | Jean-Philippe Fortin [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/crisprVerse/crisprBase |
| Bug Reports | https://github.com/crisprVerse/crisprBase/issues |
| Downloads rank | 327 |
| Source branch | RELEASE_3_23 |
| biocViews | CRISPR, FunctionalGenomics, Software |
Documentation
Download
Dependencies
Depends: utils, methods, R (>= 4.1)
Imports: BiocGenerics, Biostrings, GenomicRanges, graphics, IRanges, S4Vectors, stringr
Reverse dependencies
Depends On Me (2): crisprDesign, crisprViz
Imports Me (4): crisprBowtie, crisprBwa, crisprShiny, crisprVerse