We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a143d3 commit de1b60dCopy full SHA for de1b60d
1 file changed
src/rapids_singlecell/tools/_rank_gene_groups.py
@@ -93,12 +93,6 @@ def rank_genes_groups_logreg(
93
Structured array to be indexed by group id storing the z-score
94
underlying the computation of a p-value for each gene for each
95
group. Ordered according to scores.
96
-
97
- **pvals** : structured `np.ndarray` (`.uns['rank_genes_groups']`)
98
- p-values.
99
100
- **pvals_adj** : structured `np.ndarray` (`.uns['rank_genes_groups']`)
101
- Corrected p-values.
102
"""
103
#### Wherever we see "adata.obs[groupby], we should just replace w/ the groups"
104
0 commit comments