forked from wiesenfa/challengeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
200 lines (163 loc) · 6.83 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
S3method("+",ggList)
S3method(print,ggList)
export("%++%")
#export("%+%")
export(
"aggregate.bootstrap", "aggregate.bootstrap.list", "aggregate.challenge", "aggregate.ranked.list",
"aggregateThenRank",
"as.challenge",
"as.relation.challenge.incidence", "as.relation.ranked.list",
"bootstrap", "bootstrap.ranked.list",
"boxplot.ranked.list", "boxplot.bootstrap.list", "boxplot.comparedRanks.list",
"compareRanks", "compareRanks.ranked.list",
"consensus", "consensus.ranked.list",
"Decision", "decision.challenge",
"default_colors",
"density.bootstrap.list",
"dendrogram", "dendrogram.ranked.list",
"extract.workflow",
"kendall", "kendall.bootstrap.list",
"lineplot.challenge",
"methodsplot","methodsplot.challenge",
"network", "plot.network",
"podium","podium.ranked.list", "podium.challenge",
"print.aggregated", "print.aggregated.list", "print.comparedRanks", "print.ranked", "print.ranked.list",
"rank", "rank.aggregated.list", "rank.aggregatedRanks.list", "rank.challenge",
"rankFrequencies", "rankFrequencies.bootstrap", "rankFrequencies.bootstrap.list",
"rankThenAggregate",
"rankingHeatmap", "rankingHeatmap.ranked.list", "relation_dissimilarity.ranked.list",
"report", "report.bootstrap.list",
"select.if", "select.if.aggregated.list", "select.if.comparedRanks.list", "select.if.list", "select.if.ranked.list",
"significanceMap",
"spearmansFootrule", "spearmansWeightedFootrule",
"splitby",
"stability", "stabilityByAlgorithm", "stabilityByTask",
"stability.ranked.list", "relation_dissimilarity",
"stabilityByAlgorithm.bootstrap.list",
"stabilityByTask.bootstrap.list",
"subset",
"subset.aggregated.list", "subset.comparedRanks.list", "subset.list", "subset.ranked.list", "subset.bootstrap.list",
"test", "test.challenge", "test.default",
"testThenRank",
"violin", "violin.bootstrap.list",
"winner", "winner.bootstrap.list", "winner.default", "winner.ranked.list",
"winnerFrequencies", "winnerFrequencies.bootstrap", "winnerFrequencies.bootstrap.list", "winnerFrequencies.default"
)
importFrom("dplyr", "bind_rows","group_by","summarise","select_if","filter","mutate","right_join","anti_join","ungroup","arrange","desc")
importFrom("rlang",":=",".data","!!")
importFrom("reshape2","melt", "acast")
importFrom("utils", "capture.output", "methods")
importFrom("plyr", "llply")
importFrom("knitr", "kable")
importFrom("tidyr", "complete","expand")
importFrom("purrr", "%>%")
importFrom("rmarkdown", "render","word_document","pdf_document","html_document")
importFrom("viridisLite", "viridis","cividis")
importFrom("ggplot2", "aes","aes_string","geom_abline", "geom_bar", "geom_boxplot", "geom_count", "geom_density", "geom_jitter",
"geom_line", "geom_point", "geom_raster", "geom_step", "geom_text", "geom_violin","annotate","guide_legend",
"geom_vline", "ggplot", "ggtitle","vars","xlab","ylab","scale_size_area","theme_get","rel","geom_hline","ggplot_build","scale_fill_manual",
"scale_y_continuous","coord_cartesian", "element_text", "facet_wrap", "position_jitter", "stat", "stat_summary", "theme", "unit","guides","scale_fill_viridis_c",
"theme_set", "theme_light", "scale_color_manual", "element_blank")
importFrom("grDevices", "col2rgb", "gray", "rgb", "grey")
importFrom("graphics", "abline", "axis", "barplot", "box", "layout",
"legend", "par", "plot", "points", "segments","boxplot", "stripchart", "title", "grconvertX", "plot.new")
importFrom("stats", "as.dist", "as.formula", "median", "p.adjust", "density",
"quantile", "aggregate", "cor", "wilcox.test", "terms.formula", "complete.cases")
importFrom("methods", "new")
importFrom("relations","relation","as.relation",
"relation_domain", "relation_incidence", "relation_is_asymmetric","relation_consensus","relation_ensemble",
"relation_is_irreflexive", "relation_is_negatively_transitive",
"relation_is_transitive", "relation_is_trichotomous", "relation_scores",
"relation_violations","relation_dissimilarity")
importFrom("graph", "addEdge")
S3method(print, comparedRanks)
S3method(print, aggregated)
S3method(print, ranked)
S3method(print, aggregated.list)
S3method(print, ranked.list)
S3method(aggregate, challenge)
S3method(aggregate, ranked.list)
S3method(aggregate, bootstrap.list)
S3method(aggregate, bootstrap)
S3method(test, default)
S3method(test, challenge)
S3method(Aggregate, default)
S3method(Aggregate, list)
S3method(Rank, default)
S3method(Rank, list)
S3method(rank, default)
S3method(rank, challenge)
S3method(rank, aggregated.list)
S3method(rank, aggregatedRanks.list)
S3method(bootstrap, default)
S3method(bootstrap, ranked.list)
S3method(dendrogram, default)
S3method(dendrogram, ranked.list)
S3method(winner, default)
S3method(winner, ranked.list)
S3method(winner, bootstrap.list)
S3method(rankFrequencies, default)
S3method(rankFrequencies, bootstrap)
S3method(rankFrequencies, bootstrap.list)
S3method(winnerFrequencies, default)
S3method(winnerFrequencies, bootstrap)
S3method(winnerFrequencies, bootstrap.list)
S3method(compareRanks,default)
S3method(compareRanks,ranked.list)
S3method(merge,list)
S3method(melt,ranked.list)
S3method(melt,aggregated.list)
S3method(boxplot,ranked.list)
S3method(boxplot,comparedRanks.list)
S3method(boxplot,bootstrap.list)
S3method(select.if,default)
S3method(select.if,list)
S3method(select.if,aggregated.list)
S3method(select.if,ranked.list)
S3method(select.if,comparedRanks.list)
S3method(subset,list)
S3method(subset,bootstrap.list)
S3method(subset,aggregated.list)
S3method(subset,ranked.list)
S3method(subset,comparedRanks.list)
S3method(podium,default)
S3method(podium,challenge)
S3method(podium,ranked.list)
S3method(network,default)
S3method(network,ranked.list)
S3method(network,dist)
S3method(plot,network)
S3method(density,bootstrap.list)
S3method(as.relation,challenge.incidence)
S3method(as.relation,ranked.list)
S3method(subset,bootstrap.list)
S3method(subset,ranked.list)
S3method(subset,list)
S3method(subset,comparedRanks.list)
S3method(subset,aggregated.list)
S3method(decision,challenge)
S3method(decision,default)
S3method(lineplot,challenge)
S3method(lineplot,default)
S3method(methodsplot,challenge)
S3method(methodsplot,default)
S3method(significanceMap,data.frame)
S3method(significanceMap,ranked.list)
S3method(significanceMap,default)
S3method(violin,bootstrap.list)
S3method(violin,default)
S3method(rankingHeatmap,ranked.list)
S3method(rankingHeatmap,default)
S3method(relation_dissimilarity,ranked.list)
S3method(relation_dissimilarity,default)
S3method(stabilityByTask,bootstrap.list)
S3method(stabilityByTask,default)
S3method(stability,default)
S3method(stability,ranked.list)
S3method(stabilityByAlgorithm,bootstrap.list)
S3method(stabilityByAlgorithm,default)
S3method(consensus,ranked.list)
S3method(consensus,default)
S3method(report,bootstrap.list)
S3method(report,ranked.list)
S3method(report,default)