Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaQin committed Feb 8, 2025
1 parent 3571265 commit 9b1515b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnomad/sample_qc/relatedness.py
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ def default_get_de_novo_expr(
"""
Get the *de novo* status of a variant based on the proband and parent genotypes.
Confidence thresholds (from Kaitlin Samocha's [*de novo* caller](https://github.com/ksamocha/de_novo_scripts)):
Confidence thresholds (from Kaitlin Samocha's `de novo caller <https://github.com/ksamocha/de_novo_scripts>`_):
+----------------+--------------+-----------------------+------+------+-------+-----+
| Category | P(*de novo*) | AB | AD | DP | DR | GQ |
Expand Down Expand Up @@ -1569,7 +1569,7 @@ def default_get_de_novo_expr(
.. note::
The “LOW” confidence category differs slightly from the criteria in the
original code (P(*de novo) > 0.05 and AB > 0.2 ), as it is designed to fill
original code (P(*de novo*) > 0.05 and AB > 0.2 ), as it is designed to fill
the gap for variants that do not meet the FAIL criteria but would otherwise
remain unclassified.
Expand Down

0 comments on commit 9b1515b

Please sign in to comment.