-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(add_full_names)
export(add_signif)
export(clust)
export(clust_all)
export(filter_by_frags_count)
export(filter_by_model_names)
export(filter_by_prop_names)
export(get_clust_params)
export(get_mol_ids)
export(get_num_clust)
export(load_data)
export(load_data_ext)
export(plot_contrib)
export(plot_mclust)
export(reorder_data)
export(save_mclust_plots)
importFrom(dplyr,"%>%")
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,stat_function)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(gridExtra,marrangeGrob)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(mclust,mclustICL)
importFrom(stats,median)
importFrom(stats,wilcox.test)