Learn R Programming

SegCorr (version 1.2)

EXP_raw: Simulated Gene Expression

Description

Gene expression profiles have been generated for 30 patients and 500 genes. Background correlation is set to 0.08 and the correlation for H1 regions to 0.5. The location of the H1 regions is as suggested in the work of Lai et al.(2005), i.e region 1 [101, 105], region 2 [201, 210], region 3 [301, 320] and region 4 [401, 440].

Usage

data("EXP_raw")

Arguments

Format

Data frame containing the gene expression signal for 500 genes (rows) on 30 patients (columns).

References

Lai, W. R., Johnson, M. D., Kucherlapati, R., & Park, P. J. (2005). Comparative analysis of algorithms for identifying amplifications and deletions in array CGH data. Bioinformatics, 21(19), 3763-3770.

Examples

Run this code
# NOT RUN {
#data(EXP_raw)
#G = cor(t(EXP_raw))## calculating the gene x gene correlation matrix
#image(G)## plotting the correlation matrix
# }

Run the code above in your browser using DataLab