data(HGU.DifExp.list)
ES.obj
objects.
Each ES.obj
object represents the results from a separate gene expression study. Study | Lab | Tissue |
Chip | 1 | 1 |
0 | hgu133a | 1 |
1 | 1 | hgu133a |
2 | 1 | 0 |
hgu95a | 3 | 2 |
0 | hgu95av2 | 4 |
3 | 1 | hgu133b |
HGU.DifExp.list
is an ES.obj
object in the same format as returned by the getPLM.es()
function.
Look at the elements of the list (and the vignette) to get an idea of how the data should be laid out.The intended use for these data is to demonstrate a meta-analysis procedure that accounts for hierarchical dependence between studies.
The idea is that results from different studies from the same lab might be dependent.
This is an example object that is to be passed as an argument to the metahdep.format()
function.
Stevens J.R. and Nicholas G. (2009), metahdep: Meta-analysis of hierarchically dependent gene expression studies, Bioinformatics, 25(19):2619-2620.
See also the metahdep package vignette.
data(HGU.DifExp.list)
head(HGU.DifExp.list[[1]]@ES.mat)
HGU.DifExp.list[[1]]@covariates
## etc.
Run the code above in your browser using DataLab