-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.03 KB
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
# Generated by roxygen2: do not edit by hand
export(balance_partition_core)
export(balanced_partition)
export(beta2M)
export(check_packages)
export(closestMatch)
export(createNamedList)
export(draw_heart)
export(draw_heart_gif)
export(draw_heart_step)
export(draw_xmas_tree_gif)
export(draw_xmas_tree_gif_panel)
export(extract_params)
export(filter_calcpm_dge)
export(get_top_var_mat)
export(install_packages)
export(log_transform)
export(mkdir)
export(play_2048)
export(print_pval)
export(save2pdf)
export(vec2print)
importFrom(DescTools,Gini)
importFrom(RecordLinkage,levenshteinSim)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(ggplot2,after_stat)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(qpdf,pdf_combine)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)