#' Creata a multiple-sequence alignment
#' @inheritParams default_params_doc
#' @return a \code{MsaAAMultipleAlignment}
#' @export
create_msa <- function(
protein_sequences,
msa_method,
msa_subst_matrix
) {
stop("No msa please")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.