-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
60 lines (53 loc) · 1.43 KB
/
_pkgdown.yml
File metadata and controls
60 lines (53 loc) · 1.43 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
url: https://raredonlab.github.io/TissueMask/
template:
bootstrap: 5
bootswatch: flatly
bslib:
primary: "#1a5fa8"
link-color: "#1a5fa8"
home:
title: "TissueMask — Spatial Boundary Mask Fitting"
description: >
Fit polygon spatial masks to XY point coordinate data from spatial
transcriptomics and spatial proteomics experiments. Supports convex
hull, concave hull, KDE, and raster-based methods with hole and island
detection.
links:
- text: "RaredonLab on GitHub"
href: https://github.com/RaredonLab
- text: "TissueField (companion package)"
href: https://github.com/RaredonLab/TissueField
navbar:
structure:
left: [intro, reference, articles, news]
right: [github]
components:
github:
icon: fab fa-github fa-lg
href: https://github.com/RaredonLab/TissueMask
aria-label: GitHub
reference:
- title: "Core function"
desc: >
The primary exported function for fitting spatial masks.
contents:
- fit_spatial_mask
- title: "Package"
desc: Package-level documentation.
contents:
- TissueMask-package
articles:
- title: "Vignettes"
navbar: Vignettes
contents:
- getting-started
- advanced-topology
- complete-reference
news:
releases:
- text: "TissueMask 0.1.0"
href: https://github.com/RaredonLab/TissueMask/releases/tag/v0.1.0
footer:
structure:
left: developed_by
right: built_with