Browse code

Initial push

fortinj2 authored on 26/07/2023 22:45:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/data.R
3
+\docType{data}
4
+\name{guideSetExample_kras}
5
+\alias{guideSetExample_kras}
6
+\title{Example of a \linkS4class{GuideSet} object storing gRNA sequences targeting
7
+the CDS of the human gene KRAS}
8
+\format{
9
+A \linkS4class{GuideSet} object.
10
+}
11
+\usage{
12
+data(guideSetExample_kras, package="crisprShiny")
13
+}
14
+\description{
15
+Example of a fully annotated \linkS4class{GuideSet} object storing gRNA
16
+sequences targeting the coding sequence of human gene KRAS
17
+(ENSG00000133703) for SpCas9 nuclease.
18
+}
19
+\details{
20
+The object was obtained by applying all available \code{add*}
21
+annotation functions in \code{crisprDesign} on a GuideSet storing gRNAs
22
+targeting the CDS region of human gene KRAS. See code in
23
+\code{inst/scripts/generateKrasData.R}.
24
+}
25
+\keyword{datasets}