geneData | R Documentation |
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.
data("geneData")
A list with 2 elements:
A matrix with 499 rows (genes) and 13 columns (samples) containing normalized gene expression values.
A factor including the grouping for each sample.
Data were adapted from the Biobase package version 2.32.0, and prepared by the J. Ritz Laboratory (S. Chiaretti).
data(geneData)
print(geneData[[1]][1:10, 1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.