example.data: Toy two-class gene expression dataset.

Description Usage Format Examples

Description

A dataset with 200 genes and 2 classes of data, each with 100 observations. The two classes' data matrices are stored in a list.

Usage

1

Format

The format is: List of 2 $ : num [1:100, 1:200] 0.395 -2.03 -1.704 -0.469 1.75 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : chr [1:200] "gene 1" "gene 2" "gene 3" "gene 4" ... $ : num [1:100, 1:200] -1.548 1.45 -0.812 -0.589 0.69 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : chr [1:200] "gene 1" "gene 2" "gene 3" "gene 4" ...

Examples

1
2

Example output

Loading required package: igraph

Attaching package: 'igraph'

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

List of 2
 $ : num [1:100, 1:200] 0.395 -2.03 -1.704 -0.469 1.75 ...
  ..- attr(*, "dimnames")=List of 2
  .. ..$ : NULL
  .. ..$ : chr [1:200] "gene 1" "gene 2" "gene 3" "gene 4" ...
 $ : num [1:100, 1:200] -1.548 1.45 -0.812 -0.589 0.69 ...
  ..- attr(*, "dimnames")=List of 2
  .. ..$ : NULL
  .. ..$ : chr [1:200] "gene 1" "gene 2" "gene 3" "gene 4" ...

JGL documentation built on May 2, 2019, 12:40 p.m.