A software platform for modeling, simulation and analysis of complex, heterogeneous and multi-scale systems like the cell. E-Cell has multi-algorithm, multi-timescale and multi-spatial-representation as its central feature.
Project description
E-Cell System version 4
What is E-Cell System?
E-Cell System is a software platform for modeling, simulation and analysis of complex, heterogeneous and multi-scale systems like a cell.
E-Cell4 accepts multi-algorithms, multi-timescales and multi-spatial-representations as its central feature.
Features
- Single particle simulations, i.e. The enhanced Green's Function Reaction Dynamics (eGFRD) method, Spatiocyte (a lattice-based method), and the Reaction Brownian Dynamics (RBD) method
- Ordinary differential equations, Gillespie algorithm (the direct method), and spatial Gillespie algorithm (the next subvolume method)
- Rule-based modeling
- Python programmable
Try online
You can try this package online from the following links:
- Code fragments that depend on ffmpeg will not work with Azure Notebooks. If you use movie export, please try Binder instead.
- If you use Binder, please go down to
ecell4-base-master/readthedocs/tutorials. orecell4-base-master/readthedocs/examples - If you use Azure Notebooks, please go down to
readthedocs/tutorialsorreadthedocs/examples.
Installation
Please see INSTALL.md. Basically you can install E-Cell4 on any OS just by running
pip install ecell4
Tutorials
Please see tutorials.
Examples
Please see examples.
Simple examples
Here are two extremely simple examples, See http://ecell4.readthedocs.org for more details on running E-Cell4.
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ecell4.core import *
>>> sp = Species("A.B.C")
>>> print sp.serial()
A.B.C
>>>
Binding and unbinding reactions
%matplotlib inline
from ecell4 import *
with reaction_rules():
A + B == C | (0.01, 0.3)
run_simulation(10, {'A': 60, 'B': 60})
Diffusion on a spherical surface
%matplotlib inline
from ecell4 import *
with species_attributes():
A | {'D': '1', 'location': 'M'}
surface = Sphere(ones() * 0.5, 0.5).surface()
obs = FixedIntervalTrajectoryObserver(1e-4)
run_simulation(
0.4, y0={'A': 10}, structures={'M': surface},
solver='spatiocyte', observers=obs, return_type=None)
viz.plot_trajectory(obs, interactive=False)
Citation
If this package contributes to a project which leads to a scientific publication, I would appreciate a citation.
Licensing terms
This product is licensed under the terms of the GNU General Public License v2, See NOTICE for the software included in this product.
- Copyright (c) 2010-, RIKEN
All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ecell4_base-2.0.0b1-cp37-cp37m-manylinux1_x86_64.whl.
File metadata
- Download URL: ecell4_base-2.0.0b1-cp37-cp37m-manylinux1_x86_64.whl
- Upload date:
- Size: 30.3 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
565500ddd9627f2e2595fbfc41fe543d02ff66bcae5554d9b6b3ec2e2f704041
|
|
| MD5 |
b42f7ad21eb45bc56fd74cd945ab9e3d
|
|
| BLAKE2b-256 |
26b5f29970d4e996eb92881ba2bfc30706560a322d487d50fee6c4c93eb5ec95
|
File details
Details for the file ecell4_base-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl.
File metadata
- Download URL: ecell4_base-2.0.0b1-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 30.3 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11639d4cfeeb2c1d64a3a977f3200ecb3afd902ec5c16a5f6c3d4e5ea6559d28
|
|
| MD5 |
6be3ed3dc5c50b07495255e6a9a96765
|
|
| BLAKE2b-256 |
893fa017a603c0e1a4c8f19693121dd30966dbd8ebeecb4ebd3f4e74a9700940
|
File details
Details for the file ecell4_base-2.0.0b1-cp35-cp35m-manylinux1_x86_64.whl.
File metadata
- Download URL: ecell4_base-2.0.0b1-cp35-cp35m-manylinux1_x86_64.whl
- Upload date:
- Size: 30.3 MB
- Tags: CPython 3.5m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b6cb3b5512ea5a402309994aae70e48308bcb8029aebd4ea1892223aac5c548
|
|
| MD5 |
a18af26137706285d39d8d19e4ca6f12
|
|
| BLAKE2b-256 |
a30c3eed9d5e3162cab86eb24d5b0a22567d09fecb24741272c6250e3e5865cd
|