\name{oregdf} \alias{oregdf} \docType{data} \title{ data frame representing some of the OREGanno track of UCSC browser } \description{ data frame representing some of the OREGanno track of UCSC browser } \usage{data(oregdf)} \format{ A data frame with 86 observations on the following 7 variables. \describe{ \item{\code{space}}{a factor with levels \code{chr6}} \item{\code{start}}{a numeric vector} \item{\code{end}}{a numeric vector} \item{\code{width}}{a numeric vector} \item{\code{name}}{a factor with levels \code{OREG0004577} \code{OREG0004578} ...} \item{\code{score}}{a numeric vector} \item{\code{strand}}{a factor with levels \code{+}} } } %\details{ %%% ~~ If necessary, more details than the __description__ above ~~ %} %\source{ %%% ~~ reference to a publication or URL from which the data were obtained ~~ %} %\references{ %%% ~~ possibly secondary sources and usages ~~ %} \examples{ data(oregdf) oregdf[1:5,] } \keyword{datasets}