Description Usage Arguments Value Examples
View source: R/simulation_functions_splatter.R
Simulate expression that follows an exponential model response = response = a * exp(sign * (b * dose)^d)
1 2 3 4 5 6 7 8 9 |
doses |
A vector of doses to model |
mean |
A number representing the value at dose 0 |
fc |
A number representing the maximum fold-change |
power |
set as TRUE to randomize variable d (default = 1) |
max_iter |
A number representing the number of iterations to try before relaxing the maximum fold-change criteria |
verbose |
A logical to print additional information |
... |
Additional arguments |
a list of the model fit parameters including a resp vector containing values for each dose group and the fit parameters
1 | splatsimExp(c(0, 1, 3, 10, 30), mean = 1, fc = 1.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.