segexample {CNprep} | R Documentation |
Example of a segmented copy number table.
Description
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.
Usage
data(segexample)
Format
A data frame with 479 rows/segments and 12 columns/variables.
ID
a character vector of profile IDs
start
a numeric vector (segment start probe number)
end
a numeric vector (segment end probe number)
num.probes
a numeric vector (number of probes in the segment)
seg.median
a numeric vector (median log ratio)
chrom
a numeric vector (chromosome number)
chrom.pos.start
a numeric vector (genomic start)
chrom.pos.end
a numeric vector (genomic end)
cytoband.start
a character vector (cytogenetic band start)
cytoband.end
a character vector (cytogenetic band end)
abs.pos.start
a numeric vector (genomic start, absolute)
abs.pos.end
a numeric vector (genomic end, absolute)
Details
Segment medians are computed from log copy number ratio. The corresponding raw data
table is ratexample
in this package.
Source
Genome Res. 2006 Dec;16(12):1465-79.
Novel patterns of genome rearrangement and their association with survival in breast cancer.
Hicks J, Krasnitz A, Lakshmi B, Navin NE, Riggs M, Leibu E, Esposito D, Alexander J, Troge J, Grubor V, Yoon S, Wigler M, Ye K, Borresen-Dale AL, Naume B, Schlicting E, Norton L, Hagerstrom T, Skoog L, Auer G, Maner S, Lundin P, Zetterberg A.
Examples
data(segexample)