Description Usage Arguments Value
Simulates the evolution of a family of sequences by taking into consideration both point mutation and burst events
1 2 3 | retrotransposon_evolution(timestep, final_time, initial_sequences,
mutation_function, copy_numbers, recombination_function, dist_function,
num_seq_dumps, num_summary_dumps, num_pairmatrix_dumps)
|
timestep |
The size of the timesteps of jumps |
final_time |
The time to simulate until |
initial_sequences |
The original sequences to begin with |
mutation_function |
How to apply point mutations |
copy_numbers |
The copy numbers for the sequences over time |
recombination_function |
How to recombine sequences |
dist_function |
How to recombine sequences |
A list of sequences that have evolved over time with both point mutation and recombination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.