Simulate a sequence assuming node substitutions are not shared amongst offspring, using the explicit simulation method (e.g. reverse substitutions are modeled explicitly)
sim_unlinked_explicit(
phy,
Q1 = rep(1, 6),
Q2 = rep(1, 6),
rate1 = 0.1,
rate2 = 0.1,
l = 1000,
bf = rep(0.25, 4),
rootseq = NULL,
node_time = 0.001
)list with four items
alignment Phydat object with the resulting alignment
rootseq the rootsequence used
total_branch_substitutions total number of substitutions accumulated on the branches
total_node_substitutions total number of substitutions accumulated at the nodes
phylogenetic tree for which to simulate sequences
substitution matrix along the branches, default = JC
substitution matrix on the nodes, default = JC
mutation rate along the branch, default = 0.1
mutation rate on the node, default = 0.1
number of base pairs to simulate
base frequencies, default = c(0.25, 0.25, 0.25, 0.25)
sequence at the root, simulated by default
amount of time spent at the nodes