Skip to content

Commit

Permalink
added note about score definition
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 21, 2019
1 parent 3255a39 commit 8cef7da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scanpy/tools/_rank_genes_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ def rank_genes_groups(
Structured array to be indexed by group id storing the gene
names. Ordered according to scores.
scores : structured `np.ndarray` (`.uns['rank_genes_groups']`)
Structured array to be indexed by group id storing the score for each
gene for each group. Ordered according to scores.
Structured array to be indexed by group id storing the z-score
underlying the computation of a p-value for each gene for each
group. Ordered according to scores.
logfoldchanges : structured `np.ndarray` (`.uns['rank_genes_groups']`)
Structured array to be indexed by group id storing the log2
fold change for each gene for each group. Ordered according to
Expand Down

0 comments on commit 8cef7da

Please sign in to comment.