Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jul 19, 2024
1 parent ddf837b commit fdd0d8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hidimstat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


def quantile_aggregation(pvals, gamma=0.5, gamma_min=0.05, adaptive=False):
"""
This function implements the quantile aggregation method for p-values.
"""
# if pvalues are one-dimensional, do nothing
if pvals.shape[0] == 1:
return pvals[0]
Expand Down

0 comments on commit fdd0d8d

Please sign in to comment.