Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast committed Aug 10, 2024
1 parent bd1ea00 commit c132de7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,18 @@ <h2 class="anchored" data-anchor-id="not-logic">NOT Logic</h2>
<p><img src="images/not-filter1.png" class="img-fluid"></p>
<p>Clicking this will change the logic to <strong>NOT</strong>.</p>
<p><img src="images/not-filter2.png" class="img-fluid"></p>
<p>In our case, we have 1,729 variants that do not meet our filter criterion.</p>
<p>Then we can hit <strong>Apply Filter</strong> again. In our case, we have 1,729 variants that do not meet our filter criterion. This makes sense because there were 9 variants total that met our grouped criterion, and 1,738 variants total, and 1738 - 9 = 1729.</p>
</section>
<section id="deleting-a-filter" class="level2">
<h2 class="anchored" data-anchor-id="deleting-a-filter">Deleting a Filter</h2>
<p>If you need to delete a filter, you can mouse to the right of the filter. A faint “X” will appear. Clicking on it will delete that filter.</p>
<p><img src="images/filter-delete.png" class="img-fluid"> ## Case Study: Filtering Pathogenic Variants</p>
<p>Finally, if you need to delete a filter, you can mouse to the right of the filter. A faint “X” will appear. Clicking on it will delete that filter.</p>
<p><img src="images/filter-delete.png" class="img-fluid"></p>
</section>
<section id="case-study-filtering-pathogenic-variants" class="level2">
<h2 class="anchored" data-anchor-id="case-study-filtering-pathogenic-variants">Case Study: Filtering Pathogenic Variants</h2>
<p>Let’s combine a sample filter with a grouped variant filter.</p>
<p>In our case, we want variants that are associated with the mother of the family combined with our joint missense/pathogenic variant filter.</p>
<p><img src="images/case-study-filter.png" class="img-fluid"></p>
<div class="cell" data-layout-align="default">
<div class="cell-output-display">
<div>
Expand Down
1 change: 1 addition & 0 deletions filtering.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ Then we can hit **Apply Filter** again. In our case, we have 1,729 variants that
Finally, if you need to delete a filter, you can mouse to the right of the filter. A faint "X" will appear. Clicking on it will delete that filter.

![](images/filter-delete.png)

## Case Study: Filtering Pathogenic Variants

Let's combine a sample filter with a grouped variant filter.
Expand Down

0 comments on commit c132de7

Please sign in to comment.