forked from kenhanscombe/ukbtools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 959 Bytes
/
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
# 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_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(readr)
importFrom(dplyr,full_join)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,reduce)
importFrom(scales,percent)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(utils,write.table)