... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: crisprScore |
2 |
-Version: 1.1.16 |
|
3 |
-Date: 2022-10-22 |
|
2 |
+Version: 1.1.17 |
|
3 |
+Date: 2022-10-17 |
|
4 | 4 |
Title: On-Target and Off-Target Scoring Algorithms for CRISPR gRNAs |
5 | 5 |
Authors@R: c( |
6 | 6 |
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre", "cph")), |
... | ... |
@@ -10,24 +10,26 @@ bibliography: vignettes/references.bib |
10 | 10 |
options("knitr.graphics.auto_pdf"=TRUE) |
11 | 11 |
``` |
12 | 12 |
|
13 |
-Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht |
|
13 |
+Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht, Pirunthan Perampalan |
|
14 | 14 |
|
15 | 15 |
Date: July 1, 2022 |
16 | 16 |
|
17 | 17 |
# Overview |
18 | 18 |
|
19 |
-crisprScore provides R wrappers of several on-target and off-target scoring |
|
19 |
+The `crisprScore` package provides R wrappers of several on-target and off-target scoring |
|
20 | 20 |
methods for CRISPR guide RNAs (gRNAs). The following nucleases are supported: |
21 | 21 |
SpCas9, AsCas12a, enAsCas12a, and RfxCas13d (CasRx). The available on-target |
22 | 22 |
cutting efficiency scoring methods are RuleSet1, RuleSet3, Azimuth, DeepHF, |
23 |
-DeepSpCas9, DeepCpf1, enPAM+GB, CRISPRscan and CRISPRater. Both the CFD and MIT |
|
23 |
+DeepSpCas9, DeepCpf1, enPAM+GB, CRISPRscan and CRISPRater. Both the CFD and MIT |
|
24 | 24 |
scoring methods are available for off-target specificity prediction. The |
25 | 25 |
package also provides a Lindel-derived score to predict the probability |
26 | 26 |
of a gRNA to produce indels inducing a frameshift for the Cas9 nuclease. |
27 | 27 |
Note that DeepHF, DeepCpf1 and enPAM+GB are not available on Windows machines. |
28 | 28 |
|
29 | 29 |
Our work is described in a recent bioRxiv preprint: |
30 |
-["A comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs across nucleases and technologies"](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v2) |
|
30 |
+["The crisprVerse: A comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs across nucleases and technologies"](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v3) |
|
31 |
+ |
|
32 |
+Our main gRNA design package [crisprDesign](https://github.com/crisprVerse/crisprDesign) utilizes the `crisprScore` package to add on- and off-target scores to user-designed gRNAs; check out our [Cas9 gRNA tutorial page](https://github.com/crisprVerse/Tutorials/tree/master/Design_CRISPRko_Cas9) to learn how to use `crisprScore` via `crisprDesign`. |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
# Installation and getting started |
... | ... |
@@ -43,27 +43,35 @@ crisprScore: on-target and off-target scoring for CRISPR gRNAs |
43 | 43 |
- <a href="#reproducibility" id="toc-reproducibility">Reproducibility</a> |
44 | 44 |
- <a href="#references" id="toc-references">References</a> |
45 | 45 |
|
46 |
-Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht |
|
46 |
+Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht, Pirunthan |
|
47 |
+Perampalan |
|
47 | 48 |
|
48 | 49 |
Date: July 1, 2022 |
49 | 50 |
|
50 | 51 |
# Overview |
51 | 52 |
|
52 |
-crisprScore provides R wrappers of several on-target and off-target |
|
53 |
-scoring methods for CRISPR guide RNAs (gRNAs). The following nucleases |
|
54 |
-are supported: SpCas9, AsCas12a, enAsCas12a, and RfxCas13d (CasRx). The |
|
55 |
-available on-target cutting efficiency scoring methods are RuleSet1, |
|
56 |
-RuleSet3, Azimuth, DeepHF, DeepSpCas9, DeepCpf1, enPAM+GB, CRISPRscan |
|
57 |
-and CRISPRater. Both the CFD and MIT scoring methods are available for |
|
58 |
-off-target specificity prediction. The package also provides a |
|
59 |
-Lindel-derived score to predict the probability of a gRNA to produce |
|
60 |
-indels inducing a frameshift for the Cas9 nuclease. Note that DeepHF, |
|
61 |
-DeepCpf1 and enPAM+GB are not available on Windows machines. |
|
62 |
- |
|
63 |
-Our work is described in a recent bioRxiv preprint: [“A comprehensive |
|
64 |
-Bioconductor ecosystem for the design of CRISPR guide RNAs across |
|
65 |
-nucleases and |
|
66 |
-technologies”](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v2) |
|
53 |
+The `crisprScore` package provides R wrappers of several on-target and |
|
54 |
+off-target scoring methods for CRISPR guide RNAs (gRNAs). The following |
|
55 |
+nucleases are supported: SpCas9, AsCas12a, enAsCas12a, and RfxCas13d |
|
56 |
+(CasRx). The available on-target cutting efficiency scoring methods are |
|
57 |
+RuleSet1, RuleSet3, Azimuth, DeepHF, DeepSpCas9, DeepCpf1, enPAM+GB, |
|
58 |
+CRISPRscan and CRISPRater. Both the CFD and MIT scoring methods are |
|
59 |
+available for off-target specificity prediction. The package also |
|
60 |
+provides a Lindel-derived score to predict the probability of a gRNA to |
|
61 |
+produce indels inducing a frameshift for the Cas9 nuclease. Note that |
|
62 |
+DeepHF, DeepCpf1 and enPAM+GB are not available on Windows machines. |
|
63 |
+ |
|
64 |
+Our work is described in a recent bioRxiv preprint: [“The crisprVerse: A |
|
65 |
+comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs |
|
66 |
+across nucleases and |
|
67 |
+technologies”](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v3) |
|
68 |
+ |
|
69 |
+Our main gRNA design package |
|
70 |
+[crisprDesign](https://github.com/crisprVerse/crisprDesign) utilizes the |
|
71 |
+`crisprScore` package to add on- and off-target scores to user-designed |
|
72 |
+gRNAs; check out our [Cas9 gRNA tutorial |
|
73 |
+page](https://github.com/crisprVerse/Tutorials/tree/master/Design_CRISPRko_Cas9) |
|
74 |
+to learn how to use `crisprScore` via `crisprDesign`. |
|
67 | 75 |
|
68 | 76 |
# Installation and getting started |
69 | 77 |
|
... | ... |
@@ -643,25 +651,25 @@ sessionInfo() |
643 | 651 |
## [1] stats graphics grDevices utils datasets methods base |
644 | 652 |
## |
645 | 653 |
## other attached packages: |
646 |
- ## [1] crisprScore_1.1.14 crisprScoreData_1.1.3 ExperimentHub_2.5.0 |
|
647 |
- ## [4] AnnotationHub_3.5.0 BiocFileCache_2.5.0 dbplyr_2.2.1 |
|
648 |
- ## [7] BiocGenerics_0.43.1 |
|
654 |
+ ## [1] crisprScore_1.1.15 crisprScoreData_1.1.3 ExperimentHub_2.5.0 |
|
655 |
+ ## [4] AnnotationHub_3.5.1 BiocFileCache_2.5.0 dbplyr_2.2.1 |
|
656 |
+ ## [7] BiocGenerics_0.43.4 |
|
649 | 657 |
## |
650 | 658 |
## loaded via a namespace (and not attached): |
651 | 659 |
## [1] Rcpp_1.0.9 lattice_0.20-45 |
652 |
- ## [3] dir.expiry_1.5.0 png_0.1-7 |
|
653 |
- ## [5] Biostrings_2.65.2 assertthat_0.2.1 |
|
660 |
+ ## [3] dir.expiry_1.5.1 png_0.1-7 |
|
661 |
+ ## [5] Biostrings_2.65.3 assertthat_0.2.1 |
|
654 | 662 |
## [7] digest_0.6.29 utf8_1.2.2 |
655 | 663 |
## [9] mime_0.12 R6_2.5.1 |
656 |
- ## [11] GenomeInfoDb_1.33.5 stats4_4.2.1 |
|
664 |
+ ## [11] GenomeInfoDb_1.33.7 stats4_4.2.1 |
|
657 | 665 |
## [13] RSQLite_2.2.16 evaluate_0.16 |
658 | 666 |
## [15] highr_0.9 httr_1.4.4 |
659 |
- ## [17] pillar_1.8.1 basilisk_1.9.3 |
|
660 |
- ## [19] zlibbioc_1.43.0 rlang_1.0.4 |
|
667 |
+ ## [17] pillar_1.8.1 basilisk_1.9.6 |
|
668 |
+ ## [19] zlibbioc_1.43.0 rlang_1.0.5 |
|
661 | 669 |
## [21] curl_4.3.2 rstudioapi_0.14 |
662 |
- ## [23] blob_1.2.3 S4Vectors_0.35.1 |
|
663 |
- ## [25] Matrix_1.4-1 reticulate_1.25 |
|
664 |
- ## [27] rmarkdown_2.15.2 stringr_1.4.1 |
|
670 |
+ ## [23] blob_1.2.3 S4Vectors_0.35.3 |
|
671 |
+ ## [25] Matrix_1.4-1 reticulate_1.26 |
|
672 |
+ ## [27] rmarkdown_2.16 stringr_1.4.1 |
|
665 | 673 |
## [29] RCurl_1.98-1.8 bit_4.0.4 |
666 | 674 |
## [31] shiny_1.7.2 compiler_4.2.1 |
667 | 675 |
## [33] httpuv_1.6.5 xfun_0.32 |
... | ... |
@@ -670,14 +678,14 @@ sessionInfo() |
670 | 678 |
## [39] tibble_3.1.8 GenomeInfoDbData_1.2.8 |
671 | 679 |
## [41] interactiveDisplayBase_1.35.0 IRanges_2.31.2 |
672 | 680 |
## [43] randomForest_4.7-1.1 fansi_1.0.3 |
673 |
- ## [45] crayon_1.5.1 dplyr_1.0.9 |
|
674 |
- ## [47] later_1.3.0 basilisk.utils_1.9.1 |
|
681 |
+ ## [45] crayon_1.5.1 dplyr_1.0.10 |
|
682 |
+ ## [47] later_1.3.0 basilisk.utils_1.9.3 |
|
675 | 683 |
## [49] bitops_1.0-7 rappdirs_0.3.3 |
676 | 684 |
## [51] grid_4.2.1 jsonlite_1.8.0 |
677 | 685 |
## [53] xtable_1.8-4 lifecycle_1.0.1 |
678 | 686 |
## [55] DBI_1.1.3 magrittr_2.0.3 |
679 |
- ## [57] cli_3.3.0 stringi_1.7.8 |
|
680 |
- ## [59] cachem_1.0.6 XVector_0.37.0 |
|
687 |
+ ## [57] cli_3.4.0 stringi_1.7.8 |
|
688 |
+ ## [59] cachem_1.0.6 XVector_0.37.1 |
|
681 | 689 |
## [61] promises_1.2.0.1 ellipsis_0.3.2 |
682 | 690 |
## [63] filelock_1.0.2 generics_0.1.3 |
683 | 691 |
## [65] vctrs_0.4.1 tools_4.2.1 |
... | ... |
@@ -29,19 +29,20 @@ options("knitr.graphics.auto_pdf"=TRUE) |
29 | 29 |
|
30 | 30 |
# Overview |
31 | 31 |
|
32 |
-crisprScore provides R wrappers of several on-target and off-target scoring |
|
32 |
+The `crisprScore` package provides R wrappers of several on-target and off-target scoring |
|
33 | 33 |
methods for CRISPR guide RNAs (gRNAs). The following nucleases are supported: |
34 | 34 |
SpCas9, AsCas12a, enAsCas12a, and RfxCas13d (CasRx). The available on-target |
35 | 35 |
cutting efficiency scoring methods are RuleSet1, RuleSet3, Azimuth, DeepHF, |
36 |
-DeepSpCas9, DeepCpf1, enPAM+GB, CRISPRscan and CRISPRater. Both the CFD and MIT |
|
36 |
+DeepSpCas9, DeepCpf1, enPAM+GB, CRISPRscan and CRISPRater. Both the CFD and MIT |
|
37 | 37 |
scoring methods are available for off-target specificity prediction. The |
38 | 38 |
package also provides a Lindel-derived score to predict the probability |
39 | 39 |
of a gRNA to produce indels inducing a frameshift for the Cas9 nuclease. |
40 | 40 |
Note that DeepHF, DeepCpf1 and enPAM+GB are not available on Windows machines. |
41 | 41 |
|
42 | 42 |
Our work is described in a recent bioRxiv preprint: |
43 |
-["A comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs across nucleases and technologies"](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v2) |
|
43 |
+["The crisprVerse: A comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs across nucleases and technologies"](https://www.biorxiv.org/content/10.1101/2022.04.21.488824v3) |
|
44 | 44 |
|
45 |
+Our main gRNA design package [crisprDesign](https://github.com/crisprVerse/crisprDesign) utilizes the `crisprScore` package to add on- and off-target scores to user-designed gRNAs; check out our [Cas9 gRNA tutorial page](https://github.com/crisprVerse/Tutorials/tree/master/Design_CRISPRko_Cas9) to learn how to use `crisprScore` via `crisprDesign`. |
|
45 | 46 |
|
46 | 47 |
# Installation and getting started |
47 | 48 |
|