forked from kenhanscombe/ukbtools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
70 lines (69 loc) · 1.75 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
export(ukb_centre)
export(ukb_context)
export(ukb_df)
export(ukb_df_duplicated_name)
export(ukb_df_field)
export(ukb_df_full_join)
export(ukb_gen_excl)
export(ukb_gen_excl_to_na)
export(ukb_gen_het)
export(ukb_gen_meta)
export(ukb_gen_pcs)
export(ukb_gen_read_fam)
export(ukb_gen_read_sample)
export(ukb_gen_rel)
export(ukb_gen_rel_count)
export(ukb_gen_related_with_data)
export(ukb_gen_samples_to_remove)
export(ukb_gen_sqc_names)
export(ukb_gen_write_bgenie)
export(ukb_gen_write_plink)
export(ukb_gen_write_plink_excl)
export(ukb_icd_code_meaning)
export(ukb_icd_diagnosis)
export(ukb_icd_freq_by)
export(ukb_icd_keyword)
export(ukb_icd_prevalence)
export(ukb_util_conv)
export(ukb_util_encoding)
export(ukb_util_fetch)
export(ukb_util_get)
export(ukb_util_md5)
export(ukb_util_unpack)
import(dplyr)
import(ggplot2)
import(grid)
import(parallel)
import(readr)
import(stringr)
import(tidyr)
importFrom(data.table,fread)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(dplyr,full_join)
importFrom(foreach,"%:%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_stop)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,reduce)
importFrom(readr,parse_factor)
importFrom(rvest,html_table)
importFrom(scales,percent)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(stringr,str_interp)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(utils,write.table)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)