crisprScore
On-Target and Off-Target Scoring Algorithms for CRISPR gRNAs
Bioconductor version: 3.23 · Package version: 1.16.0
Provides R wrappers of several on-target and off-target scoring methods for CRISPR guide RNAs (gRNAs). The following nucleases are supported: SpCas9, AsCas12a, enAsCas12a, and RfxCas13d (CasRx). The available on-target cutting efficiency scoring methods are RuleSet1, RuleSet3, DeepHF, enPAM+GB, and CRISPRscan. Both the CFD and MIT scoring methods are available for off-target specificity prediction. The package also provides a Lindel-derived score to predict the probability of a gRNA to produce indels inducing a frameshift for the Cas9 nuclease. Note that DeepHF and enPAM+GB are not available on Windows machines.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("crisprScore") Details
| Maintainer | Jean-Philippe Fortin <fortin946@gmail.com> |
| Author | Jean-Philippe Fortin [aut, cre, cph], Aaron Lun [aut], Luke Hoberecht [ctb], Pirunthan Perampalam [ctb] |
| License | MIT + file LICENSE |
| URL | https://github.com/crisprVerse/crisprScore/issues |
| Bug Reports | https://github.com/crisprVerse/crisprScore |
| Downloads rank | 359 |
| Source branch | RELEASE_3_23 |
| biocViews | CRISPR, FunctionalGenomics, FunctionalPrediction, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.1), crisprScoreData (>= 1.1.3)
Imports: BiocGenerics, Biostrings, IRanges, methods, randomForest, reticulate, stringr, utils, XVector
Reverse dependencies
Imports Me (3): crisprDesign, crisprShiny, crisprVerse