Learn R Programming

gaia (version 2.16.0)

crc: Real aCGH Dataset of Colorectal Cancer (CRC)

Description

Dataset of CRC published by Venkatachalam et al. (Identification of candidate predisposing copy number variants in familial and early-onset colorectal cancer patients. Int. J. Cancer, 2010). The dataset contains 30 samples that were hybridized on SNP 250k Affymetrix GeneChip arrays. Raw data are available in GEO with identifier GSE13429.

Usage

data(crc)

Arguments

Format

Data were preprocessed by PennCNV tool and discretized by Vega algorithm (Morganella et al. VEGA: variational segmentation for copy number detection. Bioinformatics, 2010) which is available as an R/Bioconductor package at the url (http://www.bioconductor.org/packages/devel/bioc/html/Vega.html). Data are organized as a matrix having a row for each observed aberrant region. Each aberrant region is described by the following columns: Sample Name - Chromosome - Start - End - Num of Markers - CN

Examples

Run this code
data(crc)

Run the code above in your browser using DataLab