-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export(gemini_boxplot)
export(gemini_calculate_lfc)
export(gemini_create_input)
export(gemini_inference)
export(gemini_initialize)
export(gemini_plot_mae)
export(gemini_prepare_input)
export(gemini_score)
export(initialize_s)
export(initialize_tau)
export(initialize_x)
export(initialize_y)
export(update_mae)
export(update_s_pb)
export(update_tau_pb)
export(update_x_pb)
export(update_y_pb)
import(ggplot2)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,hcl)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(magrittr,subtract)
importFrom(mixtools,normalmixEM)
importFrom(parallel,mclapply)
importFrom(pbmcapply,pbmclapply)
importFrom(pbmcapply,progressBar)
importFrom(scales,pretty_breaks)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,getTxtProgressBar)
importFrom(utils,setTxtProgressBar)