View source: R/runDEAnalysis.R
Generation of Real simulation files
1 2 | GenerateRealSimulation(working.dir, fpc = FALSE, data.types, rep,
nsample)
|
working.dir |
Input file location |
fpc |
A logical indicating whether simulation data is made from single sample condition(e.g. normal) to calculate False positive counts. Possible values are TRUE or FALSE. |
data.types |
A vector indicating types of dataset (e.g. data.types = c(KIRC, Bottomly)) |
rep |
An integer specifying iterations each test perform. |
nsample |
A vector indicating number of samples. Possible values can be 1~72 for KIRC, 1~10 for Bottomly and 1~5 for SEQC, maximum values decreased to 36 for KIRC and 5 for Bottomly if fpc is true. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.