-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
58 lines (57 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method(print,Qij)
S3method(print,ckmr)
export("%>%")
export(ckmr2colony)
export(ckmr_relats)
export(combine_miscalls_and_dropouts)
export(comp_ind_pairwise)
export(create_ckmr)
export(create_integer_genotype_matrix)
export(extract_logls)
export(find_close_matching_genotypes)
export(flatten_ckmr)
export(ge_model_TGIE)
export(ge_model_microhap1)
export(ge_model_microsat1)
export(general_allele_based_geno_err_model)
export(geometric_chromo_lengths)
export(index_ab)
export(insert_C_l_matrices)
export(insert_Y_l_matrices)
export(install_mendel)
export(locus_specific_pairwise)
export(loggy_reweight)
export(long_markers_to_X_l_list)
export(markers2mendel_def_lines)
export(markers2mendel_map_lines)
export(mc_sample_simple)
export(microhaplotype_geno_err_matrix)
export(pairwise_geno_id)
export(pairwise_kin_logl_ratios)
export(reindex_markers)
export(simulate_Qij)
export(simulate_and_calc_Q)
export(sprinkle_markers_into_genome)
export(tag_mendelian_incompatibilities)
export(write_all_mendel_files)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.table)
useDynLib(CKMRsim)