... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: crisprScore |
2 |
-Version: 1.1.3 |
|
2 |
+Version: 1.1.4 |
|
3 | 3 |
Date: 2022-06-22 |
4 | 4 |
Title: On-Target and Off-Target Scoring Algorithms for CRISPR gRNAs |
5 | 5 |
Authors@R: c( |
... | ... |
@@ -40,7 +40,7 @@ Description: |
40 | 40 |
Note that DeepHF, DeepCpf1 and enPAM+GB are not available on Windows machines. |
41 | 41 |
License: MIT + file LICENSE |
42 | 42 |
Encoding: UTF-8 |
43 |
-RoxygenNote: 7.1.2 |
|
43 |
+RoxygenNote: 7.2.0 |
|
44 | 44 |
VignetteBuilder: knitr |
45 | 45 |
StagedInstall: no |
46 | 46 |
BugReports: https://github.com/Jfortin1/crisprScore |
... | ... |
@@ -55,7 +55,7 @@ |
55 | 55 |
#' * strand: strand fo the sgRNA. Must be either _+_ or _-_. |
56 | 56 |
#' * spacer_19mer: string specifying sgRNA 19mer spacer sequence. |
57 | 57 |
#' |
58 |
-#' @return \strong{getWeissmanScores} returns a \code{data.frame} with |
|
58 |
+#' @return \strong{getCrispraiScores} returns a \code{data.frame} with |
|
59 | 59 |
#' \code{grna_id} and \code{score} columns. The Weissman score takes on a |
60 | 60 |
#' value between 0 and 1. A higher score indicates higher sgRNA efficiency. |
61 | 61 |
#' |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
% Generated by roxygen2: do not edit by hand |
2 |
-% Please edit documentation in R/getCRISPRaterScores.R |
|
2 |
+% Please edit documentation in R/getCrispraterScores.R |
|
3 | 3 |
\name{getCRISPRaterScores} |
4 | 4 |
\alias{getCRISPRaterScores} |
5 | 5 |
\title{Calculate on-target sgRNA activity scores for Cas9 using CRISPRater} |
... | ... |
@@ -41,7 +41,7 @@ BigWig files containing chromatin accessibility data.} |
41 | 41 |
configuration within the session.} |
42 | 42 |
} |
43 | 43 |
\value{ |
44 |
-\strong{getWeissmanScores} returns a \code{data.frame} with |
|
44 |
+\strong{getCrispraiScores} returns a \code{data.frame} with |
|
45 | 45 |
\code{grna_id} and \code{score} columns. The Weissman score takes on a |
46 | 46 |
value between 0 and 1. A higher score indicates higher sgRNA efficiency. |
47 | 47 |
} |