-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
205 lines (204 loc) · 4.81 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
201
202
203
204
205
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,TidySet)
S3method(activate,TidySet)
S3method(add_elements,TidySet)
S3method(add_relations,TidySet)
S3method(add_sets,TidySet)
S3method(adjacency,TidySet)
S3method(adjacency_element,TidySet)
S3method(adjacency_set,TidySet)
S3method(arrange,TidySet)
S3method(arrange_element,TidySet)
S3method(arrange_relation,TidySet)
S3method(arrange_set,TidySet)
S3method(as.data.frame,TidySet)
S3method(as.list,TidySet)
S3method(cartesian,TidySet)
S3method(complement,TidySet)
S3method(deactivate,TidySet)
S3method(dim,TidySet)
S3method(dimnames,TidySet)
S3method(droplevels,TidySet)
S3method(filter,TidySet)
S3method(filter_element,TidySet)
S3method(filter_relation,TidySet)
S3method(filter_set,TidySet)
S3method(group,TidySet)
S3method(group_by,TidySet)
S3method(head,TidySet)
S3method(independent,TidySet)
S3method(is_nested,TidySet)
S3method(length,TidySet)
S3method(mutate,TidySet)
S3method(mutate_element,TidySet)
S3method(mutate_relation,TidySet)
S3method(mutate_set,TidySet)
S3method(names,TidySet)
S3method(power_set,TidySet)
S3method(pull,TidySet)
S3method(pull_element,TidySet)
S3method(pull_relation,TidySet)
S3method(pull_set,TidySet)
S3method(replace_elements,TidySet)
S3method(replace_relations,TidySet)
S3method(replace_sets,TidySet)
S3method(select,TidySet)
S3method(select_element,TidySet)
S3method(select_relation,TidySet)
S3method(select_set,TidySet)
S3method(size,TidySet)
S3method(tail,TidySet)
S3method(tidy,CollectionType)
S3method(tidy,GeneSet)
S3method(tidy,GeneSetCollection)
S3method(tidy,default)
S3method(tidySet,Go3AnnDbBimap)
S3method(tidySet,TidySet)
S3method(tidySet,data.frame)
S3method(tidySet,list)
S3method(tidySet,matrix)
S3method(union,TidySet)
S3method(union_closed,TidySet)
export("%>%")
export("elements<-")
export("name_elements<-")
export("name_sets<-")
export("relations<-")
export("sets<-")
export(activate)
export(active)
export(add_column)
export(add_elements)
export(add_relation)
export(add_relations)
export(add_sets)
export(adjacency_element)
export(adjacency_set)
export(arrange)
export(arrange_element)
export(arrange_relation)
export(arrange_set)
export(cardinality)
export(cartesian)
export(complement)
export(complement_element)
export(complement_set)
export(deactivate)
export(element_size)
export(elements)
export(filter)
export(filter_element)
export(filter_relation)
export(filter_set)
export(getGAF)
export(getGMT)
export(getOBO)
export(group)
export(group_by)
export(incidence)
export(independent)
export(independent_probabilities)
export(intersection)
export(is.fuzzy)
export(is_nested)
export(length_probability)
export(length_set)
export(multiply_probabilities)
export(mutate)
export(mutate_element)
export(mutate_relation)
export(mutate_set)
export(nElements)
export(nRelations)
export(nSets)
export(name_elements)
export(name_sets)
export(naming)
export(power_set)
export(pull)
export(pull_element)
export(pull_relation)
export(pull_set)
export(relations)
export(remove_column)
export(remove_element)
export(remove_relation)
export(remove_set)
export(rename_elements)
export(rename_set)
export(replace_elements)
export(replace_relations)
export(replace_sets)
export(select)
export(select_element)
export(select_relation)
export(select_set)
export(set_size)
export(set_symbols)
export(sets)
export(size)
export(subtract)
export(tidy)
export(tidySet)
export(union)
export(union_closed)
export(union_probability)
exportClasses(TidySet)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("elements<-")
exportMethods("relations<-")
exportMethods("sets<-")
exportMethods(add_column)
exportMethods(add_relation)
exportMethods(c)
exportMethods(complement_element)
exportMethods(complement_set)
exportMethods(element_size)
exportMethods(elements)
exportMethods(incidence)
exportMethods(intersection)
exportMethods(is.fuzzy)
exportMethods(lengths)
exportMethods(move_to)
exportMethods(nElements)
exportMethods(nRelations)
exportMethods(nSets)
exportMethods(relations)
exportMethods(remove_column)
exportMethods(remove_element)
exportMethods(remove_relation)
exportMethods(remove_set)
exportMethods(set_size)
exportMethods(sets)
exportMethods(show)
exportMethods(subtract)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,setClassUnion)
importFrom(methods,setGeneric)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,exprs)
importFrom(rlang,quo_text)
importFrom(utils,.DollarNames)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,tail)