-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
33 lines (32 loc) · 920 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(assign_branches)
export(cell_order)
export(compute_geodesic_entropy)
export(conn_knn_graph)
export(detect_cell_types)
export(find_extreme_cells)
export(graph_gene)
export(graph_process_distance)
export(process_distance)
export(select_genes)
export(select_k)
export(width_k)
importFrom(alphahull,ahull)
importFrom(alphahull,areaahull)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,count_components)
importFrom(igraph,distances)
importFrom(igraph,get.shortest.paths)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,shortest_paths)
importFrom(lle,lle)
importFrom(stats,dist)
importFrom(stats,rnorm)
importFrom(stats,var)