-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
126 lines (125 loc) · 3.27 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
# Generated by roxygen2: do not edit by hand
export(box_surv)
export(cor.full)
export(cor.one)
export(corheatmap)
export(corscatterplot)
export(double_enrich)
export(draw_KM)
export(draw_boxplot)
export(draw_heatmap)
export(draw_heatmap2)
export(draw_pca)
export(draw_tsne)
export(draw_venn)
export(draw_volcano)
export(draw_volcano2)
export(dumd)
export(edges_to_nodes)
export(exp_boxplot)
export(exp_surv)
export(find_anno)
export(geo_download)
export(get_cgs)
export(get_count_txt)
export(get_deg)
export(get_deg_all)
export(get_gpl_txt)
export(ggheat)
export(hypertest)
export(interaction_to_edges)
export(intersect_all)
export(make_tcga_group)
export(match_exp_cl)
export(multi_deg)
export(multi_deg_all)
export(plcortest)
export(plot_deg)
export(point_cut)
export(quick_enrich)
export(risk_plot)
export(sam_filter)
export(surv_KM)
export(surv_cox)
export(t_choose)
export(trans_array)
export(trans_entrezexp)
export(trans_exp)
export(trans_exp_new)
export(union_all)
importFrom(BiocManager,install)
importFrom(Hmisc,rcorr)
importFrom(clusterProfiler,bitr)
importFrom(clusterProfiler,dotplot)
importFrom(clusterProfiler,enrichGO)
importFrom(clusterProfiler,enrichKEGG)
importFrom(clusterProfiler,setReadable)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,union_all)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_boxplot)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,ylim)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(patchwork,wrap_plots)
importFrom(pheatmap,pheatmap)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_wrap)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)
importFrom(survminer,ggsurvplot)
importFrom(survminer,surv_cutpoint)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(utils,packageDescription)