freiburgermsu / WCMpy

A Python package for Whole-Cell simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Whole Cell Model of a cocci Bacterium in Python

Installation

The following command installs WCMpy in a command prompt/terminal environment:

pip install wcmpy

ChemMW

__init__

The data environment, in a Python IDE, is defined:

import chemw
chem_mw = chemw.ChemMW(verbose = False, printing = True)
  • verbose & printing bool: specifies whether troubleshooting information or MW results will be printed, respectively.

mass()

The parameterized data is fitted to the Hill equation, with the following arguments and their default values:

chem_mw.mass(formula)

Accessible content

The WCMpy object retains numerous components that are accessible to the user:

About

A Python package for Whole-Cell simulations

License:MIT License


Languages

Language:Python 100.0%