Skip to content

Commit

Permalink
Create 11_SnpSift_exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Jun 4, 2024
1 parent 90e7507 commit c06543d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lessons/11_SnpSift_exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "SnpSift Exercises"
author: "Will Gammerdinger, Meeta Mistry"
date: "May 27, 2024"
---

In this exercise we will use the VCF file that we have generated in order to practice parsing our apart our VCF. The VCF file is availible for download [here]().

# Exercises

**1)** Extract all of the stop codon losses

**2)** Extract all of the SNPs on Chromosome 2 between 8Mb and 10.2Mb.

**3)** Extract all of the mutations that alter a splice site on Chromosome 11.

**4)** Extract all of the high impact mutations on Chromosome 12 or moderate impact mutations on Chromosome 3.


[Next Lesson >>](11_IGV.md)

[Back to Schedule](../schedule/README.md)

0 comments on commit c06543d

Please sign in to comment.