Learn R Programming

colorhcplot (version 1.5.1)

geneData: Example Gene Expression Dataset

Description

This is a gene expression dataset simulating information about 499 gene probes and 13 samples, from an Affymetrix U95v2 chip. Data are made up, as well as sample labels. This dataset is adapted from the Biobase-package, version 2.32.0.

Usage

data("geneData")

Arguments

Format

A list with 2 elements:

exprs

A matrix with 499 rows (genes) and 13 columns (samples) containing normalized gene expression values.

fac

A factor including the grouping for each sample.

Examples

Run this code
data(geneData)
print(geneData[[1]][1:10, 1:6])

Run the code above in your browser using DataLab