Diff of /man/crispr_sample.Rd [000000] .. [409433]

Switch to unified view

a b/man/crispr_sample.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/data.R
3
\docType{data}
4
\name{crispr_sample}
5
\alias{crispr_sample}
6
\title{CRISPR data}
7
\format{
8
Large character of 442.41 kB
9
}
10
\usage{
11
data(crispr_sample)
12
}
13
\description{
14
Example training dataset consisting of a sequence of nucleotides of CRISPR loci
15
Filtered for unambiguous characters and contains only characters in the vocabulary \{A,G,G,T
16
\}.
17
Can be loaded to workspace via \code{data(crispr_sample)}.
18
}
19
\references{
20
\url{https://github.com/philippmuench}
21
}
22
\keyword{datasets}