View source: R/check_mrca_prior.R
check_mrca_prior | R Documentation |
Calls stop
if the MRCA prior is invalid.
check_mrca_prior(mrca_prior)
mrca_prior |
a Most Recent Common Ancestor prior,
as returned by |
nothing
Richèl J.C. Bilderbeek
Use create_mrca_prior to create a valid MRCA prior
check_empty_beautier_folder()
fasta_filename <- get_beautier_path("anthus_aco.fas")
mrca_prior <- create_mrca_prior(
alignment_id = get_alignment_id(fasta_filename = fasta_filename),
taxa_names = get_taxa_names(filename = fasta_filename)
)
mrca_prior <- create_mrca_prior(
alignment_id = get_alignment_id(fasta_filename = fasta_filename),
taxa_names = get_taxa_names(filename = fasta_filename)
)
check_mrca_prior(mrca_prior)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.