View source: R/get_alignment_id.R
get_alignment_id | R Documentation |
This is done in the same way as BEAST2 will do so.
get_alignment_id(fasta_filename, capitalize_first_char_id = FALSE)
fasta_filename |
a FASTA filename.
Use |
capitalize_first_char_id |
if TRUE, the first character will be capitalized |
an alignment's ID
Richèl J.C. Bilderbeek
Use check_alignment_id to check if an alignment ID is valid.
check_empty_beautier_folder()
# Path need not exist, use UNIX path as example
# anthus_aco_sub
alignment_id <- get_alignment_id("/home/homer/anthus_aco_sub.fas")
check_alignment_id(alignment_id)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.