We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3427d commit db28477Copy full SHA for db28477
src/scanpy/preprocessing/_simple.py
@@ -109,7 +109,7 @@ def filter_cells(
109
cell is kept. `False` means the cell is removed.
110
number_per_cell
111
Depending on what was thresholded (`counts` or `genes`),
112
- the array stores `n_counts` or `n_cells` per gene.
+ the array stores `n_counts` or `n_genes` per cell.
113
114
Examples
115
--------
0 commit comments