powered by
Create a random alignment
create_random_alignment(n_taxa, sequence_length, rate = 1, taxa_name_ext = "")
an alignment of class DNAbin
The number of taxa
The number of base pairs the alignment will have
mutation rate
the extension of the taxa names
Richèl J.C. Bilderbeek
check_empty_beaustier_folders() alignment <- create_random_alignment( n_taxa = 5, sequence_length = 10 ) image(alignment) remove_beaustier_folders() check_empty_beaustier_folders()
Run the code above in your browser using DataLab