dhhrcomp | R Documentation |
An example gene intensity simulator with given mean values mu0
which then returns the variance, skew and kurtosis of the
DDHF transformed intensities. The gene intensity
simulation is performed using simdurbin2
dhhrcomp(nsims = 1024, nmu = 4,
mu0 = c(0, 5, 10, 15, 20, 25, 30, 40, 50, 60,
65, 70, 80, 100, 200, 300, 500, 1000) * 1000)
nsims |
Number of replicates for each mu |
nmu |
Selects first |
mu0 |
The possible gene intensity means |
This function simulates some gene intensities. A list of
possible intensity means are supplied in mu0
.
The first nmu
of these are selected. Then for each
of the selected means nsims
gene intensities are
generated.
The intensities are them subjected to DDHF transformation.
mu |
A vector of length |
v.hft |
A vector of |
s.hft |
A vector of |
k.hft |
A vector of |
Guy Nason <g.p.nason@bris.ac.uk.
Durbin, B.P., Hardin, J.S., Hawkins, D.M. and Rocke, D.M. (2002), A variance-stabilizing transformation for gene expression microarray data, Bioinformatics, 18, S105-S110
simdurbin2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.