-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(build_kd_matrix)
export(build_mmoments_matrix)
export(build_pheno_hists)
export(check_marker_allele_prop)
export(get_best_markers_rptl)
export(get_best_markers_rqtl)
export(get_wilks_score)
export(kantorovich)
export(kantorovich2D)
export(marker2col)
export(plot_can)
export(plot_dist)
export(plot_empirical_test)
export(plot_noise)
export(plot_orth_trans)
export(plot_rqtl)
export(plot_wilks)
export(plot_wilks_k)
export(plot_wilks_mm)
export(preprocess_data_rqtl)
export(preprocess_genodata)
export(preprocess_phenodata_rqtl)
export(ptl_mapping)
export(ptl_scan)
export(rqtl_launch)
export(zscore)
importFrom(MASS,kde2d)
importFrom(candisc,candisc)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(moments,moment)
importFrom(qtl,calc.genoprob)
importFrom(qtl,jittermap)
importFrom(qtl,scanone)
importFrom(qtl,sim.geno)
importFrom(stats,cmdscale)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pf)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)