-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
175 lines (165 loc) · 4.87 KB
/
mkdocs.yml
File metadata and controls
175 lines (165 loc) · 4.87 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
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
site_name: immunomind.
site_url: https://immunarch.com
repo_url: https://github.com/immunomind/immunarch
repo_name: immunomind/immunarch
docs_dir: docs/source
nav:
- Getting started:
- Home: index.md
- intro/installation.md
- intro/quick_start.md
- User guide:
- Schemas:
- guides/schemas/receptor_schema.md
- guides/schemas/repertoire_schema.md
- IO:
- guides/io/ingesting.md
- guides/io/modes.md
# - Ingesting repertoire files: guides/io/ingest_repertoires.md # different formats here as well
# - Using metadata: guides/ingest-metadata.md
# - Preprocessing and postprocessing: guides/preprocessing.md
# - guides/snapshots.md
# - guides/output.md
- Transformations:
- guides/transform/filter.md
- guides/transform/annotate.md
- guides/transform/mutate.md
# - Repertoire-level analysis:
# - guides/installation.md
# - guides/data_loading.md
# - Repertoire similarity:
# - guides/installation.md
# - Receptor-level analysis:
# - guides/data_loading.md
# - Biomarker discovery:
# - guides/features.md
# - guides/biomarkers.md
# Performance: snapshots (explain that no need to save snapshots if you just prefiltered as it's quite efficient already); pre-filter rows and select only necessary columns (basics);
- Architecture:
- concepts/basics/overview.md
- concepts/basics/data_units.md
- concepts/basics/aggregation.md
# - concepts/basics/lazy.md # Execution model: immutability and lazy / materialisation
- concepts/basics/immutability.md
- Workflow:
- concepts/workflow/phase_ingestion.md
- concepts/workflow/phase_transformation.md
- Data structure:
- guides/data_schema.md
- guides/faq.md
- concepts/glossary.md
- How-to:
- Input:
- Bulk AIRR-C: howto/read_airr_bulk.md
- Single-cell AIRR-C: howto/read_airr_sc.md
# - 10x Genomics, single-chain: howto/read_10x_single.md
# - 10x Genomics, paired-chain: howto/read_10x_paired.md
- Import old `immunarch` data: howto/immunarch_import.md
#
# URGENT NOW
#
# - howto/metadata_input_files.qmd # Load immune repertoire files to R (and Python) using metadata
# - howto/metadata_sample_info.qmd # Add sample information using metadata
#
# NEXT STEP
#
# - howto/read_mixcr_bulk.md
# - howto/read_mixcr_sc.md
# - howto/read_bd.md
# - howto/read_dandelion.md
# - howto/read_immcantation.md
# - howto/read_parsebio.md
# - howto/read_trust4.md
# - howto/read_wat3r.md
# - Analysis:
# - howto/big_receptors.qmd
- Performance:
# - howto/snapshots.qmd
- howto/no_threads.md
- Tutorials:
- tutorials/single_cell.qmd
- tutorials/migration.md
- API reference:
- api/reference.md
# - Support:
# - How to get help: community/support.md # links to GitHub Issues, Discord, etc.
# - Translations: support/translation.md
# - Contributing guide: community/contributing.md
# - Code of conduct: community/code-of-conduct.md
# - Authors
theme:
name: material
logo: assets/phoenix_cl2.png
font:
text: Inter
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: blue grey
accent: amber
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: indigo
accent: blue
features:
- navigation.tabs
- navigation.tabs.sticky
- content.tabs.link
- content.code.copy
- navigation.sections
- navigation.expand
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.blocks.admonition
- pymdownx.blocks.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- attr_list
- md_in_html
- tables
plugins:
- mkquartodocs
- search:
lang: en
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: "🌚 English"
build: true
- locale: zh
name: "🇨🇳 简体中文"
build: true
# build: false
- locale: ko
name: "🇰🇷 한국어"
build: false
- locale: ja
name: "🇯🇵 日本語"
build: false
- locale: es
name: "🇪🇸 Español"
build: false
- locale: pt-BR
name: "🇧🇷 Português (BR)"
build: false
hooks:
- hooks.py
extra:
analytics:
provider: google
property: G-G5JZNSNPH6
extra_css:
- stylesheets/extra.css