R/get_matrix_names.R

Defines functions get_matrix_names

Documented in get_matrix_names

#' Get the supported COBALT matrix names
#' @export
get_matrix_names <- function() {
  c(
    "BLOSUM45",
    "BLOSUM62",
    "BLOSUM80",
    "PAM30",
    "PAM70",
    "PAM250"
  )
}
richelbilderbeek/cobaltr documentation built on March 29, 2024, 7:46 a.m.