rmadataset {DFP} | R Documentation |
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.
data(rmadataset)
ExpressionSet | str(pData(phenoData(rmadataset))) |
AnnotatedDataFrame | str(exprs(rmadataset)) |
Rodrigo Alvarez-Gonzalez
Daniel Glez-Pena
Fernando Diaz
Florentino Fdez-Riverola
Maintainer: Rodrigo Alvarez-Gonzalez <rodrigo.djv@uvigo.es>
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
data(rmadataset) featureNames(rmadataset)[1:20] sampleNames(rmadataset) varLabels(rmadataset) pData(phenoData(rmadataset)) exprs(rmadataset)[1:10,1:5]