-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
159 lines (158 loc) · 3.68 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
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,DatasetExperiment)
S3method(.DollarNames,chart)
S3method(.DollarNames,iterator)
S3method(.DollarNames,metric)
S3method(.DollarNames,model)
S3method(.DollarNames,optimiser)
S3method(.DollarNames,preprocess)
S3method(.DollarNames,resampler)
S3method(.DollarNames,struct_class)
export("output_list<-")
export("output_value<-")
export("param_list<-")
export("param_obj<-")
export("param_value<-")
export(.struct_class)
export(DatasetExperiment)
export(as.DatasetExperiment)
export(as.SummarizedExperiment)
export(as.code)
export(as_data_frame)
export(calculate)
export(chart)
export(chart_names)
export(chart_plot)
export(citations)
export(entity)
export(entity_stato)
export(enum)
export(enum_stato)
export(example_chart)
export(example_iterator)
export(example_model)
export(get_description)
export(iris_DatasetExperiment)
export(is_output)
export(is_param)
export(iterator)
export(libraries)
export(max_length)
export(metric)
export(model)
export(model_apply)
export(model_predict)
export(model_reverse)
export(model_seq)
export(model_train)
export(models)
export(new_struct)
export(ontology)
export(ontology_list)
export(ontology_term)
export(optimiser)
export(output_ids)
export(output_list)
export(output_name)
export(output_obj)
export(output_value)
export(param_ids)
export(param_list)
export(param_name)
export(param_obj)
export(param_value)
export(predicted)
export(predicted_name)
export(preprocess)
export(resampler)
export(result)
export(result_name)
export(run)
export(seq_in)
export(set_obj_method)
export(set_obj_show)
export(set_struct_obj)
export(stato)
export(stato_definition)
export(stato_id)
export(stato_name)
export(stato_summary)
export(struct_class)
export(struct_template)
export(test_metric)
export(value)
exportClasses(struct_class)
exportMethods("$")
exportMethods("$<-")
exportMethods("*")
exportMethods("+")
exportMethods("[")
exportMethods("[<-")
exportMethods("max_length<-")
exportMethods("models<-")
exportMethods("output_list<-")
exportMethods("output_obj<-")
exportMethods("output_value<-")
exportMethods("param_list<-")
exportMethods("param_obj<-")
exportMethods("param_value<-")
exportMethods("predicted_name<-")
exportMethods("result_name<-")
exportMethods("seq_in<-")
exportMethods("value<-")
exportMethods(.DollarNames)
exportMethods(as.DatasetExperiment)
exportMethods(as.SummarizedExperiment)
exportMethods(as.code)
exportMethods(calculate)
exportMethods(chart_names)
exportMethods(chart_plot)
exportMethods(citations)
exportMethods(evaluate)
exportMethods(export_xlsx)
exportMethods(is_output)
exportMethods(is_param)
exportMethods(length)
exportMethods(libraries)
exportMethods(max_length)
exportMethods(model_apply)
exportMethods(model_predict)
exportMethods(model_reverse)
exportMethods(model_train)
exportMethods(models)
exportMethods(ontology)
exportMethods(output_ids)
exportMethods(output_list)
exportMethods(output_name)
exportMethods(output_obj)
exportMethods(output_value)
exportMethods(param_ids)
exportMethods(param_list)
exportMethods(param_name)
exportMethods(param_obj)
exportMethods(param_value)
exportMethods(predicted)
exportMethods(predicted_name)
exportMethods(result)
exportMethods(result_name)
exportMethods(run)
exportMethods(seq_in)
exportMethods(stato_definition)
exportMethods(stato_id)
exportMethods(stato_name)
exportMethods(stato_summary)
exportMethods(value)
import(S4Vectors)
import(SummarizedExperiment)
import(datasets)
import(methods)
importFrom(graphics,plot)
importFrom(knitr,purl)
importFrom(ontologyIndex,get_ontology)
importFrom(stats,runif)
importFrom(utils,.DollarNames)
importFrom(utils,as.person)
importFrom(utils,bibentry)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,file.edit)