Description Usage Arguments Value Author(s) Examples
Generates the gene expression data using one-way ANOVA model with two groups. The variance of both group should be same and the percentage of the DE genes will be given
1 | Sim2Group(ng, n1, n2, var0 = 0.1, pde = 0.05)
|
ng |
The total number of genes to be generated. |
n1 |
Number of samples in the first group. |
n2 |
Number of samples in the second group. |
var0 |
The variance of the both group. |
pde |
The proportion of the differentially expressed(DE) genes. |
This function returns the following components:
outmat |
Simulated gene expression data for two groups. |
DEtrue |
True DE index. |
Md.Shahjaman; shahjaman_brur@yahoo.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.