forked from gdlc/BGLR-R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·26 lines (22 loc) · 805 Bytes
/
Copy pathNAMESPACE
File metadata and controls
executable file
·26 lines (22 loc) · 805 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
useDynLib(BGLR, .registration=TRUE)
importFrom("graphics", "abline", "plot")
importFrom("stats", "cor", "dbeta", "dchisq", "dexp", "dgamma",
"dnorm", "model.frame", "model.matrix", "pnorm", "qnorm",
"rbeta", "rbinom", "rchisq", "rgamma", "rnorm", "runif",
"var", "weighted.mean","sd","complete.cases","factanal","varimax",
"cov")
importFrom("utils", "read.table")
importFrom("truncnorm", "rtruncnorm")
importFrom("MASS","mvrnorm")
export(BGLR,BLR,
read_bed,read_ped, write_bed,readBinMat,getVariances,BFDR,
BLRCross,
BLRXy,
Multitrait,
readBinMatMultitrait)
exportMethods(BGLR)
#S3method(effects, BGLR)
S3method(plot, BGLR)
S3method(residuals, BGLR)
S3method(predict,BGLR)
S3method(summary,BGLR)