-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
96 lines (95 loc) · 2.64 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
# Generated by roxygen2: do not edit by hand
export(add_animation)
export(boxplot_trio)
export(calc_pvals)
export(calc_stats_2x3)
export(deseq_2x3)
export(deseq_2x3_polar)
export(deseq_polar)
export(forest_ggplot)
export(forest_plot)
export(forest_plotly)
export(polar_coords)
export(polar_coords_2x3)
export(polar_grid)
export(radial_ggplot)
export(radial_plotly)
export(show_grid)
export(significance_subset)
export(volcano3D)
export(voom_polar)
importFrom(Rfast,kruskaltests)
importFrom(Rfast,rowMins)
importFrom(Rfast,ttests)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,arrow)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,compare_means)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,stat_compare_means)
importFrom(ggpubr,stat_pvalue_manual)
importFrom(grDevices,col2rgb)
importFrom(grDevices,hsv)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,onRender)
importFrom(magrittr,"%>%")
importFrom(matrixTests,col_oneway_welch)
importFrom(matrixTests,col_t_welch)
importFrom(matrixTests,col_wilcoxon_twosample)
importFrom(matrixTests,row_wilcoxon_twosample)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(plotly,"%>%")
importFrom(plotly,add_markers)
importFrom(plotly,add_text)
importFrom(plotly,add_trace)
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(rlang,.data)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,setNames)
importFrom(stats,symnum)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(utils,combn)