Browse code

Removed crisprDesignData dependency; updated tooltips

Luke Hoberecht authored on 19/10/2023 18:05:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/data.R
3
+\docType{data}
4
+\name{tooltipAnnotation}
5
+\alias{tooltipAnnotation}
6
+\title{List of tooltip annotations}
7
+\format{
8
+A \code{list} object.
9
+}
10
+\usage{
11
+data(tooltipAnnotation, package="crisprShiny")
12
+}
13
+\description{
14
+Tooltip messages for crisprShiny app stored in a \code{list} object.
15
+}
16
+\details{
17
+See code in \code{inst/scripts/generateKrasData.R} for tooltip
18
+annotations.
19
+}
20
+\keyword{datasets}