-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
104 lines (90 loc) · 2.55 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
url: https://digitalcytometry.github.io/spatialecotyper
development:
mode: auto
repo:
url:
home: https://github.com/digitalcytometry/spatialecotyper
source: https://github.com/digitalcytometry/spatialecotyper
issue: https://github.com/digitalcytometry/spatialecotyper/issues
branch: main
template:
bootswatch: simplex
bootstrap: 5
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
authors:
Wubing Zhang:
href: https://profiles.stanford.edu/wubing-zhang
Aaron Newman Lab:
href: https://anlab.stanford.edu/
navbar:
title: ~
type: default
left:
- text: Vignettes
menu:
- text: Discovery of Spatial Ecotypes from a Single Sample
href: articles/SingleSample.html
- text: Discovery of Spatial Ecotypes from Multiple Samples
href: articles/Integration.html
- text: Development of NMF Models for Spatial Ecotype Recovery
href: articles/TrainRecoveryModels.html
- text: Recovery of Spatial Ecotypes from Spatial Transcriptomics Data
href: articles/Recovery_Spatial.html
- text: Recovery of Spatial Ecotypes from Single-Cell Gene Expression Data
href: articles/Recovery_scRNA.html
- text: Recovery of Spatial Ecotypes from Bulk Gene Expression Data
href: articles/Recovery_Bulk.html
- text: R functions
href: reference/index.html
- text: News
href: news/index.html
reference:
- title: Discovery of spatial ecotypes (SEs)
contents:
- SpatialEcoTyper
- MultiSpatialEcoTyper
- IntegrateSpatialEcoTyper
- GetSpatialMetacells
- ComputeAvgs
- SNF2
- GetPCList
- GetSNList
- Integrate
- title: Development of SE recovery models
desc: Developing models for recovering spatial ecotypes from single-cell spatial data, scRNA-seq data, Visium spatial data, or bulk tumor expression data.
contents:
- CreatePseudobulks
- NMFGenerateW
- NMFGenerateWList
- title: SE recovery
desc: Recovering spatial ecotypes from single-cell spatial data, scRNA-seq data, Visium spatial data, or bulk tumor expression data.
contents:
- RecoverSE
- DeconvoluteSE
- NMFpredict
- title: NMF (Non-negative Matrix Factorization) clustering
desc: Clustering via NMF.
contents:
- nmfClustering
- title: Visualization
contents:
- SpatialView
- HeatmapView
- drawRectangleAnnotation
- getColors
- title: Data processing
contents:
- PreprocessST
- AnnotateCells
- Znorm
- rankSparse
- matrixMultiply
- fillspots
- mostFrequent
news:
releases:
- text: "Version 1.0.0"
href: