-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
210 lines (209 loc) · 5.75 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
206
207
208
209
210
# Generated by roxygen2: do not edit by hand
export("%>%")
export(as_anndata)
export(as_dyno)
export(as_list)
export(as_sce)
export(as_seurat)
export(backbone)
export(backbone_bifurcating)
export(backbone_bifurcating_converging)
export(backbone_bifurcating_cycle)
export(backbone_bifurcating_loop)
export(backbone_binary_tree)
export(backbone_branching)
export(backbone_consecutive_bifurcating)
export(backbone_converging)
export(backbone_cycle)
export(backbone_cycle_simple)
export(backbone_disconnected)
export(backbone_linear)
export(backbone_linear_simple)
export(backbone_trifurcating)
export(bblego)
export(bblego_branching)
export(bblego_end)
export(bblego_linear)
export(bblego_start)
export(combine_models)
export(experiment_snapshot)
export(experiment_synchronised)
export(feature_network_default)
export(generate_cells)
export(generate_dataset)
export(generate_experiment)
export(generate_feature_network)
export(generate_gold_standard)
export(generate_kinetics)
export(generate_tf_network)
export(get_timings)
export(gold_standard_default)
export(initialise_model)
export(kinetics_default)
export(kinetics_noise_none)
export(kinetics_noise_simple)
export(kinetics_random_distributions)
export(list_backbones)
export(list_experiment_samplers)
export(ode_em)
export(plot_backbone_modulenet)
export(plot_backbone_statenet)
export(plot_experiment_dimred)
export(plot_feature_network)
export(plot_gold_expression)
export(plot_gold_mappings)
export(plot_gold_simulations)
export(plot_simulation_expression)
export(plot_simulations)
export(plot_summary)
export(rnorm_bounded)
export(runif_subrange)
export(simtime_from_backbone)
export(simulation_default)
export(simulation_type_knockdown)
export(simulation_type_wild_type)
export(ssa_etl)
export(ssa_exact)
export(tf_network_default)
export(wrap_dataset)
importFrom(GillespieSSA2,compile_reactions)
importFrom(GillespieSSA2,ode_em)
importFrom(GillespieSSA2,reaction)
importFrom(GillespieSSA2,ssa)
importFrom(GillespieSSA2,ssa_etl)
importFrom(GillespieSSA2,ssa_exact)
importFrom(Matrix,Matrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(assertthat,"%has_name%")
importFrom(assertthat,assert_that)
importFrom(dplyr,.data)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,nth)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(dynutils,"%all_in%")
importFrom(dynutils,"%has_names%")
importFrom(dynutils,add_class)
importFrom(dynutils,extend_with)
importFrom(dynutils,extract_row_to_list)
importFrom(dynutils,is_sparse)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggraph,circle)
importFrom(ggraph,geom_edge_fan)
importFrom(ggraph,geom_edge_loop)
importFrom(ggraph,geom_node_circle)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(ggraph,scale_edge_width_continuous)
importFrom(ggraph,theme_graph)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,rainbow)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout.graphopt)
importFrom(igraph,layout_with_fr)
importFrom(igraph,page_rank)
importFrom(lmds,lmds)
importFrom(methods,as)
importFrom(methods,is)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pblapply)
importFrom(pbapply,setTimerProgressBar)
importFrom(pbapply,timerProgressBar)
importFrom(purrr,"%>%")
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(rlang,"%|%")
importFrom(rlang,"%||%")
importFrom(rlang,eval_tidy)
importFrom(rlang,new_data_mask)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidygraph,activate)
importFrom(tidygraph,tbl_graph)
importFrom(tidyr,crossing)
importFrom(tidyr,everything)
importFrom(tidyr,gather)
importFrom(tidyr,one_of)
importFrom(tidyr,unnest)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(viridis,scale_color_viridis)