You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any transformation of the data matrix that is not a *tool*. Other than *tools*, preprocessing steps usually don't return an easily interpretable annotation, but perform a basic transformation on the data matrix.
14
14
15
-
###Basic Preprocessing
15
+
## Basic Preprocessing
16
16
17
17
For visual quality control, see {func}`~scanpy.pl.highest_expr_genes` and
18
18
{func}`~scanpy.pl.filter_genes_dispersion` in {mod}`scanpy.pl`.
@@ -35,7 +35,7 @@ For visual quality control, see {func}`~scanpy.pl.highest_expr_genes` and
35
35
pp.downsample_counts
36
36
```
37
37
38
-
###Recipes
38
+
## Recipes
39
39
40
40
```{eval-rst}
41
41
.. autosummary::
@@ -47,7 +47,7 @@ For visual quality control, see {func}`~scanpy.pl.highest_expr_genes` and
47
47
pp.recipe_seurat
48
48
```
49
49
50
-
###Batch effect correction
50
+
## Batch effect correction
51
51
52
52
Also see {ref}`data-integration`. Note that a simple batch correction method is available via {func}`pp.regress_out`. Checkout {mod}`scanpy.external` for more.
53
53
@@ -59,7 +59,7 @@ Also see {ref}`data-integration`. Note that a simple batch correction method is
59
59
pp.combat
60
60
```
61
61
62
-
###Doublet detection
62
+
## Doublet detection
63
63
64
64
```{eval-rst}
65
65
.. autosummary::
@@ -70,7 +70,7 @@ Also see {ref}`data-integration`. Note that a simple batch correction method is
0 commit comments