View source: R/get_alignment_sequences.R
get_alignment_sequences | R Documentation |
Get the sequences from an alignment
get_alignment_sequences(alignment)
alignment |
a DNA alignment, of class DNAbin |
a numeric vector with the sequences
get_alignment_sequences(
alignment = ape::as.DNAbin(
x = list(species_1 = strsplit("aaaa", split = "")[[1]])
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.