View source: R/sim_twal_with_lns_site_model.R
sim_twal_with_lns_nsm | R Documentation |
lns
site modelAdapter function to simulate the twin alignment
using the lns
site model
sim_twal_with_lns_nsm(
twin_phylogeny,
true_alignment = "irrelevant",
root_sequence,
subst_matrix = rep(1, 6),
branch_mutation_rate = 1,
node_mutation_rate = 1,
base_frequencies = rep(0.25, 4),
node_time = 0.001
)
twin_phylogeny |
a phylogeny of class phylo |
true_alignment |
a DNA alignment, of class DNAbin |
root_sequence |
the DNA sequence at the root of the phylogeny. By default, this will consist out of an equal amount of each letter Use check_root_sequence to check if a root sequence is valid. |
subst_matrix |
nucleotide substitution matrix |
branch_mutation_rate |
mutation rate along the branch. See, among others, sim_unlinked for more details |
node_mutation_rate |
mutation rate on the node. See, among others, sim_unlinked for more details |
base_frequencies |
the four base frequencies (a, c, g, t) to be specified to create the rate matrix (i.e. Q matrix) used to simulate alignments |
node_time |
amount of time spent at the nodes. See, among others, sim_unlinked for more details |
an alignment of type DNAbin
Richèl J.C. Bilderbeek
Use sim_twal_with_uns_nsm to simulate using an unlinked node substitution model. Use sim_tral_with_lns_nsm to simulate a true alignment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.