-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.44 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(compareBNs)
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,averaged.network)
importFrom(bnlearn,boot.strength)
importFrom(bnlearn,cextend)
importFrom(bnlearn,cpdist)
importFrom(bnlearn,inclusion.threshold)
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,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(ggdist,geom_dots)
importFrom(ggdist,scale_fill_ramp_continuous)
importFrom(graphite,convertIdentifiers)
importFrom(graphite,pathwayGraph)
importFrom(graphite,pathways)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(pvclust,msfit)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,weights)
importFrom(stringr,str_starts)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.table)