Skip to content

Commit e546f35

Browse files
committed
add some plots
1 parent cdbcbbc commit e546f35

File tree

2 files changed

+97
-45
lines changed

2 files changed

+97
-45
lines changed

docs/notebooks/inflow_score.ipynb

Lines changed: 96 additions & 43 deletions
Large diffs are not rendered by default.

src/liana/method/sp/_compute_global_specificity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ def compute_global_specificity(
4848
This function performs a one-sided permutation test to assess whether the observed
4949
group-specific means are significantly higher than expected by chance. P-values are
5050
computed using the formula (k + 1) / (n_perms + 1), where k is the number of
51-
permutations with values greater than or equal to the observed statistic. The +1
52-
pseudocount prevents zero p-values.
51+
permutations with values greater than or equal to the observed statistic.
5352
5453
Args:
5554
%(adata)s

0 commit comments

Comments
 (0)