View source: R/runDEAnalysis.R
Generation of Synthetic simulation files
1 2 | GenerateSyntheticSimulation(working.dir, data.types, fixedfold = FALSE,
rep, nsample, nvar, nDE, fraction.upregulated = 0.5, disp.Types, modes)
|
working.dir |
Input file location |
data.types |
A vector parameter indicating types of dataset (e.g. data.type = c(KIRC, Bottomly, mBdK and mKdB)) |
fixedfold |
A logical indicating whether simulation data is made from fixed fold to imitate SEQC counts data. Possible values are TRUE or FALSE. If fixedfold is TRUE, fraction of upregulated genes is automatically fixed to 0.67. |
rep |
An integer specifying iterations each test perform. |
nsample |
A vector indicating number of samples. |
nvar |
An integer indicating the number of total gene in the synthetic data. |
nDE |
A vector indicating number of generated DE genes in the synthetic data. |
fraction.upregulated |
A vector specifying proportion of upregulated DE genes in the synthetic data. Default value is 0.5. (e.g. fraction.upregulated = c(0.5, 0.7 and 0.9)) This vector is available only if fixed fold is FALSE. |
disp.Types |
A vector indicating how is the dispersion parameter assumed to be for each condition to make a synthetic data. Possible values are 'same' and 'different'. |
modes |
A vector specifying test conditions we used for simulation data generation. "D" for basic simulation (not adding outliers). "R" for adding 5 "OS"for adding outlier sample to each sample group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.