https://github.com/cran/grplasso
Raw File
Tip revision: 4aa9c8aef3fbd34e15d7e1ab26d5f96d7992b62c authored by Lukas Meier on 07 May 2020, 15:20:02 UTC
version 0.4-7
Tip revision: 4aa9c8a
splice.Rd
\name{splice}
\alias{splice}
\docType{data}
\title{Dataset of Human Donor Splice Sites}
\description{
Dataset of 400 human donor splice sites with a sequence length of 7 base
pairs.
}
\usage{data(splice)}
\format{
  \describe{
    \item{y}{binary response. True (1) or false (0) splice site.}
    \item{Pos.x}{DNA letter (A, C, G, T) at position x, where x ranges
      from 1 to 7.} 

  }
}
\details{The dataset is a random subset of the MEMset Donor dataset
  used in Gene et al. (2004). 
}
\references{Gene, Y. and Burge, C. (2004) \emph{Maximum Entropy Modeling
    of Short Sequence Motifs with Applications to RNA Splicing Signals},
  Journal of Computational Biology, 11, 475 - 494.
}

\examples{
  data(splice)
}
\keyword{datasets}
back to top