GithubHelp home page GithubHelp logo

allencellmodeling / flins Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 2.0 7.85 MB

Simulate a system of linear filaments

License: Other

Makefile 1.47% Python 96.18% Jupyter Notebook 2.36%
stress-fibers biophysics cell-biology muscle

flins's Introduction

FLINS

Documentation Status

Code Coverage Status

Continuous Integration Status

Overview

flins is a spatial, agent-based simulation of the movement of actin, cross-linkers, and adhesions in a pre-myofibril. It explores the conditions necessary to generate the emergent organization we see in differentiating and developing muscle cells.

As a spatially explicit simulation flins recreates the movement and force responses of its proteins by treating them as springs, subject to deformation and able to generate force with variable rest lengths. Connectivity and binding withing this system of proteins is controlled by binding sites distributed along the proteins that link springs together. The kinetics of these binding sites are dependent upon the forces their parent proteins are subjected to. This produces a network of springs that transmits and generates forces with connectivity that changes depending on stochastic kinetics and the current deformation within the system.

Minimal example:

import flins
world = flins.construct.create_test_world(
    radius=1,     # how wide the world is
    span=10000,   # how long
    n_actin=5,    # actins per slice
    n_actinin=20, # crosslinkers per slice
    n_motors=10,  # motors per slice
    )    
world.step()

flins's People

Contributors

cdw avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

cdw tubbz-alt

flins's Issues

Rename project

Rename the project to myogen as it really is not modeling a stress-fiber any longer.

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.