forked from smorabit/hdWGCNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
203 lines (195 loc) · 5.62 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
title: hdWGCNA
url: https://smorabit.github.io/hdWGCNA/
template:
params:
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/hdWGCNA.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: Consensus network analysis
href: articles/consensus_wgcna.html
- text: Co-expression module dynamics with pseudotime
href: articles/pseudotime.html
- text: Motif analysis
href: articles/motif_analysis.html
- text: Alternative metacell algorithms
href: articles/other_metacells.html
- text: -------
- text: Other
- text: Module customization
href: articles/customization.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`'
- 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:
- '`ModuleNetworkPlot`'
- '`HubGeneNetworkPlot`'
- '`RunModuleUMAP`'
- '`ModuleUMAPPlot`'
- title: Differential analysis
desc: Functions for differential module eigengene analysis
contents:
- '`FindDMEs`'
- '`FindAllDMEs`'
- '`PlotDMEsVolcano`'
- 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`'
- title: Module Preservation
desc: Functions for performing module preservation analysis
contents:
- '`ModulePreservation`'
- '`PlotModulePreservation`'
- title: Module Trait Correlation
desc: Functions for performing module trait correlation analysis
contents:
- '`ModuleTraitCorrelation`'
- '`PlotModuleTraitCorrelation`'
- 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`'
- 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`'
deploy:
install_metadata: true