\name{g17rngsnr} \alias{g17rngsnr} \docType{data} \title{ ranges of genes on chrom 17 (uses hg18) } \description{ ranges of genes on chrom 17 (uses hg18) } \usage{data(g17rngsnr)} \format{ The format is: \cr Formal class 'GRanges' [package "GenomicRanges"] with 6 slots \cr ..@ seqnames :Formal class 'Rle' [package "IRanges"] with 4 slots \cr .. .. ..@ values : Factor w/ 1 level "chr17": 1 \cr .. .. ..@ lengths : int 475 \cr .. .. ..@ elementMetadata: NULL \cr .. .. ..@ metadata : list() \cr ..@ ranges :Formal class 'IRanges' [package "IRanges"] with 6 slots \cr .. .. ..@ start : int [1:475] 39509647 50333051 46294586 77439016 38229969 37098653 45133689 58981554 44263371 17349602 ... \cr .. .. ..@ width : int [1:475] 46894 61277 5753 3743 19335 2772 6839 43820 33858 86118 ... \cr .. .. ..@ NAMES : chr [1:475] "GI_21237796-A" "GI_4885638-S" "GI_22035666-S" "GI_17572809-S" ... \cr .. .. ..@ elementType : chr "integer" \cr .. .. ..@ elementMetadata: NULL \cr .. .. ..@ metadata : list() \cr ..@ strand :Formal class 'Rle' [package "IRanges"] with 4 slots \cr .. .. ..@ values : Factor w/ 3 levels "+","-","*": 3 \cr .. .. ..@ lengths : int 475 \cr .. .. ..@ elementMetadata: NULL \cr .. .. ..@ metadata : list() \cr ..@ elementMetadata:Formal class 'DataFrame' [package "IRanges"] with 6 slots \cr .. .. ..@ rownames : NULL \cr .. .. ..@ nrows : int 475 \cr .. .. ..@ listData :List of 1 \cr .. .. .. ..$ probeid: chr [1:475] "GI_21237796-A" "GI_4885638-S" "GI_22035666-S" "GI_17572809-S" ... \cr .. .. ..@ elementType : chr "ANY" \cr .. .. ..@ elementMetadata: NULL \cr .. .. ..@ metadata : list() \cr ..@ seqinfo :Formal class 'Seqinfo' [package "GenomicRanges"] with 3 slots \cr .. .. ..@ seqnames : chr "chr17" \cr .. .. ..@ seqlengths : int NA \cr .. .. ..@ is_circular: logi NA \cr ..@ metadata : list() \cr } %\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(g17rngsnr) g17rngsnr ## maybe str(g17rngsnr) ; plot(g17rngsnr) ... } \keyword{datasets}