Nothing
ref_sequence <- function(alignment) {
# Alignment as simple matrix
m <- remove_align_mat_class(alignment)
# First (reference) sequence in the alignment.
ref_seq <- m[1, ]
return(ref_seq)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.