powered by
This function allows to get sequence names/identifires from alignment.
get_seq_names(alignment)
The alignment object read with read.alignment function
read.alignment
A vector of characters with names of each sequence from the alignment
# NOT RUN { data("alignment") sequences_names=get_seq_names(alignment) # }
Run the code above in your browser using DataLab