Skip to content

Commit de1b60d

Browse files
authored
remove pval (#389)
* update rapids-25.06 * update test * update docs
1 parent 0a143d3 commit de1b60d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/rapids_singlecell/tools/_rank_gene_groups.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@ def rank_genes_groups_logreg(
9393
Structured array to be indexed by group id storing the z-score
9494
underlying the computation of a p-value for each gene for each
9595
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.
10296
"""
10397
#### Wherever we see "adata.obs[groupby], we should just replace w/ the groups"
10498

0 commit comments

Comments
 (0)