# Generated by roxygen2: do not edit by hand

export(GLstring_drop_non_expressed)
export(GLstring_expand_longer)
export(GLstring_gene_copies_combine)
export(GLstring_genes)
export(GLstring_genes_expanded)
export(GLstring_genotype_ambiguity)
export(GLstring_regex)
export(GLstring_to_ambiguity_table)
export(HLA_column_repair)
export(HLA_columns_to_GLstring)
export(HLA_match_number)
export(HLA_match_summary_HCT)
export(HLA_mismatch_alleles)
export(HLA_mismatch_base)
export(HLA_mismatch_logical)
export(HLA_mismatch_number)
export(HLA_mismatched_alleles)
export(HLA_prefix_add)
export(HLA_prefix_remove)
export(HLA_truncate)
export(HLA_validate)
export(ambiguity_table_to_GLstring)
export(read_HML)
importFrom(cli,cli_abort)
importFrom(dplyr,
  "%>%",
  across,
  bind_rows,
  contains,
  distinct,
  filter,
  mutate,
  na_if,
  rename_with,
  select,
  starts_with,
  summarise,
  summarize
)
importFrom(purrr,map)
importFrom(rlang,caller_env)
importFrom(stringi,
  stri_endswith_fixed,
  stri_extract_first_regex,
  stri_split_fixed,
  stri_startswith_fixed
)
importFrom(stringr,
  str_c,
  str_detect,
  str_escape,
  str_extract,
  str_flatten,
  str_match,
  str_replace,
  str_replace_all
)
importFrom(tibble,
  as_tibble,
  tibble
)
importFrom(tidyr,
  pivot_wider,
  unite
)
importFrom(tidyselect,all_of)
importFrom(xml2,
  read_xml,
  xml_attr,
  xml_find_all,
  xml_ns,
  xml_text
)
