Learn R Programming

DFP (version 1.30.0)

rmadataset: A sample ExpressionSet object

Description

This ExpressionSet object includes an AnnotatedDataFrame with metadata about ‘Disease type’ (the most important for the algorithm), ‘Patient age’ and ‘Patient gender’. This data set gives the expression values of 500 genes in 35 samples.

Usage

data(rmadataset)

Arguments

Format

ExpressionSet
str(pData(phenoData(rmadataset)))
AnnotatedDataFrame
str(exprs(rmadataset))

References

F. Diaz; F. Fdez-Riverola; D. Glez-Pena; J.M. Corchado. Using Fuzzy Patterns for Gene Selection and Data Reduction on Microarray Data. 7th International Conference on Intelligent Data Engineering and Automated Learning: IDEAL 2006, (2006) pp. 1095-1102

Examples

Run this code
data(rmadataset)
featureNames(rmadataset)[1:20]
sampleNames(rmadataset)
varLabels(rmadataset)
pData(phenoData(rmadataset))
exprs(rmadataset)[1:10,1:5]

Run the code above in your browser using DataLab