forked from dynverse/dynmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
115 lines (114 loc) · 2.59 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
# Generated by roxygen2: do not edit by hand
export("%<-%")
export(check_dependencies)
export(check_dependency)
export(install_dependencies)
export(plot_trajectory)
export(start_dynmethods_docker)
export(ti_angle)
export(ti_cellrouter)
export(ti_celltree_gibbs)
export(ti_celltree_maptpx)
export(ti_celltree_vem)
export(ti_dpt)
export(ti_elpicycle)
export(ti_elpigraph)
export(ti_elpilinear)
export(ti_embeddr)
export(ti_error)
export(ti_gng)
export(ti_gpfates)
export(ti_grandprix)
export(ti_identity)
export(ti_matcher)
export(ti_merlot)
export(ti_mfa)
export(ti_monocle_ddrtree)
export(ti_monocle_ica)
export(ti_mpath)
export(ti_ouija)
export(ti_ouijaflow)
export(ti_paga)
export(ti_pcreode)
export(ti_periodpc)
export(ti_phenopath)
export(ti_praga)
export(ti_pseudogp)
export(ti_random)
export(ti_recat)
export(ti_scimitar)
export(ti_scorpius)
export(ti_scorpius_sparse)
export(ti_scoup)
export(ti_scuba)
export(ti_shuffle)
export(ti_sincell)
export(ti_slice)
export(ti_slicer)
export(ti_slingshot)
export(ti_stemid)
export(ti_stemid2)
export(ti_stemnet)
export(ti_topslam)
export(ti_tscan)
export(ti_wanderlust)
export(ti_waterfall)
export(ti_wishbone)
import(ParamHelpers)
import(dplyr)
import(dyndimred)
import(dynutils)
import(dynwrap)
import(ggplot2)
import(methods)
import(tibble)
import(tidyr)
importFrom(dynplot,plot_default)
importFrom(dynplot,process_dynplot)
importFrom(future,"%<-%")
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grid,arrow)
importFrom(igraph,degree)
importFrom(igraph,distances)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,induced_subgraph)
importFrom(lhs,randomLHS)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(purrr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,invoke)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,step)
importFrom(stats,time)
importFrom(stats,var)
importFrom(stringr,str_glue)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(viridis,scale_colour_viridis)