-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
60 lines (59 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
export(createDistMat)
export(plotComplexRoc)
export(plotDiffTpcaVolcano)
export(plotPPiProfiles)
export(plotPPiRoc)
export(plotTpcaVolcano)
export(runDiffTPCA)
export(runTPCA)
exportClasses(tpcaResult)
exportMethods(CommonFeatures)
exportMethods(ComplexAnnotation)
exportMethods(ComplexBackgroundDistributionList)
exportMethods(ComplexRocTable)
exportMethods(ContrastCondName)
exportMethods(ContrastDistMat)
exportMethods(ContrastList)
exportMethods(CtrlCondName)
exportMethods(DistMat)
exportMethods(DistMethod)
exportMethods(ObjList)
exportMethods(PPiAnnotation)
exportMethods(PPiRocTable)
exportMethods(PPiRocTableAnno)
exportMethods(SetCommonFeatures)
exportMethods(SetComplexAnnotation)
exportMethods(SetComplexBackgroundDistributionList)
exportMethods(SetComplexRocTable)
exportMethods(SetContrastCondName)
exportMethods(SetContrastDistMat)
exportMethods(SetCtrlCondName)
exportMethods(SetDiffTpcaResultTable)
exportMethods(SetDistMat)
exportMethods(SetDistMethod)
exportMethods(SetPPiRocTable)
exportMethods(SetPPiRocTableAnno)
exportMethods(SetSummaryMethod)
exportMethods(SetTpcaResultTable)
exportMethods(SummaryMethod)
exportMethods(diffTpcaResultTable)
exportMethods(tpcaResultTable)
import(dplyr)
import(ggplot2)
import(tidyr)
importFrom(Biobase,ExpressionSet)
importFrom(Biobase,exprs)
importFrom(dplyr,filter)
importFrom(dplyr,one_of)
importFrom(dplyr,select)
importFrom(fdrtool,fdrtool)
importFrom(methods,new)
importFrom(pROC,auc)
importFrom(splines,ns)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(utils,head)
importFrom(utils,tail)