Lectures
You can download the lectures here (in PDF format). I will try to upload lectures prior to their corresponding classes.
-
-
Sequencing Technologies
tl;dr: Brief intro to the basics of short and long read sequencing.
[slides] -
Introduction to Alignment, Mapping and Indexing
tl;dr: Basic alignment & the utility of exact matching.
[slides] -
-
The FM index and it's use in short-read alignment
tl;dr: Why the FM-index is also very cool.
[slides] -
-
The Practical Application of Full-text Indices
tl;dr: What different aligners enable, in practice
[slides] -
-
K-mer counting, cardinality estimation, AMQs and MPHFs (oh my!)
tl;dr: Dealing with discrete keys efficiently
[slides] -
-
-
Efficient colored de Bruijn graph representation
tl;dr: Being clever about color representation
[slides] -
-
Efficient indexing of the (compacted) colored de Bruijn graph
tl;dr: using the (c)cdbg as an index
[slides] -
-