#' Get the supported COBALT matrix names
#' @export
get_matrix_names <- function() {
c(
"BLOSUM45",
"BLOSUM62",
"BLOSUM80",
"PAM30",
"PAM70",
"PAM250"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.