-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
149 lines (148 loc) · 3.13 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
export("corr<-")
export("deviation<-")
export("facetted<-")
export("fdrnbr<-")
export("fdrnbrcurve<-")
export("fdrtpr<-")
export("fdrtprcurve<-")
export("fpc<-")
export("fpr<-")
export("fsrnbr<-")
export("fsrnbrcurve<-")
export("maxsplit<-")
export("onlyshared<-")
export("overlap<-")
export("padj<-")
export("plotcolors<-")
export("pval<-")
export("roc<-")
export("scatter<-")
export("score<-")
export("splv<-")
export("sval<-")
export("tpr<-")
export("truth<-")
export(.COBRAData)
export(.COBRAPerformance)
export(.COBRAPlot)
export(COBRAData)
export(COBRAData_from_text)
export(COBRAData_to_text)
export(COBRAPerformance)
export(COBRAPlot)
export(COBRAapp)
export(basemethods)
export(calculate_adjp)
export(calculate_performance)
export(coerce)
export(corr)
export(deviation)
export(facetted)
export(fdrnbr)
export(fdrnbrcurve)
export(fdrtpr)
export(fdrtprcurve)
export(fpc)
export(fpr)
export(fsrnbr)
export(fsrnbrcurve)
export(maxsplit)
export(onlyshared)
export(overlap)
export(padj)
export(plot_corr)
export(plot_deviation)
export(plot_fdrnbrcurve)
export(plot_fdrtprcurve)
export(plot_fpc)
export(plot_fpr)
export(plot_fsrnbrcurve)
export(plot_overlap)
export(plot_roc)
export(plot_scatter)
export(plot_tpr)
export(plot_upset)
export(plotcolors)
export(prepare_data_for_plot)
export(pval)
export(reorder_levels)
export(roc)
export(scatter)
export(score)
export(splv)
export(stratiflevels)
export(sval)
export(tpr)
export(truth)
export(update_cobradata)
export(update_cobraperformance)
exportClasses(COBRAData)
exportClasses(COBRAPerformance)
exportClasses(COBRAPlot)
exportMethods("[")
exportMethods("corr<-")
exportMethods("deviation<-")
exportMethods("facetted<-")
exportMethods("fdrnbr<-")
exportMethods("fdrnbrcurve<-")
exportMethods("fdrtpr<-")
exportMethods("fdrtprcurve<-")
exportMethods("fpc<-")
exportMethods("fsrnbr<-")
exportMethods("fsrnbrcurve<-")
exportMethods("maxsplit<-")
exportMethods("onlyshared<-")
exportMethods("overlap<-")
exportMethods("padj<-")
exportMethods("plotcolors<-")
exportMethods("pval<-")
exportMethods("roc<-")
exportMethods("scatter<-")
exportMethods("score<-")
exportMethods("splv<-")
exportMethods("sval<-")
exportMethods("tpr<-")
exportMethods("truth<-")
exportMethods(basemethods)
exportMethods(corr)
exportMethods(deviation)
exportMethods(facetted)
exportMethods(fdrnbr)
exportMethods(fdrnbrcurve)
exportMethods(fdrtpr)
exportMethods(fdrtprcurve)
exportMethods(fpc)
exportMethods(fpr)
exportMethods(fsrnbr)
exportMethods(fsrnbrcurve)
exportMethods(maxsplit)
exportMethods(onlyshared)
exportMethods(overlap)
exportMethods(padj)
exportMethods(plotcolors)
exportMethods(pval)
exportMethods(roc)
exportMethods(scatter)
exportMethods(score)
exportMethods(splv)
exportMethods(stratiflevels)
exportMethods(sval)
exportMethods(tpr)
exportMethods(truth)
import(UpSetR)
import(dplyr)
import(ggplot2)
import(limma)
import(methods)
import(shiny)
import(shinydashboard)
importFrom(DT,datatable)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(scales,brewer_pal)
importFrom(scales,hue_pal)
importFrom(shinyBS,bsTooltip)
importFrom(utils,packageVersion)