Skip to content

Commit 3bae7ae

Browse files
committed
improve other side
1 parent c9a06dd commit 3bae7ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scanpy/preprocessing/_highly_variable_genes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ def highly_variable_genes( # noqa: PLR0913
597597
the normalized dispersion is artificially set to 1. You'll be informed
598598
about this if you set `settings.verbosity = 4`.
599599
flavor
600-
Choose the flavor for identifying highly variable genes (default depends on :attr:`~scanpy.Preset.highly_variable_genes`).
600+
Choose the flavor for identifying highly variable genes
601+
(default depends on :attr:`scanpy.settings.preset` property :attr:`~scanpy.Preset.highly_variable_genes`).
601602
For the dispersion based methods in their default workflows,
602603
`'seurat'` passes the cutoffs whereas `'cell_ranger'` passes `n_top_genes`.
603604
subset

0 commit comments

Comments
 (0)