Description Usage Arguments Value
The Markov chain simulation for point mutations on a list of sequences
1 2 3 | simulate_point_mutation_markov(sequences, num_jumps,
transition_matrix = get_k80_matrix(10^6), dist_method = "levenshtein",
save_sequences = FALSE, save_file = NULL)
|
sequences |
A list of nucleic acid sequences |
num_jumps |
The number of steps to simulate the point mutations for |
transition_matrix |
The transition matrix coressponding to the model we are using for point mutations |
A data frame with a list of times and the mutated sequences at each time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.