-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.28 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
export(amino_distance_matrix)
export(dosage)
export(get_hlabud_dir)
export(hla_alignments)
export(hla_alleles)
export(hla_divergence)
export(hla_frequencies)
export(hla_genes)
export(hla_releases)
export(install_hla)
export(read_alignments)
importFrom(curl,curl_download)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(onehot,onehot)
importFrom(rappdirs,user_data_dir)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,predict)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_locate)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_starts)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,starts_with)
importFrom(tidyr,unite)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,untar)