\name{hg18.knownGeneOld3.LENGTH} \docType{data} \alias{hg18.knownGeneOld3.LENGTH} \title{Transcript length data for the organism hg} \description{hg18.knownGeneOld3.LENGTH is an R object which maps transcripts to the length (in bp) of their mature mRNA transcripts. Where available, it will also provide the mapping between a gene ID and its associated transcripts. The data is obtained from the UCSC table browser (http://genome.ucsc.edu/cgi-bin/hgTables) using the knownGeneOld3 table. The data file was made by calling downloadLengthFromUCSC(hg18, knownGeneOld3) on the date on which the package was last updated.} \seealso{ \code{\link{downloadLengthFromUCSC}}} \examples{ data(hg18.knownGeneOld3.LENGTH) head(hg18.knownGeneOld3.LENGTH) } \keyword{datasets}