forked from guilherme-pereira/QTLpoly
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method(plot,qtlpoly.bvalues)
S3method(plot,qtlpoly.effects)
S3method(plot,qtlpoly.perm)
S3method(print,qtlpoly.data)
S3method(print,qtlpoly.feim)
S3method(print,qtlpoly.modify)
S3method(print,qtlpoly.null)
S3method(print,qtlpoly.optimize)
S3method(print,qtlpoly.perm)
S3method(print,qtlpoly.profile)
S3method(print,qtlpoly.remim)
S3method(print,qtlpoly.search)
S3method(print,qtlpoly.simul)
S3method(summary,qtlpoly.fitted)
export(breeding_values)
export(feim)
export(fit_model)
export(fit_model2)
export(modify_qtl)
export(null_model)
export(null_model2)
export(optimize_qtl)
export(permutations)
export(plot_profile)
export(plot_qtl)
export(plot_sint)
export(profile_qtl)
export(qtl_effects)
export(read_data)
export(read_data2)
export(remim)
export(remim2)
export(search_qtl)
export(simulate_qtl)
import(MASS)
import(doParallel)
import(foreach)
import(ggplot2)
import(grDevices)
import(graphics)
import(methods)
import(parallel)
import(stats)
import(utils)
importFrom(CompQuadForm,davies)
importFrom(MASS,ginv)
importFrom(Matrix,nearPD)
importFrom(RLRsim,RLRTSim)
importFrom(Rcpp,evalCpp)
importFrom(abind,abind)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(gtools,combinations)
importFrom(mappoly,calc_genoprob)
importFrom(mvtnorm,pmvnorm)
importFrom(nlme,fixed.effects)
importFrom(nlme,fixef)
importFrom(quadprog,solve.QP)
importFrom(utils,combn)
useDynLib(qtlpoly, .registration = TRUE)