-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(fn_Bayes_A)
export(fn_Bayes_B)
export(fn_Bayes_C)
export(fn_G_extract_names)
export(fn_G_non_numeric_to_numeric)
export(fn_G_numeric_to_non_numeric)
export(fn_G_split_off_alternative_allele)
export(fn_G_to_vcf)
export(fn_classify_allele_frequencies)
export(fn_cross_validation_across_populations_bulk)
export(fn_cross_validation_across_populations_lopo)
export(fn_cross_validation_across_populations_pairwise)
export(fn_cross_validation_preparation)
export(fn_cross_validation_within_population)
export(fn_cv_1)
export(fn_elastic_net)
export(fn_estimate_memory_footprint)
export(fn_filter_genotype)
export(fn_filter_phenotype)
export(fn_gBLUP)
export(fn_grm_and_dist)
export(fn_lasso)
export(fn_load_genotype)
export(fn_load_phenotype)
export(fn_merge_genotype_and_phenotype)
export(fn_merge_genotype_genotype)
export(fn_ols)
export(fn_prediction_performance_metrics)
export(fn_ridge)
export(fn_save_genotype)
export(fn_save_phenotype)
export(fn_simulate_data)
export(fn_subset_merged_genotype_and_phenotype)
export(fn_vcf_to_G)
export(gp)