-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
81 lines (80 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(CPM)
export(TPM)
export(addNoise)
export(addNoiseExpr)
export(exprSim)
export(fread)
export(fwrite)
export(geneMetrics)
export(mae)
export(mape)
export(plot_multiple)
export(plot_multiple2)
export(plot_rare)
export(plot_single)
export(pseudoData)
export(pseudoExpr)
export(rareExprSim)
export(rarescExprSim)
export(regMetrics)
export(rmse)
export(scExprSim)
export(v_norm)
importFrom(DescTools,CCC)
importFrom(Metrics,mae)
importFrom(Metrics,mape)
importFrom(Metrics,rmse)
importFrom(Metrics,smape)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_radius)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,stat_boxplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,stat_cor)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowMaxs)
importFrom(progress,progress_bar)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tools,file_path_as_absolute)
importFrom(tools,file_path_sans_ext)
importFrom(utils,read.csv)
importFrom(utils,write.csv)