-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
executable file
·156 lines (155 loc) · 4.45 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
# Generated by roxygen2: do not edit by hand
export(add_branch_trajectory)
export(add_cell_graph)
export(add_cell_waypoints)
export(add_cluster_graph)
export(add_cyclic_trajectory)
export(add_dimred)
export(add_dimred_projection)
export(add_end_state_probabilities)
export(add_expression)
export(add_feature_importance)
export(add_grouping)
export(add_linear_trajectory)
export(add_prior_information)
export(add_pseudotime)
export(add_regulatory_network)
export(add_root)
export(add_root_using_expression)
export(add_tde_overall)
export(add_timing_checkpoint)
export(add_timings)
export(add_trajectory)
export(add_waypoints)
export(calculate_average_by_group)
export(calculate_geodesic_distances)
export(calculate_pseudotime)
export(calculate_trajectory_dimred)
export(classify_milestone_network)
export(compute_tented_geodesic_distances)
export(convert_definition)
export(convert_milestone_percentages_to_progressions)
export(convert_progressions_to_milestone_percentages)
export(create_config)
export(create_docker_config)
export(create_singularity_config)
export(create_ti_method_container)
export(create_ti_method_definition)
export(create_ti_method_r)
export(def_author)
export(def_container)
export(def_manuscript)
export(def_method)
export(def_package)
export(def_parameters)
export(def_wrapper)
export(definition)
export(determine_cell_trajectory_positions)
export(flip_edges)
export(gather_cells_at_milestones)
export(generate_parameter_documentation)
export(generate_prior_information)
export(get_default_config)
export(get_default_parameters)
export(get_dimred)
export(get_expression)
export(get_grouping)
export(get_milestone_labelling)
export(get_ti_methods)
export(group_onto_nearest_milestones)
export(group_onto_trajectory_edges)
export(infer_trajectories)
export(infer_trajectory)
export(is_data_wrapper)
export(is_rooted)
export(is_ti_method)
export(is_wrapper_with_dimred)
export(is_wrapper_with_expression)
export(is_wrapper_with_feature_importance)
export(is_wrapper_with_grouping)
export(is_wrapper_with_milestone_labelling)
export(is_wrapper_with_prior_information)
export(is_wrapper_with_timings)
export(is_wrapper_with_trajectory)
export(is_wrapper_with_waypoint_cells)
export(is_wrapper_with_waypoints)
export(label_milestones)
export(label_milestones_markers)
export(project_milestones)
export(project_trajectory)
export(project_waypoints)
export(random_seed)
export(remove_root)
export(select_waypoint_cells)
export(select_waypoints)
export(set_default_config)
export(simplify_igraph_network)
export(simplify_trajectory)
export(test_docker_installation)
export(test_h5_installation)
export(test_singularity_installation)
export(wrap_data)
export(wrap_expression)
import(assertthat)
import(dplyr)
import(dynparam)
import(dynutils)
import(purrr)
import(readr)
import(tidyr)
importFrom(Matrix,Matrix)
importFrom(babelwhale,create_config)
importFrom(babelwhale,create_docker_config)
importFrom(babelwhale,create_singularity_config)
importFrom(babelwhale,get_default_config)
importFrom(babelwhale,list_docker_images)
importFrom(babelwhale,pull_container)
importFrom(babelwhale,set_default_config)
importFrom(babelwhale,test_docker_installation)
importFrom(babelwhale,test_singularity_installation)
importFrom(dynutils,extract_row_to_list)
importFrom(dynutils,test_h5_installation)
importFrom(glue,glue)
importFrom(igraph,"%--%")
importFrom(igraph,"%->%")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,are_adjacent)
importFrom(igraph,degree)
importFrom(igraph,distances)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,is_directed)
importFrom(igraph,layout_with_fr)
importFrom(igraph,neighborhood)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(purrr,discard)
importFrom(purrr,list_modify)
importFrom(purrr,map2_int)
importFrom(readr,read_file)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(stats,dnorm)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,is_tibble)
importFrom(tibble,lst)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(utils,adist)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,lsf.str)
importFrom(yaml,read_yaml)