-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
191 lines (176 loc) · 5.33 KB
/
_pkgdown.yml
File metadata and controls
191 lines (176 loc) · 5.33 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
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
url: https://wanglabcsu.github.io/sigbridger/
favicons:
- href: favicon.ico
- href: favicon-16x16.png
sizes: 16x16
type: image/png
- href: favicon-32x32.png
sizes: 32x32
type: image/png
- href: apple-touch-icon.png
sizes: 180x180
type: image/png
- href: android-chrome-192x192.png
sizes: 192x192
type: image/png
- href: android-chrome-512x512.png
sizes: 512x512
type: image/png
template:
bootstrap: 5
light-switch: true
bslib:
bootswatch: sandstone
code_font: { google: "JetBrains Mono" }
pkgdown-nav-height: 100px
bg: white
fg: black
primary: "#2c5f9b"
title: SigBridgeR
description: >-
SigBridgeR: SigBridgeR integrates multiple algorithms, using single-cell RNA sequencing data, bulk expression data, and sample-related phenotypic data, to identify the cells most closely associated with the phenotypic data, performing as a bridge to existing tools.
logo:
light: man/figures/logo_white.png
dark: man/figures/logo_black.png
reference:
- title: Data Preprocessing
desc: >
Functions for preprocessing inputs.
contents:
- BulkPreProcess
- SCPreProcess
- QCFilter
- QCPatternDetect
- Pattern2Colname
- SymbolConvert
- AggregateDups
- AggregateDupRows
- AggregateDupCols
- SCIntegrate
- CheckNA
- PhenoPreProcess
- PhenoMap
- title: Result Integration & Visualization
desc: >
Merge and visualize screening results across methods or conditions.
contents:
- MergeResult
- WeightedVote
- ScreenFractionPlot
- ScreenUpset
- title: Screening Methods
desc: >
Built-in screening algorithms.
contents:
- Screen
- DoLP_SGL
- DoPIPET
- DoScissor
- DoscAB
- DoscPAS
- DoscPP
- DoDEGAS
- DoSIDISH
- DoSCIPAC
- title: Seurat Object Utilities
contents:
- AddMetaFeature
- AddMisc
- FindRobustElbow
- ChooseNormalization
- title: Annotate Cell Types in Single-cell Datasets
desc: >
Built-in annotationa algorithms.
contents:
- SCAnnotate
- CellTypistAnnotate
- SingleRAnnotate
- mLLMCelltypeAnnotate
- title: Reference Data & External Resources
desc: >
Load reference datasets.
contents:
- LoadRefData
- title: Python Environment Management
desc: >
Manage Python environments for integrated R/Python workflows.
contents:
- SetupPyEnv
- ListPyEnv
- title: Extension Tools
contents:
- InterceptStrategy
- Register
- RegisterScreenMethod
- RegisterAnnoMethod
- RegisterSeuratMethod
- ValidateScreenFunc
- TemplateScreenFunc
- title: Registry
desc: >
Extended registry for SigBridgeR
contents:
- SCPreProcessStrategy
- SCAnnotateStrategy
- ScreenStrategy
- title: Package Configuration
desc: >
Get and set global options for SigBridgeR behavior.
contents:
- getFuncOption
- setFuncOption
- setThreads
# 导航栏配置
navbar:
structure:
left: [home, reference, articles, other_function, troubleshooting]
right: [toggle_theme, github]
components:
toggle_theme: ~
home:
text: Home
icon: fa-home
href: index.html
reference:
text: Functions
icon: fa-code
href: reference/index.html
articles:
text: Articles
icon: fa-book-open
menu:
- text: How to use SigBridgeR
- text: Get Started
icon: fa-rocket
href: articles/Quick_Start.html
- text: Full Tutorial
icon: fa-book
href: articles/Full_Tutorial.html
- text: Sptial Workflow
icon: fa-map-location
href: articles/Spatial_Transcriptome.html
- text: -------
- text: Advanced Usage
- text: Find the optimal parameters
icon: fa-cogs
href: articles/Optimal_Params.html
- text: Extend SigBridgeR
icon: fa-code-branch
href: articles/Extending.html
assets: vignettes/example_figures
other_function:
text: Auxiliary Utils
icon: fa-bars
href: articles/Other_Function_Details.html
troubleshooting:
text: Troubleshooting
icon: fa-bug
href: articles/Troubleshooting.html
github:
icon: fa-github
href: https://github.com/wanglabcsu/sigbridger/
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
<link rel="manifest" href="site.webmanifest">