Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast committed Aug 9, 2024
1 parent 4430524 commit c140870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ <h2 class="anchored" data-anchor-id="combining-and-or-logic">Combining AND / OR
E --"AND"--&gt; G["PS1 Variants AND\n(Missense OR Pathogenic)\n(n=27)"]
A --"ClinVar ACMG\nPS1 variants"--&gt; F
F --"AND"--&gt; G
classDef White fill:#FFFFFF;
class PS1 White
class OR White
</pre>
</div>
<p></p></figure><p></p>
Expand Down
3 changes: 3 additions & 0 deletions filtering.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ graph TD
E --"AND"--> G["PS1 Variants AND\n(Missense OR Pathogenic)\n(n=27)"]
A --"ClinVar ACMG\nPS1 variants"--> F
F --"AND"--> G
classDef White fill:#FFFFFF;
class PS1 White
class OR White
```

## NOT Logic
Expand Down

0 comments on commit c140870

Please sign in to comment.