correlation.data {HybridMTest} | R Documentation |
An ExpressionSet object of correlation.data.
data(correlation.data)
correlation.data includes expression data for 100 randomly selected genes for the subjects of the AML97 clinical trial in Lamba et al (2010). The phenotype is the log-transformed baseline DNA synthesis rate. The data set is included for an example of exploring the correlation of expression with a quantitative phenotype.
expr(correlation.data) |
A matrix with 100 rows and 83 columns with rows representing probe-sets and cloumns of human sample IDs. |
pData(correlation.data) |
A data frame with 100 rows and 2 columns. Each row represents one human sample. Column id is the column without title and x is the phenotype observations transformed by log function. |
Lamba JK et al. Identification of predictive markers of cytarabine response in acute myeloid leukemia by integrative analysis of gene-expression profiles with multiple phenotypes. Pharmacogenomics, 12: 327-39.
ExpressionSet-class
data(correlation.data) tumor.express.set <- exprs(correlation.data) tumor.pheno.data <- pData(correlation.data)