Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scanpy/preprocessing/_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def filter_cells(
cell is kept. `False` means the cell is removed.
number_per_cell
Depending on what was thresholded (`counts` or `genes`),
the array stores `n_counts` or `n_cells` per gene.
the array stores `n_counts` or `n_genes` per cell.

Examples
--------
Expand Down
Loading