View source: R/simulate_and_test.R
Description
1 2 3 4 5 6 7 8 9 10 | simulate_and_test(
A_tumor,
mu_tumor,
num.sim = 20,
Samplesize = 100,
scaleFactor = rep(10, 3),
d.params = c(Tumor = 0.3, Stromal = 0.5, Immune = 0.1, Normal = 0.1),
noise_setting = 2,
seed = 1234
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.