Skip to content

zwicker-group/tutorial-pattern-formation-in-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: Simulations of pattern formation in biological cells

This repository contains material that we prepared for the PSL-Qlife Winter school "Active Matter in Biology" that took place in Paris in February 2022. The course took place over two days, spanning about four hours each and we divided each day into three sections. The folder tutorial-notebooks contains respective jupyter notebooks with explanations and tasks for the students. Solutions and further explanations are stored in the solution-notebooks folder.

Course description

This workshop focuses on numerical simulations of patterns that form within biological cells. We focus on two relevant patterns that structure the intracellular environment: Min oscillations and biomolecular condensates. Both examples are modeled by partial differential equations, which will be discussed and analyzed in detail. Students can playfully explorer the behavior of these dynamical systems using the python package py-pde, which we introduced in the beginning. On the first day, we start with simple cases with analytical solutions, then turn to classical reaction-diffusion systems, and finally analyze stable oscillations of the Min system. On the second day, we discuss diffusion in non-ideal solutions, which leads us to the physics of phase separation that models biomolecular condensates. By augmenting the classical Cahn-Hilliard equation we will learn how non-equilibrium chemical reactions can control phase separation in the cellular context. After this workshop, students will be able to simulate and analyze non-linear partial differential equations that often appear in biology.

Further help and reading

Feel free to use the Discussions to discuss this tutorial and ask questions. The github page of the python package py-pde that we use to run simulations also contains further information. If you are interested in the scientific theories discussed in the tutorials, you find more information on the webpages of the group of Erwin Frey and the group of David Zwicker. Below, we also list a few scientific papers with further information.

Pattern formation and Min oscillations:

(Active) phase separation:

Contributors

The notebooks were created by Tom Burkart, Jan Kirschbaum, and David Zwicker.