-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(MatrixDataCheck,ExpressionSet)
S3method(MatrixDataCheck,default)
S3method(MatrixDataCheck,list)
S3method(MatrixDataCheck,matrixData)
S3method(names,matrixData)
S3method(write.perseus,ExpressionSet)
S3method(write.perseus,data.frame)
S3method(write.perseus,default)
S3method(write.perseus,list)
S3method(write.perseus,matrix)
S3method(write.perseus,matrixData)
export("annotCols<-")
export("annotRows<-")
export("description<-")
export("imputeData<-")
export("main<-")
export("qualityData<-")
export(MatrixDataCheck)
export(annotCols)
export(annotRows)
export(as.ExpressionSet.matrixData)
export(as.matrixData.ExpressionSet)
export(boolParamValue)
export(description)
export(imputeData)
export(intParamValue)
export(main)
export(matrixData)
export(parseParameters)
export(qualityData)
export(read.perseus)
export(read.perseus.as.ExpressionSet)
export(read.perseus.as.list)
export(read.perseus.as.matrixData)
export(read.perseus.default)
export(singleChoiceParamInd)
export(singleChoiceParamValue)
export(multiChoiceParamValue)
export(stringParamValue)
export(write.perseus)
exportClasses(matrixData)
exportMethods(names)
importFrom(Biobase,ExpressionSet)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(plyr,laply)
importFrom(plyr,mapvalues)