forked from behuang/mpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (62 loc) · 1.19 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
export(add3pt)
export(cleanmap)
export(compare_orders)
export(computemap)
export(fillmiss)
export(findqtl2)
export(fit)
export(haldaneR2X)
export(identifyDesign)
export(mapcomp)
export(maporder)
export(mpadd)
export(mpcalcld)
export(mpchrrf)
export(mpclean)
export(mpcollapse)
export(mpcross)
export(mpestrf)
export(mpexpand)
export(mpgroup)
export(mpIM)
export(mpimpute)
export(mpimputerf)
export(mpMap2gs)
export(mporder)
export(mpprob)
export(mpsegrat)
export(nai)
export(plotlink.map)
export(qtlmap)
export(read.mpcross)
export(sim.mpcross)
export(sim.mpped)
export(sim.sigthr)
export(supportinterval)
export(write.mpcross)
import(qtl)
import(seriation)
import(wgaim)
import(VPdtw)
import(lattice)
import(ggplot2)
import(gdata)
import(nnls)
import(reshape)
S3method(clean,mpcross)
S3method(fit,mpqtl)
S3method(plot,mapcomp)
S3method(plot,mpcross)
S3method(plot,mpprob)
S3method(plot,mpqtl)
S3method(print,mpcross)
S3method(print,mpprob)
S3method(print,mpqtl)
S3method(subset,binmpcross)
S3method(subset,mpcross)
S3method(subset,mpprob)
S3method(summary,mapcomp)
S3method(summary,mpcross)
S3method(summary,mpprob)
S3method(summary,mpqtl)
useDynLib(mpMap)