... | ... |
@@ -1,7 +1,5 @@ |
1 | 1 |
--- |
2 |
-title: "On-target and off-target scoring for CRISPR gRNAs" |
|
3 |
-author: "Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht" |
|
4 |
-date: "July 1, 2022" |
|
2 |
+title: "crisprScore: on-target and off-target scoring for CRISPR gRNAs" |
|
5 | 3 |
output: github_document |
6 | 4 |
bibliography: vignettes/references.bib |
7 | 5 |
--- |
... | ... |
@@ -10,6 +8,9 @@ bibliography: vignettes/references.bib |
10 | 8 |
options("knitr.graphics.auto_pdf"=TRUE) |
11 | 9 |
``` |
12 | 10 |
|
11 |
+Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht |
|
12 |
+ |
|
13 |
+Date: July 1, 2022 |
|
13 | 14 |
|
14 | 15 |
# Overview |
15 | 16 |
|
... | ... |
@@ -1,7 +1,9 @@ |
1 |
-On-target and off-target scoring for CRISPR gRNAs |
|
1 |
+crisprScore: on-target and off-target scoring for CRISPR gRNAs |
|
2 | 2 |
================ |
3 |
-Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht |
|
4 |
-July 1, 2022 |
|
3 |
+ |
|
4 |
+Authors: Jean-Philippe Fortin, Aaron Lun, Luke Hoberecht |
|
5 |
+ |
|
6 |
+Date: July 1, 2022 |
|
5 | 7 |
|
6 | 8 |
# Overview |
7 | 9 |
|