Description Usage Arguments Value Examples
Function for providing simulated datasets according to different proportions of DE and medians of mean difference. The range of DE proportion available is between 0 and 0.387, and the range of median of mean difference is between -2.52 and 4.59.
1 | simulated.data(proportion, median, numsets)
|
proportion |
the range of proportion of DE for simulated dataset filtering |
median |
the range of median of mean difference for simulated dataset filtering |
numsets |
number of simulated datasets requested for returning (randomly drawn from the available sets). If it exceeds the maximum number of available datasets, all the available sets will be returned. |
list containing list of simulated benchmark data and test data
1 | simulated <- simulated.data(c(0.0175, 0.0225), c(-0.5, 0.5), 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.