-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (34 loc) · 879 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
S3method(as.annmatrix,default)
S3method(as.annmatrix,matrix)
S3method(as.matrix,annmatrix)
S3method(print,annmatrix)
S3method("[",annmatrix)
S3method("$",annmatrix)
S3method("$<-",annmatrix)
S3method("@",annmatrix)
S3method("@<-",annmatrix)
S3method(.AtNames,annmatrix)
S3method(.DollarNames,annmatrix)
S3method(rbind,annmatrix)
S3method(cbind,annmatrix)
S3method(scale,annmatrix)
S3method(t,annmatrix)
S3method("%*%",annmatrix)
S3method(prcomp,annmatrix)
S3method(stack,annmatrix)
S3method(Ops,annmatrix)
S3method(chooseOpsMethod,annmatrix)
export(annmatrix)
export(as.annmatrix)
export(is.annmatrix)
export(rowanns)
export("rowanns<-")
export(colanns)
export("colanns<-")
importFrom(utils, stack)
importFrom(utils, .AtNames)
importFrom(utils, .DollarNames)
importFrom(utils, findMatches)
importFrom(utils, .S3methods)
importFrom(methods, callGeneric)
importFrom(stats, prcomp)