forked from NMikolajewicz/scMiko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
294 lines (262 loc) · 5.54 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
authors:
Nicholas Mikolajewicz:
href: https://scholar.google.ca/scholar?hl=en&as_sdt=0%2C5&q=mikolajewicz+nicholas&oq=
url: https://github.com/NMikolajewicz/
title: scMiko
template:
params:
bootswatch: flatly
development:
mode: unreleased
navbar:
title: "scMiko"
left:
- text: "Getting Started"
menu:
- text: Computational Resources
- text: "scMiko Package"
href: articles/install.html
- text: "scPipeline Reports"
href: articles/scPipeline_getting_started.html
- text: "Vignettes"
menu:
- text: scMiko Vignettes
- text: "Differential-expression using CDI"
href: articles/DEG.html
- text: "Selecting cluster resolution using specificity criterion"
href: articles/Cluster_Optimization.html
- text: "Cell-type marker catalog"
href: articles/Marker_Catalog.html
- text: "Marker-based cell-type annotation using Miko Scoring"
href: articles/Cell_Annotation.html
- text: "Gene program discovery using SSN analysis"
href: articles/Module_Detection.html
- text: -------
- text: scPipeline Dashboard Reports
- text: "Overview of modules"
href: articles/scPipeline_module_overview.html
- text: "Reference"
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/NMikolajewicz/scMiko
reference:
- title: "Filters and QC"
- contents:
- filterSeurat
- clusterFilter
- cleanCluster
- cleanFilterGenes
- findArtifactGenes
- getExpressedGenes
- getExpressingCells
- getMitoContent
- QC.scatterPlot
- QC.violinPlot
- title: "Dimensional Reduction"
- contents:
- pcaElbow
- projectReduction
- propVarPCA
- getReductionGenes
- runRPCA
- title: "Clustering"
- contents:
- setResolution
- multiCluster
- multiSpecificity
- multiSilhouette
- title: "Cell-Type Annotation"
desc: "Module detection"
- contents:
- mikoScore
- nullScore
- sigScore
- title: "Gene Set Functions"
- contents:
- AddSModuleScore
- aggGroupExpression
- avgGroupExpression
- coherentFraction
- consolidateNMF
- getJaccard
- id2geneset
- id2term
- jaccardSimilarityMatrix
- optimalBinSize
- runAUC
- runMS
- has_concept("enrichment")
- baderPathways
- getAnnotationPathways
- runGSEA
- runHG
- searchAnnotations
- signatureCoherence
- summarizeHG
- term2id
- upset.Plot
- title: "Expression Functions"
- contents:
- findCDIMarkers
- findConservedCDIMarkers
- findCorMarkers
- findGiniMarkers
- getDEG
- getExpressionMatrix
- miko_volcano
- parCor
- pseudotimeRF
- title: "Variance Decomposition"
desc: "Variance decomposition analyses"
- contents:
- matches("vd")
- title: "Scale-Free Shared Nearest Neighbor Network Analysis (SSN)"
desc: "SSN Module detection"
- contents:
- SSNConnectivity
- SSNResolution
- matches("SSN")
- findNetworkFeatures
- getModuleGenes
- pruneSSN
- runSSN
- scaleFreeNet
- SSNExpression
- summarizeModules
- title: "Independent Component Analysis"
desc: "ICA Module detection"
- contents:
- getICAGenes
- runICA
- title: "Non-Negative Matrix Factorization"
desc: "NMF Module detection"
- contents:
- getNMFGenes
- runNMF
# - title: "WGCNA"
# desc: "WGCNA Module detection"
# - contents:
# - getModulePreservation
# - getSoftThreshold
# - getSoftThreshold2
# - optimalDS
# - runWGCNA
# - scaleTOM
# - wgcna2graphDF
- title: "Differential Abundance Analysis"
- contents:
- da_DEG
- da_Run
- title: "Visualization"
- contents:
- cluster.UMAP
- expression.Plot
- exprUMAP
- featureGradient
- geneRepCurve
- geom_split_violin
- getUMAP
- miko_heatmap
- scale_color_miko
- scale_fill_miko
- scExpression.UMAP
- theme_miko
- variableGenes.Plot
- highlightUMAP
- title: "Data"
- contents:
- geneSets
- LR.db
- title: "Miscellaneous Utilities"
- contents:
- autoPointSize
- balanceMatrixSize
- categoricalColPal
- citationCheck
- clearGlobalEnv
- col2rowname
- dist2hclust
- fixBarcodeLabel
- getClusterCenters
- getConnectivity
- getDensity
- getNodesEdges
- getOrderedGroups
- group2list
- lintersect
- longDF2namedList
- miko_message
- namedList2longDF
- namedList2wideDF
- orderedFactor
- pseudoReplicates
- qNorm
- rescaleValues
- rmvCSVprefix
- scoreGBM
- snip
- sim2adj
- sparse2dense
- sparse2df
- ulength
- value2col
- wideDF2namedList
- title: "Integration Functions"
- contents:
- miko_integrate
- runScanorama
- runBBKNN
- title: "Seurat Functions"
- contents:
- balanceSamples
- downsampleSeurat
- mergeSeuratList
- neighborPurity
- prepSeurat
- prepSeurat2
- recodeBarcode
- rmDuplicateGenes
- scNormScale
- subsetDimRed
- uniqueFeatures
- updateDimNames
- wnn_Components
- wnn_Run
- title: "Gene Representation"
- contents:
- checkGeneRep
- detectSpecies
- ens2sym.so
- ensembl2sym
- entrez2sym
- firstup
- inferSpecies
- prepGeneList
- speciesConvert
- sym2ens
- sym2entrez
- title: "Dashboard Utilities"
- contents:
- addLogEntry
- barcodeLabels
- flex.asDT
- flex.multiTabLogs
- flex.multiTabPlot
- flex.multiTabPlotly
- flex.multiTabTables
- getLoadPath
- initiateLog
- loadCellRanger
- loadMat
- loadMoffat
- updateCentralLog
- title: "Save Functions"
- contents:
- saveHTML
- savePDF
# Run once to configure your package to use pkgdown
# usethis::use_pkgdown()
# Run to build the website
# pkgdown::build_site()
# pkgdown::build_site(lazy = T)