-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
91 lines (90 loc) · 2 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method("[",calc_genoprob)
S3method("[",cross2)
S3method("[",sim_geno)
S3method("[",viterbi)
S3method(cbind,calc_genoprob)
S3method(cbind,sim_geno)
S3method(cbind,viterbi)
S3method(max,compare_geno)
S3method(print,cross2)
S3method(print,summary.compare_geno)
S3method(print,summary.cross2)
S3method(rbind,calc_genoprob)
S3method(rbind,sim_geno)
S3method(rbind,viterbi)
S3method(subset,calc_genoprob)
S3method(subset,cross2)
S3method(subset,sim_geno)
S3method(subset,viterbi)
S3method(summary,compare_geno)
S3method(summary,cross2)
export(calc_entropy)
export(calc_errorlod)
export(calc_geno_freq)
export(calc_genoprob)
export(calc_grid)
export(calc_kinship)
export(check_cross2)
export(chisq_colpairs)
export(chr_names)
export(compare_geno)
export(compare_genoprob)
export(convert2cross2)
export(count_xo)
export(covar_names)
export(drop_markers)
export(drop_nullmarkers)
export(est_map)
export(find_ibd_segments)
export(find_map_gaps)
export(find_marker)
export(find_markerpos)
export(genoprob_to_alleleprob)
export(get_x_covar)
export(guess_phase)
export(ind_ids)
export(ind_ids_covar)
export(ind_ids_geno)
export(ind_ids_gnp)
export(ind_ids_pheno)
export(insert_pseudomarkers)
export(interp_genoprob)
export(locate_xo)
export(map_to_grid)
export(marker_names)
export(max_compare_geno)
export(maxmarg)
export(n_chr)
export(n_covar)
export(n_ind)
export(n_ind_covar)
export(n_ind_geno)
export(n_ind_gnp)
export(n_ind_pheno)
export(n_mar)
export(n_missing)
export(n_pheno)
export(n_phenocovar)
export(n_typed)
export(pheno_names)
export(phenocovar_names)
export(probs_to_grid)
export(pull_markers)
export(read_cross2)
export(read_csv)
export(read_csv_numer)
export(read_pheno)
export(reduce_map_gaps)
export(reduce_markers)
export(scale_kinship)
export(sim_geno)
export(summary_compare_geno)
export(tot_mar)
export(viterbi)
export(write_control_file)
export(zip_datafiles)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,fread)
importFrom(stats,setNames)
useDynLib(qtl2geno, .registration=TRUE)