- Faculty: Aaron Quinlan (aquinlan at genetics.utah.edu)
- Teaching assistants: Tom Sasani ([email protected]), Julie Feusier ([email protected]) and Jingtao Guo ([email protected])
- Meets Tu and Th from 9:10-10:30 in HSEB 2948; January 10 - April 25
- TA Hours: M and W from 4-5 PM, meet in 2nd floor HSEB lobby
This course will provide a comprehensive introduction to fundamental concepts and experimental approaches in the analysis and interpretation of experimental genomics data. It will be structured as a series of lectures covering key concepts and analytical strategies. A diverse range of biological questions enabled by modern DNA sequencing technologies will be explored including sequence alignment, the identification of genetic variation, structural variation, and ChIP-seq and RNA-seq analysis. Students will learn and apply the fundamental data formats and analysis strategies that underlie computational genomics research. The primary goal of the course is for students to be grounded in theory and leave the course empowered to conduct independent genomic analyses.
- Online introduction to Linux. Students must complete one of the following online tutorials (or both) before class begins.
- Undergraduate or graduate level Molecular Biolog (for future versions of the class)
- An Apple or Linux computer. Or a Windows machine with Putty installed.
- All slide decks (in Google Drive)
- Class 1: Course overview and Intro to UNIX
- Class 2: Intro to UNIX, Part 2
- Class 3: The human genome
- Class 4: Pattern searching in the human genome
- Class 5: Genetic Variation
- Class 6: DNA sequencing technologies and FASTQ format
- Class 7: DNA sequence mapping and alignment
- Class 8: SAM/BAM format, samtools, and IGV
- Class 9: SNP and INDEL discovery (part 1)
- Class 10: SNP and INDEL discovery (part 2)
- Class 11: VCF format, Hardy Weinberg Equilibrium, VCF toolkits
- Class 12: VCF annotation and interpetation
- Class 13: Structural and copy number variation
- Class 14: Somatic Mutation and Tumor Evolution
- Class 15: Genome Annotation and Resources
- Class 16: Genome Annotation Formats. And awk.
- Homework 1: Basic Unix analysis
- [Homework 2: DNA Pattern exploration in a FASTA file] (https://gist.github.com/arq5x/c0eb84bce2086fbfbe9184668ef87b31#file-hw2-md)
- [Homework 3: Working with the FASTQ format] (https://gist.github.com/arq5x/c0eb84bce2086fbfbe9184668ef87b31#file-hw3-md)
- [Homework 4: BAM files, samtools, IGV] (https://gist.github.com/arq5x/c0eb84bce2086fbfbe9184668ef87b31#file-hw4-md)
- [Homework 5: Exploring genetic variation in VCF files] (https://gist.github.com/arq5x/c0eb84bce2086fbfbe9184668ef87b31#file-hw5-md)
-
Class 1 (Tu Jan 10; Quinlan): Course overview and Intro to UNIX
- Class 1 Slides
- Required Reading Prior to Lecture:
- Part 1 of Unix and Perl Primer for Biologists
- Topics covered
- Brief history of computational biology
- Course computing environment
- Intro. to UNIX: Part 1
- Logging in
- The "shell"
- "Home"
- Navigation
- File system
- Files
- Basic commands:
ls
,pwd
,cd
,mkdir
,head
-
Class 2 (Th Jan 12; Quinlan): Intro to UNIX Part 2
- Class 2 Slides
- Required Reading Prior to Lecture:
- Part 2 (Advanced UNIX) of Unix and Perl Primer for Biologists
- Topics covered
- Intro. to UNIX: Part 2
- grep
- cut
- redirects
- Intro. to UNIX: Part 2
- Homework 1 assigned. (due by start of class, Jan 17)
-
Class 3 (Tu Jan 17; Quinlan): The human genome
- Class 3 Slides
- Required Reading Prior to Lecture:
- Topics covered
- Karyotype
- Chromosome structure
- Centromeres
- Banding
- Chromatin
- How was the genome sequenced?
- sequencing technology
- assembly strategy
- Chromosomes
- size
- gene content
- centromeres
- Haplotypes
- Genes and transcripts
- Repeat content
- mobile elements
- simple repeats
- GC content, banding
- CpG islands
-
Class 4 (Th Jan 19; Quinlan): Using UNIX to find patterns in a genome
- Required Reading Prior to Lecture:
- None.
- Topics covered
- The UNIX PATH
- Environment variables
- Basic regular expressions with grep
- sort
- uniq
- Homework 2 (finding biological patterns in FASTA files with UNIX) assigned
- Required Reading Prior to Lecture:
-
Class 5 (Tu Jan 24; Quinlan): Genetic variation: mutations, polymorphisms, and haplotypes
- Required Reading Prior to Lecture:
- Topics covered
- Genetic variation: what, why, etc.
- Mutation vs. polymorhism
- De novo mutation
- Human mutation rates
- Polymorphism
- SNPs INDELs
- abundance
- frequency
- examples
- 1000 Genomes
- Site frequency spectrum
- Population stratification
- Intro to haplotypes and recombination
-
Class 6 (Th Jan 26; Quinlan): Modern DNA sequencing technologies
- Required Reading Prior to Lecture:
- Topics covered
- Illumina sequencing
- Overview of technology
- Paired-end vs. single-end
- Pacbio
- Oxford nanopore
- Base calling
- FASTQ format
- seqtk, fastx toolkit
- Illumina sequencing
- Homework 3 (working with the FASTQ format) assigned
-
Class 7 (Tu Jan 31; Quinlan): DNA sequence mapping and alignment](https://docs.google.com/presentation/d/1RskyGhXx4Lc6wSvvb_ZuCUJGUiP2RAr9X8bGh9Kz77I/edit?usp=sharing)
- Required Reading Prior to Lecture:
- Topics covered
- Sequence alignment
- Theory
- Mapping versus alignment
- Local versus global alignment
- Smith waterman
- Needleman-wunsch
- Advanced algorithms
- Alignment for RNA-seq
- Alignment for SV detection.
- Tools
- BWA, etc.
- Sequence alignment
-
Class 8 (Th Feb 2; Quinlan): SAM/BAM format, samtools, and IGV](https://docs.google.com/presentation/d/1_iT3btOZqjPmVb8Ryk5ssMBCMxoQ0MVmasZ6G0luA-c/edit?usp=sharing)
- The SAM/BAM format
- Samtools
- IGV
- Homework 4 (creating and working with SAM/BAM files with samtools and IGV) assigned
-
Class 9 (Tu Feb 7; Quinlan): SNP and INDEL discovery (part 1)](https://docs.google.com/presentation/d/1D4XY9XxQiyYcwwhomRRONxCPr_bJvcC0WM4sb8vouZM/edit?usp=sharing)
- Required Reading Prior to Lecture:
- Optional Reading Prior to Lecture:
- Topics covered
- SNP and INDEL calling
- Theory
- Basic concept
- Sequencing error
- Bayes theorem and priors
- Theory
- Assigning a genotype
- Common problems and artifacts
- paralogy
- low depth
- high error rate
- ambiguous alignment
- Single sample variant detection
- SNP and INDEL calling
-
Class 10 (Th Feb 9; Quinlan): SNP and INDEL discovery (part 2)](https://docs.google.com/presentation/d/12jeJQPbntPPPGYszIH1l9u83mXFVU1XdJw-bNgbFu28/edit?usp=sharing)
- Required Reading Prior to Lecture:
- Topics covered
- VCF format
- Attributes
- Genotypes
- Population calling
- Basic annotations
- VCF format
- Landscape of human genetic variation
- Alleles and genotypes
- Allele frequency spectrum
- Hardy weinberg equilibrium
- More on haplotypes and recombination
- Exploring the format
- examples
- IGV
- Manipulating VCF with bcftools
- Homework 5 (variant calling and working with VCF files with bcftools and UNIX) assigned
-
Class 11 (Tu Feb 14; Quinlan): VCF format, Hardy Weinberg Equilibrium, VCF toolkits
- Topics covered
- VCF Format
- Allele frequencies
- Genotype frequencies
- Hardy Weinberg Equilibrium
- Topics covered
-
Class 12 (Th Feb 16; Quinlan): VCF annotation and interpetation
- Required Reading Prior to Lecture:
- Topics covered
- Concepts
- e.g, synonymous, non-synonymous
- frameshift
- stopgain
- constraint
- impact of transcript model
- Concepts
- Tools
- Polyphen
- SIFT
- vcfanno
- CADD
- VEP
- SnpEff
-
Class 13 (Tu Feb 21; Quinlan): Variation in genome structure
- Required Reading Prior to Lecture:
- Topics covered
- The genome is repetitive
- Segmental duplication
- SV versus CNV
- SV Mechanisms
- NAHR / ectopic recombination
- NHEJ
- Replication mechansism
- SV detection
- Examples
-
Class 14 (Th Feb 23; Marth): Somatic mutation in cancer
- Required Reading Prior to Lecture:
- Topics covered
- Sources of mutation
- Mutational landscape
- Tumor heterogeneity
- Somatic mutation detetion
- why is it so hard?
- Using mutation to track cancer evolution
- Mosaicism and disease
-
Class 15 (Tu Feb 28; Quinlan): Genome annotation
- Required Reading Prior to Lecture:
- None
- Topics covered
- How and why do we annotate a genome?
- Conservation
- CpG islands
- Repeatmasker
- Chromatin modifications
- DNA methylations
- Linkage blocks
- Required Reading Prior to Lecture:
-
Class 15 (Th Mar 2; Quinlan): Genome data formats and genome arithmetic
- Required Reading Prior to Lecture:
- None
- Topics covered
- The genome as a coordinate system
- BED format
- GFF format
- VCF format
- UCSC and Biomart to retrieve genome annotations
- UCSC and IGV to visualize
- a bit of awk
- Required Reading Prior to Lecture:
-
Class 16 (Tu Mar 7; Quinlan): Applied genome arithmetic with bedtools; part 1
- Required Reading Prior to Lecture:
- Topics covered
- The genome as a coordinate system revisited
- Basic concepts of genome arithmetic
- Introduction to bedtools
- Homework 9 (basic genome arithmetic with bedtools) assigned (due Mar 7)
-
Class 17 (Tu Mar 7; Quinlan): Applied genome arithmetic with bedtools; part 2
-
Class 18 (Th Mar 9; Quinlan): Digging deeper into UNIX, part 1
- awk
- sed
- tr
- PATH
- .bashrc
-
Class 19 (Tu Mar 21; Quinlan): ChIP-seq analysis
- experimental design
- protocols
- examples
-
Class 20 (Th Mar 23; Quinlan): RNA-seq analysis
- analyses
- toolsets
- Class project assignment
-
Class 21 (Tu Mar 28; Quinlan): Basic probability
- Probability with coins and dice
- Probability with DNA
- Conditional probabilities
- Use R for examples
-
Class 22 (Th Mar 30; Quinlan): Statistical tests
- Gaussian
- Z scores
- Chi-squared
- Fisher
- KS test
- Rank tests
- Applications
- Gaussian
-
Class 23 (Tu Apr 4; Quinlan): How do I know if my observation is significant?
- Models
- Expectation
- Tests for significance
-
Class 24 (Th Apr 6; Quinlan): Data visualization, part 1
- Why
- Pattern recognition
- Detect problems
- Ansombe’s quartet
- Introduce class projects
-
Class 25 (Tu Apr 11; Quinlan): Data visualization, part 2
- http://www.nature.com/collections/qghhqm/pointsofsignificance
- Scatter plots
- Histograms
- Box whiskers
-
Class 26 (Th Apr 13; Quinlan): Digging deeper into UNIX, part 2
- loops
- shuffling
- randomization
- advanced commands
- basic scripts and pipelines
-
Class 27 (Tu Apr 18; Quinlan): Advanced topics
-
Class 28 (Th Apr 20; Quinlan): Group Presentations, part 1
-
Class 29 (Tu Apr 25; Quinlan): Group Presentations, part 2