forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yaml
163 lines (146 loc) · 5.18 KB
/
_pkgdown.yaml
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
url: https://satijalab.org/seurat
destination: docs
template:
params:
bootswatch: flatly
ganalytics: UA-82807227-1
docsearch:
api_key: ead918d7fe8467a2fd38e97f5bbe3ecb
index_name: seurat
navbar:
title: "Seurat"
left:
- text: "Install"
href: articles/install.html
- text: "Get started"
href: articles/get_started.html
- text: "Vignettes"
menu:
- text: Introductory Vignettes
- text: "PBMC 3K guided tutorial"
href: articles/pbmc3k_tutorial.html
- text: "Using Seurat with multi-modal data"
href: articles/multimodal_vignette.html
- text: "Analysis, visualization, and integration of spatial datasets with Seurat"
href: articles/spatial_vignette.html
- text: -------
- text: Data Integration
- text: "Introduction to scRNA-seq integration"
href: articles/integration_introduction.html
- text: "Mapping and annotating query datasets"
href: articles/integration_mapping.html
- text: "Fast integration using reciprocal PCA (RPCA)"
href: articles/integration_rpca.html
- text: "Tips for integrating large datasets"
href: articles/integration_large_datasets.html
- text: "Integrating scRNA-seq and scATAC-seq data"
href: articles/atacseq_integration_vignette.html
- text: "Multimodal reference mapping"
href: articles/multimodal_reference_mapping.html
- text: -------
- text: New Statistical Methods
- text: "Weighted Nearest Neighbor Analysis"
href: articles/weighted_nearest_neighbor_analysis.html
- text: "Mixscape Vignette"
href: articles/mixscape_vignette.html
- text: "Using sctransform in Seurat"
href: articles/sctransform_vignette.html
- text: "SCTransform, v2 regularization"
href: articles/sctransform_v2_vignette.html
- text: -------
- text: Other
- text: "Data visualization vignette"
href: articles/visualization_vignette.html
- text: "Cell-cycle scoring and regression"
href: articles/cell_cycle_vignette.html
- text: "Differential expression testing"
href: articles/de_vignette.html
- text: "Demultiplexing with hashtag oligos (HTOs)"
href: articles/hashing_vignette.html
- text: "Interoperability between single-cell object formats"
href: articles/conversion_vignette.html
- text: "Parallelization in Seurat with future"
href: articles/future_vignette.html
- text: "Dimensional reduction vignette"
href: articles/dim_reduction_vignette.html
- text: "Seurat essential commands list"
href: articles/essential_commands.html
- text: "Seurat interaction tips"
href: articles/interaction_vignette.html
- text: "Merging Seurat objects"
href: articles/merge_vignette.html
- text: Extensions
href: articles/extensions.html
- text: FAQ
href: "https://github.com/satijalab/seurat/discussions"
- text: "News"
href: news/index.html
- text: "Reference"
href: reference/index.html
- text: "Archive"
href: articles/archive.html
right:
- icon: fa-home
href: ../
- icon: fa-github
href: https://github.com/satijalab/seurat
reference:
- title: "Object interaction"
desc: "Functions for interacting with a Seurat object"
- contents:
- has_concept("objects")
- title: "Preprocessing"
desc: "Functions for preprocessing single-cell data"
- contents:
- has_concept("preprocessing")
- title: "Differential expression"
desc: "Functions for testing differential gene (feature) expression"
- contents:
- has_concept("differential_expression")
- title: "Dimensional Reduction"
desc: "Functions to reduce the dimensionality of datasets"
- contents:
- has_concept("dimensional_reduction")
- title: "Clustering"
desc: "Functions to cluster single-cell data"
- contents:
- has_concept("clustering")
- title: "Integration"
desc: >
Functions related to the Seurat v3 integration and label transfer algorithms
- contents:
- has_concept("integration")
- title: "Spatial"
desc: >
Functions related to the analysis of spatially-resolved single-cell data
- contents:
- has_concept("spatial")
- title: "Mixscape"
desc: >
Functions related to the mixscape algorithm
- contents:
- has_concept("mixscape")
- title: "Visualization"
desc: "Functions for plotting data and adjusting"
- contents:
- has_concept("visualization")
- title: "Tree-related functions"
desc: "Function related to tree-based analysis of identity classes"
- contents:
- has_concept("tree")
- title: "Utility functions"
desc: "Useful functions to help with a variety of tasks"
- contents:
- has_concept("utilities")
- title: "Data"
desc: "Descriptions of data included with Seurat"
- contents:
- has_concept("data")
- title: "Convenience functions"
desc: "Functions included for user convenience and to keep maintain backwards compatability"
- contents:
- has_concept("convenience")
- title: "Re-exports"
desc: "Functions re-exported from other packages"
- contents:
- reexports