Usage
sagmbSimulateData(n=8064, d=2, de=0, up=0.5, nrstrata=1, miss=0, log2scale=FALSE)
sagmbAssess(h1, sim)
Arguments
n
Numeric. Number of probes (rows).
d
Numeric. Number of arrays (columns).
de
Numeric. Fraction of differentially expressed genes.
up
Numeric. Fraction of up-regulated genes among the
differentially expressed genes.
nrstrata
Numeric. Number of probe strata.
miss
Numeric. Fraction of data points that is randomly sampled
and set to NA
.
log2scale
Logical. If TRUE
, glog on base 2 is used, if FALSE
,
(the default), then base e.
h1
Matrix. Calibrated and transformed data, according, e.g., to
vsn
sim
List. The output of a previous call to
sagmbSimulateData
, see Value