-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
46 lines (39 loc) · 1.1 KB
/
_pkgdown.yml
File metadata and controls
46 lines (39 loc) · 1.1 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
url: https://klugerlab.github.io/MOSAIC/
template:
bootstrap: 5
navbar:
structure:
left: [home, reference, articles]
right: [github]
components:
reference:
text: Functions
href: reference/index.html
github:
icon: fa-github
href: https://github.com/KlugerLab/MOSAIC
reference:
- title: "Core Embedding"
desc: "Run the MOSAIC spectral co-embedding pipeline"
contents:
- run_MOSAIC
- find_elbow_kneedle
- title: "Differential Connectivity"
desc: "Test for features with rewired regulatory networks across conditions"
contents:
- run_DC_test
- calculate_empirical_pvalue
- title: "Subgroup Detection"
desc: "Identify patient subtypes from feature module connectivity"
contents:
- compute_module_similarity
- find_partition_hclust
- title: "Simulation"
desc: "Generate synthetic multi-modal data for benchmarking"
contents:
- simulate_multimodal_data
- title: "Visualization"
desc: "Plot eigenvalue spectra and sample embeddings"
contents:
- plot_eigen
- plot_mds_cluster