create_jc69_site_model | R Documentation |
Create a JC69 site model
create_jc69_site_model(id = NA, gamma_site_model = create_gamma_site_model())
id |
the IDs of the alignment (can be extracted from
the FASTA filename using |
gamma_site_model |
a gamma site model, as created by create_gamma_site_model |
a JC69 site_model
Richèl J.C. Bilderbeek
if (is_on_ci()) {
jc69_site_model <- create_jc69_site_model()
output_filename <- get_beautier_tempfilename()
create_beast2_input_file(
input_filename = get_fasta_filename(),
output_filename = output_filename,
site_model = jc69_site_model
)
file.remove(output_filename)
remove_beautier_folder()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.