-
Notifications
You must be signed in to change notification settings - Fork 35
/
_pkgdown.yml
279 lines (271 loc) · 7.5 KB
/
_pkgdown.yml
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
title: hdWGCNA
url: https://smorabit.github.io/hdWGCNA/
template:
bootstrap: 5
bootswatch: flatly
home:
title: hdWGCNA
sidebar:
structure: [license, citation, authors, dev]
authors:
Sam Morabito:
href: https://smorabit.github.io
Zechuan Shi:
href: https://github.com/rootze
Swarup Lab:
href: https://swaruplab.bio.uci.edu/
navbar:
structure:
left: [intro, articles, reference, news]
right: [search, github]
components:
intro:
text: Get started
href: articles/basic_tutorial.html
news:
text: News
href: news/index.html
articles:
text: Vignettes
menu:
- text: Core functionality
- text: hdWGCNA in single-cell data
href: articles/basic_tutorial.html
- text: hdWGCNA in spatial transcriptomics data
href: articles/ST_basics.html
- text: Isoform co-expression network analysis with PacBio MAS-Seq
href: articles/isoform_pbmcs.html
- text: Network visualization
href: articles/network_visualizations.html
- text: -------
- text: Biological context for co-expression modules
- text: Differential module eigengene (DME) analysis
href: articles/differential_MEs.html
- text: Module trait correlation
href: articles/module_trait_correlation.html
- text: Enrichment analysis
href: articles/enrichment_analysis.html
- text: -------
- text: Exploring modules in external datasets
- text: Projecting modules to new datasets
href: articles/projecting_modules.html
- text: Module preservation and reproducibility
href: articles/module_preservation.html
- text: Cross-species and cross-modality analysis
href: articles/projecting_modules_cross.html
- text: -------
- text: Advanced topics
- text: Transcription factor regulatory network analysis
href: articles/tf_network.html
- text: Consensus network analysis
href: articles/consensus_wgcna.html
- text: hdWGCNA with pseudobulk data
href: articles/pseudobulk.html
- text: Co-expression module dynamics with pseudotime
href: articles/pseudotime.html
- text: -------
- text: Other
- text: Module customization
href: articles/customization.html
- text: Alternative metacell algorithms
href: articles/other_metacells.html
- text: Using SCTransform normalized data
href: articles/sctransform.html
- text: -------
- text: All vignettes
href: articles/index.html
reference:
- title: Data setup
desc: Functions to set up the Seurat object for network analysis
contents:
- '`SetupForWGCNA`'
- '`SelectNetworkGenes`'
- '`FindMajorIsoforms`'
- title: Metacells and metaspots
desc: Functions for constructing metacells from single-cell data and metaspots from ST data
contents:
- '`MetacellsByGroups`'
- '`MetaspotsByGroups`'
- title: Network Analysis
desc: Functions for constructing the co-expression network
contents:
- '`TestSoftPowers`'
- '`TestSoftPowersConsensus`'
- '`PlotSoftPowers`'
- '`ConstructNetwork`'
- '`ModuleEigengenes`'
- '`ModuleConnectivity`'
- title: Network Visualization
desc: Functions for visualizing the co-expression network
contents:
- '`PlotDendrogram`'
- '`ModuleNetworkPlot`'
- '`HubGeneNetworkPlot`'
- '`RunModuleUMAP`'
- '`ModuleUMAPPlot`'
- title: Differential analysis
desc: Functions for differential module eigengene analysis
contents:
- '`FindDMEs`'
- '`FindAllDMEs`'
- '`PlotDMEsVolcano`'
- '`PlotDMEsLollipop`'
- title: Enrichment Analysis
desc: Functions for Enrichr analysis and DEG overlap analysis
contents:
- '`RunEnrichr`'
- '`EnrichrBarPlot`'
- '`EnrichrDotPlot`'
- '`OverlapModulesDEGs`'
- '`OverlapBarPlot`'
- '`OverlapDotPlot`'
- title: Plotting
desc: Functions for generating plots with hdWGCNA
contents:
- '`ModuleFeaturePlot`'
- '`ModuleRadarPlot`'
- '`PlotModuleTrajectory`'
- title: Transcription Factor Regulatory Networks
contents:
- '`MotifScan`'
- '`ConstructTFNetwork`'
- '`AssignTFRegulons`'
- '`GetTFTargetGenes`'
- '`TFNetworkPlot`'
- '`RegulonScores`'
- '`RegulonBarPlot`'
- '`RunEnrichrRegulons`'
- '`ModuleRegulatoryNetwork`'
- '`ModuleRegulatoryNetworkPlot`'
- '`ModuleRegulatoryHeatmap`'
- '`FindDifferentialRegulons`'
- '`PlotDifferentialRegulons`'
- title: Module Preservation
desc: Functions for performing module preservation analysis
contents:
- '`ProjectModules`'
- '`ModulePreservation`'
- '`ModulePreservationNetRep`'
- '`PlotModulePreservation`'
- '`PlotModulePreservationLollipop`'
- '`ModuleTopologyHeatmap`'
- '`ModuleTopologyBarplot`'
- title: Module Trait Correlation
desc: Functions for performing module trait correlation analysis
contents:
- '`ModuleTraitCorrelation`'
- '`PlotModuleTraitCorrelation`'
- title: Transcription Factor Networks
contents:
- '`MotifScan`'
- title: Getters and setters
desc: Functions to retrieve and set the values for various attributes
contents:
- '`SetActiveWGCNA`'
- '`GetActiveWGCNA`'
- '`SetMetacellObject`'
- '`GetMetacellObject`'
- '`SetWGCNAGenes`'
- '`GetWGCNAGenes`'
- '`SetDatExpr`'
- '`GetDatExpr`'
- '`SetMultiExpr`'
- '`GetMultiExpr`'
- '`SetWGCNAParams`'
- '`GetWGCNAParams`'
- '`SetPowerTable`'
- '`GetPowerTable`'
- '`SetNetworkData`'
- '`GetNetworkData`'
- '`SetModules`'
- '`GetModules`'
- '`GetHubGenes`'
- '`SetMEs`'
- '`GetMEs`'
- '`SetMELoadings`'
- '`GetMELoadings`'
- '`SetEnrichrTable`'
- '`GetEnrichrTable`'
- '`SetModuleScores`'
- '`GetModuleScores`'
- '`GetTOM`'
- '`SetModuleUMAP`'
- '`GetModuleUMAP`'
- '`SetModuleTraitCorrelation`'
- '`GetModuleTraitCorrelation`'
- '`SetModulePreservation`'
- '`GetModulePreservation`'
- '`SetMotifs`'
- '`GetMotifs`'
- '`SetMotifMatrix`'
- '`GetMotifMatrix`'
- '`SetPFMList`'
- '`GetPFMList`'
- '`SetMotifTargets`'
- '`GetMotifTargets`'
- '`SetMotifOverlap`'
- '`GetMotifOverlap`'
- '`SetMotifScores`'
- '`GetMotifScores`'
- '`SetDegrees`'
- '`GetDegrees`'
- '`GetTFRegulons`'
- '`SetTFRegulons`'
- '`GetTFEval`'
- '`SetTFEval`'
- '`GetRegulonScores`'
- '`SetRegulonScores`'
- '`GetEnrichrRegulonTable`'
- '`SetEnrichrRegulonTable`'
- '`GetMetacellParams`'
- '`SetMetacellParams`'
- '`SetTFNetwork`'
- '`GetTFNetwork`'
- title: Seurat wrappers
desc: Wrapper functions to run Seurat commands on the metacell data
contents:
- '`NormalizeMetacells`'
- '`ScaleMetacells`'
- '`RunPCAMetacells`'
- '`RunHarmonyMetacells`'
- '`RunUMAPMetacells`'
- '`DimPlotMetacells`'
- title: Customization
desc: Customization functions
contents:
- '`ResetModuleColors`'
- '`ResetModuleNames`'
- title: Other
desc: Other functions
contents:
- '`ConstructPseudobulk`'
- '`ReassignModules`'
- '`GetActiveWGCNAName`'
- title: internal
contents:
- umap_theme
- to_pseudobulk
- CheckSeurat5
- CheckWGCNAName
- scale01
- shuffle_points
- DoHubGeneHeatmap
- ConstructMetacells
- ConstructMetaspots
- AvgModuleExpr
- ComputeModuleEigengene
- ModuleCorrNetwork
- ModuleCorrelogram
- ModuleExprScore
- OverlapModulesMotifs
- corSparse
- check_inputs
- GetAvgModuleExpr
- SetAvgModuleExpr
- TransferModuleGenome
- PlotKMEs
- PlotLollipop
- BinPseudotime
- MotifOverlapBarPlot
deploy:
install_metadata: true