Materials from Intro to Bioinformatics lab, Winter offering at UC Davis (Jan-Mar 2020)
To the extent possible under law,
Titus Brown
has waived all copyright and related or neighboring rights to
GGG 201(b), Winter 2020 at UC Davis.
This work is published from:
United States.
Please abide by my lab's Code of Conduct in this course.
In particular, this is not an intellectual contest, and please realize that we all have plenty of things to learn.
What: hands-on computational work When: Friday 9-10:50am Where: Shields Library dungeon
There will be three homeworks, submitted via GitHub Classroom. Details TBA.
Homeworks can be done collaboratively, but you need to hand it in individually.
I grade each homework P/F. The division of grading between labs and the rest of the course is in the whole course syllabus.
Office hours to meet with Titus will be from 3-5pm on Wednesdays in CCAH 251; please use this online signup sheet. Don't worry too much about the specific time, this is just to signal to me that you want to talk to me (and puts it on my calendar!). (If no one signs up by 1pm of that Wednesday, I will feel free not to show up!)
Note that Titus is busy on 1/15 between 3-5pm, and out of town on 2/26.
C. Titus Brown (IOR) (ctbrown@ucdavis.edu)
In this lab, we will build and examine three different automated workflows, for three common bioinformatics tasks: variant calling, genome assembly, and RNAseq differential expression. (These will not be cutting edge workflows and should not be directly used for your own work, but they will be complete and functional.)
The overall learning goals for the lab are to:
- familiarize you with the basic operational concepts involved in variant calling, genome assembly, and RNAseq differential expression.
- introduce the use of workflow management tools as a core aspect of biological data analysis.
- describe scientific issues surrounding data analysis techniques and processes, including statistical issues, reproducibility, provenance, and publication.
In terms of technology, we'll be using the snakemake workflow system, running on the farm cluster. We'll touch briefly on git/GitHub and conda, but those topics will be gone into in much more detail in GGG 298.
- 1/10 - Intro; variant calling 1
- 1/17 - Variant calling 2 - now with more snakemake!
- 1/24 - Variant calling 3 - conda, github, and snakemake; HW 1 assigned.
- 1/31 - HW 1: Variant calling, due --- TODAY'S NOTES: Genome assembly 1
- 2/04 - BONUS LECTURE on assembly! Outline and collaborative notes
- 2/07 - Genome assembly 2
- 2/14 - Genome assembly 3
- 2/18 - BONUS LECTURE on transcriptomics! Outline
- 2/21 - Variant calling and assembly workflows discussion
- 2/28 - HW 2: Assembly, due - RNAseq diff exp 1
- 3/06 - RNAseq diff exp 2
- 3/13 - RNAseq diff exp 3