-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
41 lines (39 loc) · 797 Bytes
/
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
export(
"Matrix_eQTL_main",
"Matrix_eQTL_engine",
"modelLINEAR",
"modelANOVA",
"modelLINEAR_CROSS",
"SlicedData"
)
exportClasses("SlicedData")
S3method("plot", "MatrixEQTL")
S3method("summary", "SlicedData")
exportMethods(
"[[",
"[[<-",
"colnames",
"colnames<-",
"dim",
"length",
"ncol",
"NCOL",
"nrow",
"NROW",
"rownames",
"rownames<-",
"as.matrix",
"rowMeans",
"rowSums",
"colMeans",
"colSums"
)
importFrom( "graphics",
"abline", "legend", "lines",
"par", "plot", "points", "title")
importFrom( "methods",
"new", "setRefClass", "is")
importFrom( "stats",
"complete.cases", "pf", "pt", "qf", "qt")
importFrom( "utils",
"tail", "tail.matrix")