-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
113 lines (112 loc) · 2.68 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
export(addEdgeAtts)
export(annotateGOont)
export(annotateGeneNames)
export(annotateGoBP)
export(annotateGoCC)
export(annotateGoMF)
export(annotateInterpro)
export(annotatePresynaptic)
export(annotateSCHanno)
export(annotateTopOntoOVG)
export(annotateVertex)
export(applpMatrixToGraph)
export(buildConsensusMatrix)
export(buildNetwork)
export(calcAllClustering)
export(calcBridgeness)
export(calcCentrality)
export(calcCentralityExternalDistances)
export(calcCentralityInternalDistances)
export(calcClustering)
export(calcDiseasePairs)
export(calcEntropy)
export(calcMembership)
export(calcReclusterMatrix)
export(calcSparsness)
export(clusterORA)
export(clusteringSummary)
export(degreeBinnedGDAs)
export(escapeAnnotation)
export(evalCentralitySignificance)
export(findLCC)
export(fitDegree)
export(fitSigmoid)
export(getAnnotationList)
export(getAnnotationVertexList)
export(getBridgeness)
export(getCentralityMatrix)
export(getClusterSubgraphByID)
export(getClustering)
export(getCommunityGraph)
export(getDType)
export(getDYNAMO)
export(getDiseases)
export(getEntropy)
export(getEntropyRate)
export(getGNP)
export(getGraphCentralityECDF)
export(getPA)
export(getRandomGraphCentrality)
export(getRobustness)
export(gofs)
export(layoutByCluster)
export(layoutByRecluster)
export(makeConsensusMatrix)
export(metlMatrix)
export(normModularity)
export(permute)
export(plotBridgeness)
export(plotEntropy)
export(plotRatio)
export(plotSigmoid)
export(prepareGDA)
export(recluster)
export(removeVertexTerm)
export(runPermDisease)
export(sampleDegBinnedGDA)
export(sampleGraphClust)
export(summaryStats)
export(unescapeAnnotation)
export(zeroNA)
exportClasses(law)
import(GO.db)
import(Matrix)
import(RSpectra)
import(WGCNA)
import(clusterCons)
import(data.table)
import(ggplot2)
import(grid)
import(igraph)
import(latex2exp)
import(methods)
import(org.Hs.eg.db)
import(poweRlaw)
import(scales)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,select)
importFrom(cowplot,plot_grid)
importFrom(dplyr,filter)
importFrom(fgsea,fora)
importFrom(ggrepel,geom_label_repel)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,contract)
importFrom(igraph,edge_attr)
importFrom(igraph,edge_attr_names)
importFrom(igraph,get.edgelist)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,simplify)
importFrom(minpack.lm,nls.lm.control)
importFrom(minpack.lm,nlsLM)
importFrom(rSpectral,spectral_igraph_communities)
importFrom(stats,confint)
importFrom(stats,fisher.test)
importFrom(stats,fitted)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stringr,str_sub)
importFrom(viridis,scale_color_viridis)