forked from cran/netgwas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·36 lines (33 loc) · 1.06 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
export(simgeno)
export(simRIL)
export(cutoffs)
export(lower.upper)
export(R.gibbs)
export(R.approx)
export(netmap)
export(netsnp)
export(netphenogeno)
export(selectnet)
export(buildMap)
export(cal.pos)
export(detect.err)
export(cross2netgwas)
export(netgwas2cross)
S3method("plot","simgeno")
S3method("print","simgeno")
S3method("plot","netgwas")
S3method("print","netgwas")
S3method("plot","select")
S3method("plot","netgwasmap")
S3method("print","netgwasmap")
import("Matrix", "igraph", "qtl", "parallel")
importFrom( "tmvtnorm", "rtmvnorm.sparseMatrix", "ptmvnorm")
importFrom( "glasso", "glasso")
importFrom( "methods", "as", "new")
importFrom( "grDevices", "gray.colors", "terrain.colors", "rainbow")
importFrom( "graphics", "par", "plot", "legend", "screen", "split.screen", "plot.new", "box", "title")
importFrom( "stats", "cor", "dnorm", "pnorm", "qnorm", "runif", "rnorm", "rchisq", "sd", "rbinom" )
importFrom( "utils", "flush.console")
importFrom( "huge", "huge")
importFrom( "MASS", "sammon")
importFrom( "RBGL", "cuthill.mckee.ordering")