crisprVerse
Easily install and load the crisprVerse ecosystem for CRISPR gRNA design
Bioconductor version: 3.23 · Package version: 1.14.0
The crisprVerse is a modular ecosystem of R packages developed for the design and manipulation of CRISPR guide RNAs (gRNAs). All packages share a common language and design principles. This package is designed to make it easy to install and load the crisprVerse packages in a single step. To learn more about the crisprVerse, visit <https://www.github.com/crisprVerse>.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("crisprVerse") Details
| Maintainer | Jean-Philippe Fortin <fortin946@gmail.com> |
| Author | Jean-Philippe Fortin [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/crisprVerse/crisprVerse |
| Bug Reports | https://github.com/crisprVerse/crisprVerse/issues |
| Downloads rank | 230 |
| Source branch | RELEASE_3_23 |
| biocViews | CRISPR, FunctionalGenomics, GeneTarget, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0)
Imports: BiocManager, cli, crisprBase, crisprBowtie, crisprScore, crisprScoreData, crisprDesign, crisprViz, rlang, tools, utils