R/get_mhc2_peptide_length.R

Defines functions get_mhc2_peptide_length

Documented in get_mhc2_peptide_length

#' Get the peptide length used in MHC-II epitope predictions
#' @examples
#' get_mhc2_peptide_length()
#' @export
get_mhc2_peptide_length <- function() {
  13
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.