forked from kenhanscombe/ukbtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export(ukb_centre)
export(ukb_context)
export(ukb_defunct)
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)
import(XML)
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(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,reduce)
importFrom(readr,parse_factor)
importFrom(scales,percent)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(utils,write.table)