/2022-GGG201b-lab

GGG 201(b), Intro to Bioinformatics - lab section. Winter 2022 at UC Davis.

Primary LanguageJupyter NotebookCreative Commons Zero v1.0 UniversalCC0-1.0

2022-GGG201b-lab

Materials from Intro to Bioinformatics lab, Winter offering at UC Davis (Jan-Mar 2022)

CC0
To the extent possible under law, Titus Brown has waived all copyright and related or neighboring rights to GGG 201(b), Winter 2021 at UC Davis. This work is published from: United States.

Code of Conduct

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.

Lab sessions

What: hands-on computational work

When: Friday 9-10:50am

Where: Zooooooom!

Homework

There will be three homeworks, submitted via GitHub Classroom.

Homeworks can be done collaboratively, but you need to hand it in individually.

Grading and collaborative work

I grade each homework S/U. The division of grading between labs and the rest of the course is in the whole course syllabus.

Instructors

C. Titus Brown (IOR) (ctbrown@ucdavis.edu)

Office hours

You can sign up for office hours using this calendly link, or e-mail Titus at ctbrown@ucdavis.edu.

Lab description

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:

  1. familiarize you with the basic operational concepts involved in variant calling, genome assembly, and RNAseq differential expression.
  2. introduce the use of workflow management tools as a core aspect of biological data analysis.
  3. 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.

Lab topics

  1. 1/7 - Intro; variant calling 1