CGHDisease1: An example of CGH array.

Description Usage Format Details Source References Examples

Description

An example of CGH array for the package ISBF. Taken from the package cghFLasso.

Usage

1

Format

A list of 3 (data, chr, nucposi).

Details

The package cghFLasso contains several CGH arrays, in two categories (normal, and disease). This is just a copy of the first array in the disease category. Quoting the package cghFLasso: the value of each entry is the log fluorescence ratio resulted from the CGH experiment. The order of the genes/clones in the rows is the same as the order of the genes/clones on the genome. chr and nucposi provide chromosome number and nucleotide position for each gene/clone.

Source

http://www-stat.stanford.edu/~tibs/software.html

References

R. Tibshirani and P. Wang, Spatial Smoothing and Hot Spot Detection for CGH Data Using the Fused Lasso, Biostatistics, 2008, vol. 9, no. 1, pp 18-29.

Examples

1
2
data(CGHDisease1)
cgh = cghISBF(CGHDisease1$data,CGHDisease1$chromosome,CGHDisease1$nucposi,s=1,K=100)

Example output



ISBF documentation built on May 1, 2019, 8:04 p.m.