-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
69 lines (66 loc) · 1.66 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
template:
bootstrap: 3
url: https://github.com/KlugerLab/LocalizedMarkerDetector
reference:
- title: "Construct Cell Graphs"
# desc: >
# Construct cell graphs
contents:
- '`ConstructKnnGraph`'
- '`ConstructDiffusionOperators`'
- title: "Calculate LMD Score"
# desc: >
# Calculate and visualize diffusion scores.
contents:
- '`LMD`'
- '`fast_get_lmds`'
- '`show_result_lmd`'
- title: "Obtain Gene Modules"
# desc: >
# Identify gene modules
contents:
- '`CalculateGeneDistance`'
- '`ClusterGenes`'
- title: "Calculate Cell Module Scores"
# desc: >
# Define cell module score based on the identifies gene modules.
contents:
- '`AddModuleActivityScore`'
- title: "Visualization"
contents:
- '`VisualizeGraph`'
- '`CustomFeaturePlot`'
- '`VisualizeDiffusion`'
- '`CustomModulePlot`'
- '`VisualizeScorePattern`'
- '`VisualizeGeneHeatmap`'
- '`VisualizeGeneTSNE`'
- title: "Other"
contents:
- '`RowwiseNormalize`'
navbar:
structure:
left:
- home
# - intro
- reference
- articles
# - tutorials
right: github
components:
reference:
text: Reference
href: reference/index.html
# intro:
# text: Get started
# href: vignettes/index.html
articles:
text: Articles
menu:
- text: Example on mouse bone marrow scRNA-seq
href: articles/LMD_demo.html
- text: Application to cross-sample comparison
href: articles/LMD_cross_comparison_demo.html
right:
- icon: fa-github
href: https://github.com/KlugerLab/LocalizedMarkerDetector