Last data update: 2014.03.03

R: Ovarian cancer CGH data
ov.cghR Documentation

Ovarian cancer CGH data

Description

This is a data set obtained using the comparative genomic hybridization technique (CGH) on samples from papillary serous cystadenocarcinoma of the ovary. Only the seven most commonly occurring events are given.

Usage

data(ov.cgh)

Format

A data frame with 87 observations on the following 7 variables.

8q+

a 0/1 indicator of the presence of the ‘8q+’ event

3q+

a 0/1 indicator of the presence of the ‘3q+’ event

5q-

a 0/1 indicator of the presence of the ‘5q-’ event

4q-

a 0/1 indicator of the presence of the ‘4q-’ event

8p-

a 0/1 indicator of the presence of the ‘8p-’ event

1q+

a 0/1 indicator of the presence of the ‘1q+’ event

Xp-

a 0/1 indicator of the presence of the ‘Xp-’ event

Details

The CGH technique uses fluorescent staining to detect abnormal (increased or decreased) number of DNA copies. Often the results are reported as a gain or loss on a certain arm, without further distinction for specific regions. It is common to denote a change in DNA copy number on a specific chromosome arm by prefixing a “-” sign for decrease and a “+” for increase. Thus, say, -3q denotes abnormally low DNA copy number on the q arm of the 3rd chromosome.

Source

http://www.ncbi.nlm.nih.gov/sky/

Examples

  data(ov.cgh)
  heatmap(data.matrix(ov.cgh), Colv=NA, scale="none", col=c("gray90","red"))

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Oncotree)
Loading required package: boot
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Oncotree/ov.cgh.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ov.cgh
> ### Title: Ovarian cancer CGH data
> ### Aliases: ov.cgh
> ### Keywords: datasets
> 
> ### ** Examples
> 
>   data(ov.cgh)
>   heatmap(data.matrix(ov.cgh), Colv=NA, scale="none", col=c("gray90","red"))
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>