-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
48 lines (47 loc) · 989 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(counts)
export(dtw_align)
export(dtw_rank)
export(elbow_curve)
export(g.rank)
export(kendall)
export(kendall.heatmap)
export(likelihood_criteria)
export(likelihood_rank)
export(params)
export(plot3d_genes)
export(plot_genes)
export(plot_rankings)
export(quantiles_shared)
export(ranking.df)
export(rankings_compare)
export(reg_gam)
export(t)
export(timeDE)
export(w)
export(warpDEDataSet)
export(warpDE_app)
export(warpDE_rank)
exportClasses(rankingDE)
exportClasses(warpDEDataSet)
exportMethods(counts)
exportMethods(g.rank)
exportMethods(params)
exportMethods(ranking.df)
exportMethods(t)
exportMethods(w)
import(ggplot2)
import(methods)
import(plotly)
import(rgl)
import(shiny)
importFrom(VGAM,AIC)
importFrom(VGAM,df.residual)
importFrom(VGAM,kendall.tau)
importFrom(corrplot,corrplot)
importFrom(cowplot,plot_grid)
importFrom(dtw,dtw)
importFrom(gam,gam)
importFrom(gam,lo)
importFrom(progress,progress_bar)
importFrom(splines,ns)