colon: Alon et al.'s colon dataset

Description Usage Format Source References Examples

Description

This is Alon et al.'s Colon cancer dataset which contains information on 62 samples for 2000 genes. The samples belong to tumor and normal colon tissues.

Usage

1

Format

A data frame with 62 observations for 2000 genes. An additional column contains the tissue classes.

Source

The data is available at:

References

Alon U, Barkai N, Notterman DA, Gish, K, Ybarra, S. Mack, D and Levine, AJ. (1999). Broad patterns of gene expression revealed by clustering analysis of tumor and normal colon tissues probed by oligonucleotide arrays. Proc. Natl. Acad. Sci. USA. 96. p. 6745-6750.

Examples

1
2
3
4
#Detecting the top 5 outliers in class-2 using the LOF algorithm
data(colon)
colon2.lof=maxlof(colon[colon[,2001]==2,],"colon-class2")
colon2.lof[order(colon2.lof,decreasing=TRUE)][1:5]

Example output

Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 
      43       12       24       16       55 
1.274441 1.233926 1.116111 1.085813 1.063420 

dprep documentation built on May 29, 2017, 11:01 a.m.