-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(bngeneplot)
export(bngeneplotCustom)
export(bngenetest)
export(bnpathplot)
export(bnpathplotCustom)
export(bnpathtest)
export(bootReasonMultiple)
export(bootReasonOne)
export(bootReasonOneDiscrete)
export(depKStest)
export(obtainPath)
export(queryCpDistLs)
export(queryCpDistLw)
import(ExperimentHub)
import(Rmpfr)
import(enrichplot)
import(ggplot2)
import(ggraph)
import(igraph)
import(org.Hs.eg.db)
import(patchwork)
importFrom(bnlearn,as.bn)
importFrom(bnlearn,averaged.network)
importFrom(bnlearn,bn.fit)
importFrom(bnlearn,boot.strength)
importFrom(bnlearn,cextend)
importFrom(bnlearn,choose.direction)
importFrom(bnlearn,cpdist)
importFrom(bnlearn,score)
importFrom(bnlearn,undirected.arcs)
importFrom(clusterProfiler,setReadable)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,ungroup)
importFrom(ggdist,geom_dots)
importFrom(ggdist,scale_fill_ramp_continuous)
importFrom(graphite,convertIdentifiers)
importFrom(graphite,pathwayGraph)
importFrom(graphite,pathways)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
importFrom(stringr,str_starts)
importFrom(tidyr,starts_with)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)