-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
22 lines (21 loc) · 736 Bytes
/
NAMESPACE
File metadata and controls
22 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by roxygen2: do not edit by hand
export(CompareAllNets)
export(ModuleFrequency)
export(PartitionDensity)
export(PartitionModularity)
export(WeightedModulePartitionAmoutain)
export(WeightedModulePartitionHierarchical)
export(WeightedModulePartitionLouvain)
export(WeightedModulePartitionSpectral)
export(comparemodulestwonets)
import(AMOUNTAIN)
import(RColorBrewer)
import(WGCNA)
import(cluster)
import(igraph)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom("grDevices", "dev.off", "pdf", "png")
importFrom("graphics", "abline", "axis", "barplot", "layout", "legend",
"lines", "par", "plot", "text", "title")
importFrom("stats", "as.dist", "cutree", "hclust", "sd")
importFrom("utils", "write.table")