-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
43 lines (42 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(FID_IID_from_rownames)
export(FID_IID_to_rownames)
export(cat_or_zcat)
export(compose_regression_formula_str)
export(compute_covariate_score)
export(compute_covariate_score_across_splits)
export(compute_matrix_product)
export(count_n_per_split)
export(eval_AUC_CI)
export(eval_CI)
export(eval_CI_across_splits)
export(eval_r2_CI)
export(fit_glm)
export(fit_glm_across_splits)
export(fit_to_df)
export(get_ID_ALTs)
export(predict_snpnet)
export(readPheMaster)
export(read_lambda_sequence_from_RData_file)
export(read_phenotype_file)
export(read_sscore_file)
export(recode_pheno_values)
export(snpnet)
export(snpnet_fit_to_df)
export(split_list_str)
export(split_named_list_str)
export(update_split_column_for_refit)
importFrom(data.table,':=')
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,set)
importFrom(dplyr,across)
importFrom(dplyr,count)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(magrittr,"%>%")
importFrom(stringr,str_split)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)