Code Monkey home page Code Monkey logo

vertex_model's Introduction

Simulation of a neuro-epithelium

Vertex model simulation on a toroidal domain, a model for growth and morphogenesis of the developing neural tube.

Python 3 version of this original code. Study published in

Guerrero, P., et al. (2019). Neuronal differentiation influences progenitor arrangement in the vertebrate neuroepithelium. Development, 146(23) https://doi.org/10.1242/dev.176297

Requirements

  • Python 3.7.9
  • numpy
  • matplotlib
  • numba
  • seaborn
  • plotnine
  • ...

Installation

It's recommended to setup a conda environment with the above requirements (here called py37)

conda create -n py37 python==3.7.9 numpy matplotlib numba jupyter
conda init $SHELL
conda activate py37

Once you setup your python installation and/or activated your conda environment

git clone https://github.com/berberto/vertex_model.git
cd vertex_model/
pip install -e .

Run

You can test the installation and the functions available with the vertex_model from the jupyter notebook in examples/:

jupyter-notebook examples/example_simulation.ipynb

Main functions

The main functions to look at, in order to see how to set differentiation rates etc, are in vertex_model/run_select.py:

  • simulation_with_division
  • simulation_with_division_clone
  • simulation_with_division_clone_differentiation
  • simulation_with_division_clone_differenciation_3stripes

These are the functions to be called for a simulation run. The function run_simulation_INM is a wrapper for these function, and allows to select which of these to be run, along with other options.

vertex_model's People

Contributors

berberto avatar mankiddyman avatar rebeca99 avatar

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.