Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Python for genetics
Rating: 4.5 out of 5(326 ratings)
1,543 students

Introduction to Python for genetics

Learn how to simulate and model basic problems of genetics in the Programming language Python!
Last updated 11/2023
English

What you'll learn

  • You will learn how to model genetics problems with Python
  • The basic mendelian genetics
  • DNA replication
  • DNA transcription
  • DNA translation
  • The Hardy-Weinberg Theorem
  • The main variable types
  • User input
  • Arithmetic operations
  • Relational and logical operators
  • Conditional statements
  • For and while loops
  • Tuples, lists and dictionaries
  • Functions
  • Modules
  • File I/O
  • How to calculate the frequency of recombinant genotypes and estimate the gene distance
  • How to model the transcription process
  • How to model the translation process
  • How to solve a population genetics problem

Course content

12 sections66 lectures4h 18m total length
  • Course overview/introduction1:24
  • About the speed of the lectures0:10

Requirements

  • A basic knowledge of genetics is desirable, but the course has a brief review of genetics at the beginning

Description

Many students and professionals of biosciences are not familiar with programming. However, the increasing amount of biological data generated every year, along with advances in biotechnology and the increasing role of informatics in life sciences makes the programming knowledge essential for biologists, biotechnologists, and so on! In this introductory course, you will learn how to model simple genetics problems using the programming language Python. First, you will learn how to implement the commands or data structures in Python. And Finally, we will model some problems in the field of genetics using the knowledge acquired so far.

Since this is an introductory course, we will not use third-party libraries, such as Biopython, matplotlib, pandas, etc., but only the built-in commands, modules, and data structures.

In the first section of the course, we have a very brief introduction to refresh some concepts of genetics, such as genes, alleles, frequency, etc... In the second part of the course, you'll learn the basic commands, data structures, and functions of Python. In these chapters, you must apply the knowledge acquired so far in the chapter to solve some problems related to genetics in Python! There are more than 20 exercises and challenges to be solved throughout the course!

Therefore, if you want to:

  1. Learn to think algorithmically

  2. Model problems of genetics in a programming language

  3. Learn how to use the most popular programming languages to model problems of biology


...this course is for you!

Who this course is for:

  • Biologists/biotechnologists
  • Biology/biotechnologists students
  • Programmers or computer scientists curious to understand the possible application of Python in genetics
  • Python and/or genetics enthusiasts