-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
75 lines (74 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export(bdg.estimate)
export(bdg.islands)
export(bdg.metanet)
export(blanket.cred)
export(blanket.inform)
export(blanket.lift)
export(blanket.new)
export(fuzzy.mods)
export(fuzzy.plot)
export(fuzzy.predict)
export(keep.var)
export(me.get)
export(mm.get)
export(mm.merged)
export(mod.plot)
export(model.er)
export(model.ff)
export(model.hpa)
export(model.kd)
export(model.mer)
export(model.mpa)
export(model.pa)
export(model.plot)
export(model.sim)
export(model.similarity)
export(model.sw)
export(models.plot)
export(models.similarity)
export(mods.detect)
export(mods.plot)
export(rank.var)
import(BDgraph)
import(Biobase)
import(WGCNA)
import(doParallel)
import(dynamicTreeCut)
import(flashClust)
import(ggplot2)
importFrom(BDgraph,bdgraph.sim)
importFrom(Biobase,ExpressionSet)
importFrom(Biobase,exprs)
importFrom(Biobase,pData)
importFrom(MASS,qda)
importFrom(R6,R6Class)
importFrom(WGCNA,bicor)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,as_edgelist)
importFrom(igraph,degree)
importFrom(igraph,delete_vertices)
importFrom(igraph,ecount)
importFrom(igraph,edges)
importFrom(igraph,get.adjacency)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,intersection)
importFrom(igraph,sample_forestfire)
importFrom(igraph,sample_gnp)
importFrom(igraph,sample_islands)
importFrom(igraph,sample_pa)
importFrom(igraph,sample_smallworld)
importFrom(igraph,set.vertex.attribute)
importFrom(igraph,simplify)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(parallel,mcmapply)
importFrom(reshape2,melt)
importFrom(scales,percent)