Description Usage Details Value References See Also Examples
An ExpressionSet object of GroupComp.data
1 |
GroupComp.data is an ExpressionSet object with the expression data from Johnson et al (2010) for 100 randomly selected genes. The expression data was collected from 83 subjects with ependymoma defined by anatomic subclass (grp1 = posterior fossa, grp2 = supratentorial, grp3 = spinal). The data set is used for an example of using the package for a comparison of expression across 3 groups.
expr(GroupComp.data) |
A matrix with 100 rows and 83 columns with rows representing probe-sets and cloumns of human sample IDs. |
pData(GroupComp.data) |
A data frame with 83 rows and 2 columns. Each row represents one human sample. Column id is the human sample ID and sppfst.grps is the assigned sample group label. |
R. Johnson et al.(2010) Cross-species genomics matches driver mutations and cell compartments to model ependymoma. Nature, 466: 632-6.
ExpressionSet-class
1 2 3 | data(GroupComp.data)
brain.express.set <- exprs(GroupComp.data)
brain.pheno.data <- pData(GroupComp.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.