Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitIgnore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
<!-- README.md is generated from README.Rmd. Please edit that file --> # CRISPRseek <!-- badges: start --> [![R-CMD-check](https://github.com/LihuaJulieZhu/CRISPRseek/workflows/R-CMD-check/badge.svg)](https://github.com/LihuaJulieZhu/CRISPRseek/actions) <!-- badges: end --> The goal of CRISPRseek is to facilitate the gRNA design for the CRISPR genome editing system including Base Editors and the Prime Editor. ## Installation You can install the development version of CRISPRseek from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("LihuaJulieZhu/CRISPRseek") ``` More detailed usage examples can be found at <https://www.bioconductor.org/packages/release/bioc/vignettes/CRISPRseek/inst/doc/CRISPRseek.pdf>.