Author: Marco Pensalfini, UPC-BarcelonaTech, April 2022
Monolayers are cohesive cellular sheets that appear in a number of physiological functions, whereby cell-cell junctions and cytoskeletal filaments allow integrating $-$ physicall and functionally $-$ individual cells into three-dimensional tissue membranes. While mainly interested in single-cell biophysics, we want to be able to constrain the modeled cytoskeletal fibers by accounting for idealized interactions with the neighboring cells and their cytoskeletal networks. To this end, we have developed a dedicated confining space in Cytosim, which represents a right regular prism and a set of custom-implemented fiber confinement options.
Owing to the typical membrane-like characteristics of cell monolayers, we developed a custom space class in Cytosim that corresponds to the extrusion of a regular polygon. This can be accessed through the keyword "shape = polyreg" and takes the following parameters:
Note that updating the value of "deforgrad" during a simulation will allow prescribing the cell deformation, e.g. to simulate mechanical stretching, as shown in the example images below.
In addition to the standard fiber confinement options, "polyreg" has a few additional capabilities that are useful to model a single cell as part of a monolayer by representing the following cases:
In each of the above cases, all fiber points except for their extremities are confined inside the current volume of the cell (prism) in a manner that is equivalent to the standard "CONFINE_INSIDE".
As a first case, we consider a fiber whose ends are constrained to slide on the lateral cell walls. This idealizes the situation where cytoskeletal filaments within a cell are connected to those of neighboring cells through cell-cell junctions as part of a monolayer. Assuming that the membrane provides no resistance to sliding, we can further model the motion of filament ends on the lateral cell walls as frictionless and link the current location of each fiber end to its projection on a cell wall through a harmonic potential that vanishes at the projection point, as it is typical in Cytosim. Moreover, considering the connectivity between neighboring cells as fixed, we additionally limit the fiber end mobility to the cell side wall where they are found at the beginning of the simulation.
This situation can be modeled in Cytosim by providing the keyword "confine = monolayer" while defining the fiber properties, knowing that it takes up to 3 additional arguments (see example code a few lines below):
cytosim
set fiber filament
{
rigidity = 0.021
segmentation = 0.2
confine = monolayer, 1000.0, cell, 0.1
display = ( coloring = 1; )
}
Below we showcase the effect of such a fiber confinement on the mobility of cytoskeletal filaments that are contained within a hexagonal cell undergoing 10% equibiaxial areal strain (see example file "filament_network_monolayer.cym").
As a limiting case, we consider letting the fiber ends slide freely on any lateral cell wall. The only difference from the previous case is that fiber points are now projected on the closest lateral cell wall, irrespective of their initial configuration.
This situation can also be modeled in Cytosim by replacing "confine = monolayer" with "confine = monolayer_free" and providing parameters that are analogous to those previously described.
We conclude by considering a limiting case where the membrane-induced friction entirely prevents fiber ends from sliding. Each fiber end is now linked to its initial position using a harmonic potential of given stiffness; this situation can be modeled in Cytosim by using "confine = monolayer_fixed" and providing the usual parameters for monolayer confinement.