-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
81 lines (80 loc) · 2.04 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(ClusterORA)
export(DMA)
export(InspectID)
export(LoadHallmarks)
export(LoadKEGG)
export(LoadMetalinks)
export(MCA_2Cond)
export(MCA_CoRe)
export(MCA_rules)
export(Make_GeneMetabSet)
export(MetaAnalysis)
export(MetaPK)
export(MetaProViz_log)
export(MetaProViz_logfile)
export(MetaProViz_set_loglevel)
export(PoolEstimation)
export(PreProcessing)
export(ReplicateSum)
export(StandardORA)
export(ToyData)
export(TranslateID)
export(VizHeatmap)
export(VizPCA)
export(VizSuperplot)
export(VizVolcano)
export(metaproviz_config_path)
export(metaproviz_load_config)
export(metaproviz_reset_config)
export(metaproviz_save_config)
importFrom(OmnipathR,config_path)
importFrom(OmnipathR,load_config)
importFrom(OmnipathR,logfile)
importFrom(OmnipathR,read_log)
importFrom(OmnipathR,reset_config)
importFrom(OmnipathR,save_config)
importFrom(OmnipathR,set_loglevel)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise_at)
importFrom(ggbeeswarm,geom_beeswarm)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,theme)
importFrom(ggpubr,get_legend)
importFrom(grid,unit)
importFrom(logger,log_info)
importFrom(logger,log_trace)
importFrom(logger,log_warn)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,multiply_by)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,partial)
importFrom(purrr,reduce)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(stringr,str_match)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(yaml,read_yaml)