-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
108 lines (102 loc) · 2.89 KB
/
mkdocs.yml
File metadata and controls
108 lines (102 loc) · 2.89 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
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
site_name: CONCORD - Contrastive Learning for Cross-domain Reconciliation and Discovery
theme:
name: material
logo: 'images/logo.png'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
- navigation.sticky
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- navigation.expand
- navigation.mobile
- navigation.instant
- content.full_width
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
accent: lime
nav:
- Getting started: index.md
- Galleries:
- Intestine development Atlas: galleries/huycke_show.md
- C.elegans/C.briggsae Embryogenesis Atlas: galleries/cbce_show.md
- Framework: framework.md
- Tutorials:
- Single batch, RNA-seq:
- PBMC3k dataset, single batch: notebooks/pbmc_tutorial.ipynb
- Multiple batch, RNA-seq:
- C. elegans Embryogenesis by Packer & Zhu et al.: notebooks/tutorial_celegans.ipynb
- Intestine development by Huycke et al.: notebooks/concord_Huycke.ipynb
- Mouse organogenesis (100k cell subset) by Cao et al.: notebooks/concord_mouse_organogenesis_100k.ipynb
- General guidance:
- Hyperparameter guidance: notebooks/parameter_guidance.ipynb
- Advanced usage:
- Simulation pipeline:
- Trajectory simulation: notebooks/simulation_trajectory_show.ipynb
- API:
- Concord: api/main.md
- Model: api/model.md
- Utility: api/utils.md
- Plotting: api/plotting.md
- About:
- Citation & Feedback: about.md
- License: LICENSE.md
plugins:
- social
- search
- mkdocs-jupyter:
include_source: True
include_requirejs: True
- mkdocstrings:
handlers:
python:
paths: ["../Concord/src"]
options:
show_source: false # Hide source code
show_root_heading: true
heading_level: 2
members_order: alphabetical
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Gartner-Lab/Concord
include:
- galleries/
extra_javascript:
- https://cdn.plot.ly/plotly-2.35.2.min.js
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: false
title: "Table of Contents"
toc_depth: 2
copyright: |
© 2025 <a href="https://github.com/Gartner-Lab" target="_blank" rel="noopener">Gartner Lab</a>