Giter Club home page Giter Club logo

cell-aggregation-simulation's Introduction

Cell aggregation simulation

Test code for the simulation of cell aggregation by chemotaxis. This is inspired by aggregation of Dictyostelium discoideum cells chemotaxing toward extracellular cAMP secreted by their own.

DEMO

Overview

Cells are represented as particles. The motive force includes chemotactic force and Lennard-Jones potential as volume exclusion. The direction of chemotactic force is gradient of cAMP field. The strength of chemotactic force is constant, f0. The dynamics is considered as over-damped condition, thus inertia term is ignored. The external field of cAMP is formed by point source secretion by each cells and diffusion. Simulation is performed under periodic boundary condition. The equasions are solved using fourth-order Runge-Kutta method.

Requirements

  • MATLAB (>= R2015b)
  • Statistics and Machine Learning Toolbox

Parameters

  • cellnum : number of cells.
  • width : the length of edge of the simulated field.

cAMP_secdegdif function

  • k1 : cAMP production rate.
  • k2 : cAMP degradation rate.
  • DcAMP : diffusion constant of cAMP.

cellmig function

How to run

Put cAMPsecretion_cellmigration_LJpotential.m file in MATLAB directory. Execute cAMPsecretion_cellmigration_LJpotential;. Initial cell position is random, and initial cAMP concentration is zero. After the setting of initial condition, program will pause and require your input. Press any key to start simulation. If cells are too dense, error could occur due to too strong repulsive force by Lennard-Jones potential.

cell-aggregation-simulation's People

Stargazers

 avatar

cell-aggregation-simulation's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.