R/get_hlas.R

Defines functions get_hlas

Documented in get_hlas

#' Get the MHC-I HLAs
#' Copied from 'calculate_overlap'
#' @author Richèl J.C. Bilderbeek
#' @export
get_hlas <- function() {
  c(
    "A01-01", "A02-01",
    "A03-01", "A24-02", "A26-01",
    "B07-02", "B08-01", "B15-01", "B18-01",
    "B27-05", "B39-01", "B40-02", "B58-01"
  )
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.