From c04bea92596a393607627c060112e7a023f70930 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Sun, 14 Dec 2025 23:20:14 -0500 Subject: [PATCH] Remove "n_genes_by_{expr_type}" from variable-level metrics. --- src/scanpy/preprocessing/_docs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scanpy/preprocessing/_docs.py b/src/scanpy/preprocessing/_docs.py index aa1378bd67..f61d4b577d 100644 --- a/src/scanpy/preprocessing/_docs.py +++ b/src/scanpy/preprocessing/_docs.py @@ -72,8 +72,6 @@ `total_{expr_type}` E.g. "total_counts". Sum of counts for a gene. -`n_genes_by_{expr_type}` - E.g. "n_genes_by_counts". The number of genes with at least 1 count in a cell. Calculated for all cells. `mean_{expr_type}` E.g. "mean_counts". Mean expression over all cells. `n_cells_by_{expr_type}`