-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (60 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
60 lines (60 loc) · 1.54 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
site_name: AnnSQL Docs
nav:
- Home: index.md
- Installation: install.md
- Tutorials:
- Basic Usage: basic_usage.ipynb
- On-Disk: build_ondisk_database.ipynb
- In-Memory: build_in_memory_database.ipynb
- Preprocessing: preprocessing.ipynb
- Differential Expression: de.ipynb
- Meta Cells: build_meta_cells.ipynb
- R usage: R_usage.md
# - Usage:
# - Backup UMI Counts: ""
# - Build Meta Cells: ""
# - Differential Expression: ""
# - Export to AnnData: ""
# - Filter by Cells: ""
# - Filter by Genes: ""
# - Highly Variable Genes: ""
# - Leiden Clustering: ""
# - Marker Genes: ""
# - Normalize Counts: ""
# - PCA: ""
# - Query: ""
# - Query Delete: ""
# - Query Raw: ""
# - Total Counts: ""
# - Total Gene Counts: ""
# - Transform Expression: ""
# - UMAP: ""
# - Plotting:
# - Gene Counts: ""
# - UMI Counts: ""
# - Principle Components: ""
# - PCA Variance: ""
# - Highly Variable Genes: ""
# - UMAP: ""
# - Marker Genes: ""
- Interoperability: interoperability.md
- API:
- AnnSQL: api_annsql.md
- MakeDb: api_makedb.md
- BuildDb: api_builddb.md
- Reference: cite.md
- Github: "https://github.com/ArpiarSaundersLab/annsql"
plugins:
- mkdocs-jupyter:
theme: dark
ignore_h1_titles: True
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
theme:
name: material
palette:
scheme: slate