Skip to content

Commit 73c8937

Browse files
fixed doc string typo
1 parent 1816e77 commit 73c8937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffxpy/enrichment/enrich.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ def test(
216216
test, in that case the parameter threshold would be a significance threshold.
217217
:param gene_ids: If pval was supplied instead of DETest, use gene_ids to supply the
218218
vector of gene identifiers (strings) that correspond to the p-values
219-
which can be matched against the identifieres in the sets in RefSets.
219+
which can be matched against the identifiers in the sets in RefSets.
220220
:param threshold: Threshold of parameter scores at which a gene is included as a hit: In the case
221-
of differential test p-values in scores, threshold is the siginficance threshold.
221+
of differential test p-values in scores, threshold is the significance threshold.
222222
:param incl_all_zero: Wehther to include genes in gene universe which were all zero.
223223
:param all_ids: Set of all gene identifiers, this is used as the background set in the
224224
hypergeometric test. Only supply this if not all genes were tested

0 commit comments

Comments
 (0)