Description Usage Details Value References See Also Examples
An ExpressionSet object of correlation.data.
1 |
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
1 2 3 | data(correlation.data)
tumor.express.set <- exprs(correlation.data)
tumor.pheno.data <- pData(correlation.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.