Biology Meets Programming Bioinformatics for Beginners

Coursera
Course Summary
Are you interested in learning how to program (in Python) within a scientific setting? This course will cover algorithms for solving various biological problems along with a handful of programming challenges helping you implement these algorithms in Python. It offers a gentler-paced alternative to the first course in our Bioinformatics Specializ
-
+
Course Description
The sequencing of the human genome at the start of this century fueled a computational revolution in biology. As a result, modern biology produces as many new algorithms as any other fundamental realm of science.Once we have sequenced a genome, it may look like an incomprehensible string of the nucleotides A, C, G, and T. Yet hidden in these four letters is a secret language. In this course, we will start understanding this language by using computer programming. What makes this course distinct is that we assume that you have never programmed before.While learning Python from the ground up, we will write algorithms to determine where a bacterium starts replicating its genome, a problem with applications in genetic engineering. We will also use programming to learn how a cell knows what time of day it is and how the bacterium causing tuberculosis can hide from antibiotics.This course offers a much gentler-paced alternative to Finding Hidden Messages in DNA, the first course in the Bioinformatics Specialization. After completing it, we hope you will be well prepared to jump into the full Specialization!
-
+
Course Syllabus
The course will be based around the following biological questions, with the algorithmic ideas that we will use to solve them in parentheses:
- Where Does DNA Replication Begin? (Algorithmic Warm-up)
- Which DNA Patterns Act As Molecular Clocks? (Greedy and Randomized Algorithms)
Some of these topics will require you to complete coding challenges in order to implement bioinformatics algorithms, followed by a comprehension quiz at the end of the topic. Other topics will carry lighter workloads and consist primarily of lecture videos and short quizzes.
-
+
Recommended Background
No background is required beyond an enthusiasm for biology and a willingness to immerse oneself in learning how to program. Students who have never programmed before should be able to approach this course.
If you are an advanced programmer, we recommend that you take the "Hacker Track" in the Bioinformatics Specialization. -
+
Course Format
The primary content for the course is an interactive textbook that will help you code in Python as you learn about the course material.
We will also provide optional lecture videos accompanying the text for those interested.