-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
158 lines (157 loc) · 4.14 KB
/
Copy pathNAMESPACE
File metadata and controls
158 lines (157 loc) · 4.14 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Generated by roxygen2: do not edit by hand
export(ai.ask)
export(ai.ask_ellmer)
export(ai.ask_tidyprompt)
export(ai.create_image_gemini)
export(ai.create_image_grok)
export(ai.create_image_openai)
export(ai.get_ollama_models)
export(calculateCompoundSignificance)
export(cbind_sparse_matrix)
export(checkDendroHeights)
export(collapseTraitMatrix)
export(computeConsensusGeneStats)
export(computeConsensusMatrix)
export(computeConsensusModuleEnrichment)
export(computeGeneStats)
export(computeModuleEnrichment)
export(computeModules)
export(computeWGCNA)
export(computeWGCNA_multiomics)
export(cor_sparse_matrix)
export(corpora.fastFET)
export(cortest)
export(createConsensusLayers)
export(create_diagram)
export(create_infographic)
export(create_module_infographic)
export(create_report)
export(describeModules)
export(dot.rankdir)
export(expandPhenoMatrix)
export(fastTOMsimilarity)
export(getConsensusGeneStats)
export(getGeneStats)
export(getModuleCrossGenes)
export(getPlaydataGMT)
export(getTopGenesAndSets)
export(getTopModules)
export(getTopTables)
export(get_modTraits)
export(graph2dot)
export(gset.fastFET)
export(gset.fisher)
export(gset.fisherLIST)
export(gset.rankcor)
export(gx.limma)
export(imputeMissing)
export(is.Date)
export(labels2colors)
export(logCPM)
export(makeContrastsFromLabelMatrix)
export(mat2gmt)
export(matchColors)
export(mergeCloseModules)
export(merge_block_dendrograms)
export(merge_sparse_matrix)
export(mofa.get_prefix)
export(mofa.merge_data)
export(mofa.merge_data2)
export(mofa.prefix)
export(mofa.split_data)
export(mofa.strip_prefix)
export(mofa.topSD)
export(pgx.supercell)
export(pickSoftThreshold)
export(plotConsensusOverlapHeatmap)
export(plotConsensusSampleDendroAndColors)
export(plotConsensusTraitCorrelation)
export(plotDendroAndColors)
export(plotEigenGeneAdjacencyHeatmap)
export(plotEigenGeneClusterDendrogram)
export(plotEigenGeneGraph)
export(plotFeatureUMAP)
export(plotGeneNetwork)
export(plotLabeledCorrelationHeatmap)
export(plotMDS)
export(plotModuleHeatmap)
export(plotModuleHubGenes)
export(plotModuleScores)
export(plotModuleScores.BAK)
export(plotModuleSignificance)
export(plotModuleTraitHeatmap)
export(plotMultiDendroAndColors)
export(plotMultiEigengeneCorrelation)
export(plotPowerAnalysis)
export(plotPreservationModuleTraits)
export(plotPreservationSummaries)
export(plotSampleDendroAndColors)
export(plotTOM)
export(plotTraitCorrelationBarPlots)
export(probe2symbol)
export(purpleGreyYellow)
export(rename_by2)
export(rho2bluered)
export(rowmean)
export(runConsensusWGCNA)
export(runPreservationWGCNA)
export(svdImpute2)
export(tidy.dataframe)
export(wgcna.plot_lasagna)
import(WGCNA)
importFrom(Matrix,crossprod)
importFrom(Matrix,t)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom(fastcluster,hclust)
importFrom(fgsea,fgsea)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(irlba,irlba)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colSds)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowSds)
importFrom(methods,is)
importFrom(stats,as.dist)
importFrom(stats,cor.test)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,type.convert)