forked from Zaoqu-Liu/SpaTalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
131 lines (115 loc) · 2.91 KB
/
_pkgdown.yml
File metadata and controls
131 lines (115 loc) · 2.91 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
url: https://zaoqu-liu.github.io/SpaTalk/
destination: docs
template:
bootstrap: 5
bootswatch: cosmo
bslib:
primary: "#0d6efd"
border-radius: 0.5rem
btn-border-radius: 0.25rem
home:
title: SpaTalk - Spatial Cell-Cell Communication
description: >
Knowledge-graph-based cell-cell communication inference for
spatially resolved transcriptomic data.
authors:
Zaoqu Liu:
href: https://github.com/Zaoqu-Liu
Xin Shao:
href: https://github.com/ZJUFanLab
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Get Started
href: articles/SpaTalk.html
articles:
text: Tutorials
menu:
- text: "Getting Started"
- text: Quick Start Guide
href: articles/SpaTalk.html
- text: "---"
- text: "Methodology"
- text: Algorithm & Methods
href: articles/algorithm.html
- text: "---"
- text: "Usage Guides"
- text: Visualization Guide
href: articles/visualization.html
- text: Platform-Specific Workflows
href: articles/platforms.html
- text: Advanced Usage
href: articles/advanced.html
github:
icon: fab fa-github
href: https://github.com/Zaoqu-Liu/SpaTalk
aria-label: GitHub
reference:
- title: "Object Creation"
desc: "Create and manage SpaTalk objects"
contents:
- createSpaTalk
- SpaTalk-class
- show,SpaTalk-method
- title: "Cell-Type Deconvolution"
desc: "Deconvolve spot-based ST data"
contents:
- dec_celltype
- generate_spot
- set_expected_cell
- title: "Cell-Cell Communication"
desc: "Infer spatially resolved CCIs"
contents:
- find_lr_path
- dec_cci
- dec_cci_all
- get_lr_path
- title: "Visualization"
desc: "Plot spatial and CCI results"
contents:
- starts_with("plot_")
- title: "Utilities"
desc: "Helper functions"
contents:
- rev_gene
- title: "Data"
desc: "Built-in databases and demo data"
contents:
- lrpairs
- pathways
- geneinfo
- starts_with("demo_")
- title: "C++ Functions"
desc: "Optimized computational routines"
contents:
- starts_with("cpp_")
- title: "Internal"
desc: "Internal helper functions"
contents:
- starts_with(".")
articles:
- title: "Getting Started"
navbar: ~
contents:
- SpaTalk
- title: "Methodology"
navbar: ~
contents:
- algorithm
- title: "Usage Guides"
navbar: ~
contents:
- visualization
- platforms
- advanced
footer:
structure:
left: developed_by
right: built_with
components:
developed_by: >
Developed by [Zaoqu Liu](https://github.com/Zaoqu-Liu).
Originally created by [Xin Shao](https://github.com/ZJUFanLab).