Description Usage Format Details References Examples
An illustrative example of a list, where each element is a metaprep
class object with data for a particular gene.
It comes from the study data held within the HGU.DifExp.list
object.
1 |
This object is a list of metaprep
objects.
Each element of HGU.prep.list
is a gene-specific object of class metaprep
.
HGU.prep.list
is an example of an object created by the metahdep.format()
function; see the help file for the metahdep.format()
function and the metahdep package vignette for details on its construction.
HGU.prep.list
is an example object used as an argument to the metahdep()
function.
The individual elements of this object can be extracted and passed as arguments to the more general meta-analysis functions, metahdep.HBLM()
, metahdep.REMA()
, and metahdep.FEMA()
.
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.
1 2 3 4 | data(HGU.prep.list)
HGU.prep.list[[7]]
## etc...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.