\name{rsgdf} \alias{rsgdf} \docType{data} \title{ slice of information on transcripts, for ind1KG vignette } \description{ slice of information on transcripts, for ind1KG vignette } \usage{data(rsgdf)} \format{ A data frame with 73 observations on the following 13 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{NM_000129} \code{NM_000904} \code{NM_001003698} \code{NM_001003699} ... } \item{\code{score}}{a numeric vector} \item{\code{strand}}{a factor with levels \code{+} \code{-}} \item{\code{thickStart}}{a numeric vector} \item{\code{thickEnd}}{a numeric vector} \item{\code{color}}{a numeric vector} \item{\code{blockCount}}{a numeric vector} \item{\code{blockSizes}}{a factor with levels \code{1013,192,167,230,156,80,739,} \code{1013,192,242,230,156,80,739,} \code{1026,} \code{106,119,123,213,90,164,145,137,190,2911,165,798,2949,} ...} \item{\code{blockStarts}}{a factor with levels \code{0,} \code{0,10224,16062,19437,21152,22478,25840,27681,28397,30622,31385,34986,35701,37393,39078,} \code{0,107199,143191,169690,283829,351818,509940,}, ...} } } %\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(rsgdf) rsgdf[1:4,] } \keyword{datasets}