Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
pySTDLM.StandardCells Namespace Reference

Functions

 buildEColiCell (sim, crowded=False, crowdedMembrane=False)
 buildDividingEColiCell (sim, crowded=False, crowdedMembrane=False)
 buildSphericalEColiCell (crowded=False, latticeSpacing=16, crowdedMembrane=False)
 buildFilamentousEColiCell (sim, length=8.0, crowded=False, crowdedMembrane=False)
 packFastGrowingEcoli (sim)
 packSlowGrowingEcoli (sim)

Function Documentation

◆ buildDividingEColiCell()

pySTDLM.StandardCells.buildDividingEColiCell ( sim,
crowded = False,
crowdedMembrane = False )
Build a standard E coli cell 0.5 microns across and 4 microns long.

Args:
    sim:
        An RDMESimulation object
    crowded:
        Should the cytosol be crowded (default: false)
    crowdedMembrane:
        Should the membrane be crowded (default: false)
Here is the call graph for this function:

◆ buildEColiCell()

pySTDLM.StandardCells.buildEColiCell ( sim,
crowded = False,
crowdedMembrane = False )
Build a standard E coli cell 0.5 microns across and 2 microns long.

Args:
    sim:
        An RDMESimulation object
    crowded:
        Should the cytosol be crowded (default: false)
    crowdedMembrane:
        Should the membrane be crowded (default: false)
Here is the call graph for this function:

◆ buildFilamentousEColiCell()

pySTDLM.StandardCells.buildFilamentousEColiCell ( sim,
length = 8.0,
crowded = False,
crowdedMembrane = False )
Build a long filamentous E coli cell where the user can specify the length.

Args:
    sim:
        An RDMESimulation object
    length:
        The length of the cell in microns (default: 8)
    crowded:
        Should the cytosol be crowded (default: false)
    crowdedMembrane:
        Should the membrane be crowded (default: false)
Here is the call graph for this function:

◆ buildSphericalEColiCell()

pySTDLM.StandardCells.buildSphericalEColiCell ( crowded = False,
latticeSpacing = 16,
crowdedMembrane = False )
Build a Spherical E coli cell, one that lacks the gene for elongation.

Args:
    sim:
        An RDMESimulation object
    crowded:
        Should the cytosol be crowded (default: false)
    crowdedMembrane:
        Should the membrane be crowded (default: false)
Here is the call graph for this function:

◆ packFastGrowingEcoli()

pySTDLM.StandardCells.packFastGrowingEcoli ( sim)
Pack a cell with the protein distribution for fast growing E coli.

Args:
    sim:
        A RDMESimulation object
Here is the call graph for this function:
Here is the caller graph for this function:

◆ packSlowGrowingEcoli()

pySTDLM.StandardCells.packSlowGrowingEcoli ( sim)
Pack a cell with the protein distribution for fast growing E coli.

Args:
    sim:
        A RDMESimulation object
Here is the call graph for this function: