forked from pcarbo/QTLRel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (27 loc) · 707 Bytes
/
NAMESPACE
File metadata and controls
33 lines (27 loc) · 707 Bytes
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
useDynLib(QTLRel)
export(aicVC,mAIC,
blup,estVC,fv,
scanOne,scanTwo,gvar,qtlVar,nullSim,gls,
lodci,.lodci,
genoProb,genoImpute,genoPos,rem,
pedRecode,hapSim,genoSim,
pkolm,qkolm,qqPlot,plotit,plot.scanTwo,
cic,ibs,kinship,genMatrix)
export(rel2qtl, qtl2rel)
importFrom(gdata, "reorder.factor")
importFrom(gdata, "trim")
S3method(aicVC, default)
S3method(blup, aic)
S3method(blup, bgv)
S3method(estVC, default)
S3method(genMatrix, cic)
S3method(genMatrix, default)
S3method(genoProb, default)
S3method(plot, scanOne)
S3method(plot, scanTwo)
S3method(print, aic)
S3method(print, bgv)
S3method(print, scanOne)
S3method(qqPlot, default)
S3method(scanOne, default)
S3method(scanTwo, default)