-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
72 lines (71 loc) · 1.82 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
71
72
# Generated by roxygen2: do not edit by hand
export("%$%")
export("%<>%")
export("%>%")
export(.calcFreqs)
export(.runFscSim)
export(.runRmetasim)
export(blacklists_id_generator)
export(data_stats)
export(decoding_haplotypes)
export(defactorize_gt)
export(encoding_snp)
export(factorize_gt)
export(generate_pcoa_plot)
export(generate_sequencing_strata)
export(grur_boost_imputer)
export(grur_future)
export(grur_imputations)
export(grur_imputer)
export(grur_lgbm_imputer)
export(import_imputations)
export(imputations_accuracy)
export(impute_genotypes)
export(impute_rf)
export(ind_genotyped_helper)
export(markers_genotyped_helper)
export(memorize_missing)
export(missing_distributions)
export(missing_rda)
export(missing_visualization)
export(n)
export(parallel_core_opt)
export(pct_missing_by_total)
export(rad_long)
export(rad_wide)
export(simulate_rad)
export(split_imp)
export(tidy_sim)
export(whitelists_markers_generator)
importFrom(Matrix,Matrix)
importFrom(adespatial,dist.ldc)
importFrom(ape,pcoa)
importFrom(cowplot,align_plots)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,melt.data.table)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggpubr,ggarrange)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(radiator,change_pop_names)
importFrom(radiator,detect_all_missing)
importFrom(radiator,ibdg_fh)
importFrom(radiator,tidy_genomic_data)
importFrom(radiator,write_rad)
importFrom(rlang,.data)
importFrom(vegan,anova.cca)
importFrom(vegan,rda)