-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
203 lines (188 loc) · 5.36 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
development:
mode: devel
template:
package: preferably
bootstrap: 5
params:
ganalytics: "281550496"
toggle: manual
docsearch:
api_key: "937cedcd467c204b19fc155c5f35019b"
index_name: "scdrake"
url: https://bioinfocz.github.io/scdrake
repo:
branch: main
url:
home: https://github.com/bioinfocz/scdrake
source: https://github.com/bioinfocz/scdrake/blob/master
issue: https://github.com/bioinfocz/scdrake/issues
user: https://github.com/bioinfocz
navbar:
structure:
left: [home, intro, scdrake_integration, pipeline_overview, spatial, faq, articles, reference, news]
right: [github]
components:
pipeline_overview:
text: Pipeline overview
href: articles/pipeline_overview.html
scdrake_integration:
text: Integration pipeline guide
href: articles/scdrake_integration.html
spatial:
text: Spatial extension
href: articles/scdrake_spatial.html
faq:
text: FAQ & Howtos
href: articles/scdrake_faq.html
articles:
- title: Guides
navbar: Guides
contents:
- scdrake_docker
- scdrake_integration
- scdrake_advanced
- scdrake_extend
- drake_basics
- title: General information
navbar: General information
contents:
- pipeline_overview
- scdrake_faq
- scdrake_cli
- scdrake_config
- scdrake_envvars
- scdrake_spatial
- title: General configs
navbar: General configs
contents:
- config_pipeline
- config_main
- title: Single-sample pipeline stages
navbar: Single-sample pipeline stages
contents:
- stage_input_qc
- stage_norm_clustering
- title: Integration pipeline stages
navbar: Integration pipeline stages
contents:
- stage_integration
- stage_int_clustering
- title: Common stages
navbar: Common stages
contents:
- stage_cluster_markers
- stage_contrasts
reference:
- title: Command line interface
desc: Install or check the command line interface.
- contents:
- has_concept("cli")
- title: Project
desc: Initialize or update a `scdrake` project.
- contents:
- init_project
- update_project
- title: Config
- subtitle: Load or update config files
- contents:
- has_concept("load_config")
- has_concept("update_config")
- scdrake_list
- subtitle: yq tool
desc: Functions related to the [yq](https://github.com/mikefarah/yq) tool.
- contents:
- has_concept("yq_tool")
- title: Run pipeline
- contents:
- has_concept("run_pipeline")
- has_concept("create_dirs")
- has_concept("scdrake_make")
- title: Check for scdrake dependencies
- contents:
- has_concept("checks")
- title: Get pipeline plans
- subtitle: Full plans of the single-sample and integration pipelines
- contents:
- get_plan
- subtitle: Subplans common to the single-sample and integration pipelines
- contents:
- has_concept("get_subplan_common")
- has_concept("get_subplan_clustering")
- has_concept("get_subplan_cell_annotation")
- subtitle: Single-sample pipeline subplans
- contents:
- has_concept("get_subplan_single_sample")
- subtitle: Integration pipeline subplans
- contents:
- has_concept("get_subplan_integration")
- subtitle: Custom plan
- contents:
- load_custom_plan
- title: Download example data
- contents:
- has_concept("download_example_data")
- title: Options used by scdrake
- contents:
- has_concept("scdrake_options")
- title: Target-related functions
desc: Those functions are mostly used for individual targets within pipeline plans. They are usually named as `<target_name>_fn()`.
- subtitle: Single-sample pipeline / stage 01_input_qc
- contents:
- has_concept("single_sample_input_qc_fn")
- subtitle: Single-sample pipeline / stage 02_norm_clustering
- contents:
- has_concept("single_sample_norm_clustering_fn")
- subtitle: Integration pipeline / stage 01_integration
- contents:
- has_concept("integration_integration_fn")
- title: Single-cell data-related functions
- subtitle: Annotation
- contents:
- has_concept("sc_annotation")
- subtitle: Cell type annotation
- contents:
- has_concept("sc_cell_annotation")
- subtitle: Manual annotation
- contents:
- has_concept("manual_annotation")
- subtitle: Cluster markers
- contents:
- has_concept("sc_cluster_markers")
- subtitle: Clustering
- contents:
- has_concept("sc_clustering")
- subtitle: Contrasts
- contents:
- has_concept("sc_contrasts")
- subtitle: Highly variable genes (HVGs)
- contents:
- has_concept("sc_hvg")
- subtitle: Markers
desc: These functions are used in both cluster markers and contrasts stages.
- contents:
- has_concept("sc_markers")
- subtitle: SingleCellExperiment object-related functions
- contents:
- has_concept("sc_sce")
- subtitle: SingleCellExperiment object-related spatial functions
- contents:
- has_concept("spatial_sce")
- subtitle: Visualization
- contents:
- has_concept("sce_visualization")
- subtitle: Spatial visualization
- contents:
- has_concept("spatial_visualization")
- title: Misc functions
- subtitle: HTML
- contents:
- has_concept("misc_html")
- subtitle: Text
- contents:
- has_concept("misc_text")
- subtitle: Utils
- contents:
- has_concept("misc_utils")
- title: internal
- contents:
- has_concept("internal")