Description Usage Arguments Details Value Author(s) References Examples
A function generating simulation data
1 2 | generateData(n.gene = 20000, n.cond = 2, n.deg = 0, eff = 1000,
n.rep = 3, disp = 0.25)
|
n.gene |
the number of genes (default 20000) |
n.cond |
the number of conditions (default 2) |
n.deg |
the number of differentially expressed genes (DEGs) (default 0) |
eff |
count difference of DEGs between conditions (default 1000) |
n.rep |
the number of replicates in each condition (default 3) |
disp |
dispersion parameter for NB distribution (default 0.25) |
See the reference paper
matrix |
simulated datasets |
Jungsoo Gim
J. Gim and T. Park, PLoS ONE under revision (http://bibs.snu.ac.kr/software/LPEseq)
1 2 3 4 5 | ## Generating a replicated simulation dataset
simData <- generateData(n.deg=1000)
## Generating a non-replicated simulation dataset
simData.norep <- generateData(n.deg=1000, n.rep=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.