Description Usage Arguments Value
Simulates the copy number evolution for a set of transposons (very basic function)
1 2 | copy_number_evolution(timestep, final_time, init_num_sequences, burst_function,
burst_function_args, kill_function, kill_function_args)
|
timestep |
The size of the timesteps of jumps |
final_time |
The time to simulate until |
init_num_sequences |
The initial number of sequences we have |
burst_function |
To convert from copy numbers before burst to copy numbers after burst |
kill_function |
To saturate a copy number at some given value |
A data frame with time and copy number for all timesteps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.