-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90e7507
commit c06543d
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |