Description Usage Arguments Value Author(s) Examples
Calculates p and q values for a given model fit. Accepts both biological and adjustment variables.
1 |
Y |
Matrix of data |
bio.var |
Model matrix of biological variables |
adj.var |
Model matrix of adjustment variables |
An object of class EDGE.
Brig Mecham <brig.mecham@sagebase.org> and John D. Storey <jstorey@princeton.edu>
1 2 3 4 | seed <- 1234
sim.d1 <- sim.preProcessed(seed=seed,0.5,0.3,0.1)
sig <- calcSig(sim.d1$raw.data, sim.d1$bio.var, sim.d1$adj.var)
ks.test(sig$pval[sim.d1$true.nulls],"punif")$p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.