| Lattice Microbes 2.5
    This is for whole cell modeling | 
| 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) | |
| 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)
 | 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)
 | 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)
 | 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)
 | pySTDLM.StandardCells.packFastGrowingEcoli | ( | sim | ) | 
Pack a cell with the protein distribution for fast growing E coli.
Args:
    sim:
        A RDMESimulation object
 | pySTDLM.StandardCells.packSlowGrowingEcoli | ( | sim | ) | 
Pack a cell with the protein distribution for fast growing E coli.
Args:
    sim:
        A RDMESimulation object