Skip to content

Commit

Permalink
Create lab_6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
owensgl authored Feb 9, 2024
1 parent 727c2ec commit 113eb6e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions labs/lab_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Unknown
element: lab
layout: default
---

## Objectives

- To learn how to align sequence data to a reference.
- To learn how to interpret sam and bam files.
- To learn how to manipulate a bam file.
- To learn how to filter a bam file.

****

#Download some data
#Download a reference genome
#Index your reference genome
#Align data
#Look around bam file
#Sort bam file.
#Extract single region of bam file
#Remove PCR duplicates.

0 comments on commit 113eb6e

Please sign in to comment.