| 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.
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)
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)