Segmented log ratio data for 5 breast cancer genomes, derived using Representational Oligonucleotide Microarray Analysis (ROMA) platform. ROMA detects genomic amplifications and deletions with boundaries defined at a resolution of 50 kb. In this segmented table, each row represnts a segment.
data(segexample)A data frame with 479 rows/segments and 12 columns/variables.
IDa character vector of profile IDs
starta numeric vector (segment start probe number)
enda numeric vector (segment end probe number)
num.probesa numeric vector (number of probes in the segment)
seg.mediana numeric vector (median log ratio)
chroma numeric vector (chromosome number)
chrom.pos.starta numeric vector (genomic start)
chrom.pos.enda numeric vector (genomic end)
cytoband.starta character vector (cytogenetic band start)
cytoband.enda character vector (cytogenetic band end)
abs.pos.starta numeric vector (genomic start, absolute)
abs.pos.enda numeric vector (genomic end, absolute)
Segment medians are computed from log copy number ratio. The corresponding raw data
table is ratexample in this package.
# NOT RUN {
data(segexample)
# }
Run the code above in your browser using DataLab