Description Usage Arguments Value
Sequencing uses the output of Infection_Sim to simualate the evolutionary
process of the seqeunce from the root forwards
| 1 2 3 | Sequencing(sim.out, seq.length = 1701, mu = 1.57e-05, Tg = 2.6,
  model = "HKY85", kappa = 2, root.path = NULL,
  evolution.model = "generational", outgroup = TRUE)
 | 
| sim.out | Output of  | 
| seq.length | Sequence length. Will be overwritten accordingly if root.path given. Default = 1701 | 
| mu | Daily mutation rate. Default = 1.57e-05 sub / site / day | 
| Tg | mean generation time. Default = 2.6 days | 
| model | Nucleic subsitution model. Can be one of "JC69", "K80", "HKY85" (Default) | 
| kappa | Tv/Ts ration. Default = 2 | 
| root.path | File path of saveRDS(root). Default = NULL | 
| evolution.model | String variable detailing evolutionary model. Can be any of "generational", "within.host" and "parallel" | 
Returns a list of 4 lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.