View source: R/consensus_cutoff.R
Simulate range of parents and their main offspring sizes
1 2 3 4 5 6 7 8  | sim_all_parents_main_off(
  ns = seq(100, 10000, 100),
  pl = 9,
  phi = (1/50),
  repeats = 1000,
  verbose = FALSE,
  ncpu = 8
)
 | 
pl | 
 PID length (9)  | 
phi | 
 Sequencing read error rate (1/50)  | 
repeats | 
 The number of repeats to run for each bin size  | 
ncpu | 
 Number of cores to use for simulation  | 
n | 
 a vector of bin_sizes (seq(100, 10000, 100))  | 
vebose | 
 If TRUE print loop progress  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.