| Literature DB >> 27071656 |
Niklaus Johner1, Daniel Harries2, George Khelashvili3.
Abstract
BACKGROUND: The importance of the material properties of membranes for diverse cellular processes is well established. Notably, the elastic properties of the membrane, which depend on its composition, can directly influence membrane reshaping and fusion processes as well as the organisation and function of membrane proteins. Determining these properties is therefore key for a mechanistic understanding of how the cell functions.Entities:
Keywords: Bending rigidity; Helfrich theory of elasticity; Lipid tilt and splay; Splay modulus; Tilt modulus
Mesh:
Substances:
Year: 2016 PMID: 27071656 PMCID: PMC4830014 DOI: 10.1186/s12859-016-1003-z
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Fig. 1Lipid and water densities and interface. (a) Illustration of the determination of the lipid water interface for a DOPE (dioleoylphosphoethanolamine)/Cholesterol inverted-hexagonal phase [20]. The lipid density map is shown in red, the solvent density in blue and the interface as cyan spheres. (b) Same system as (a), showing the interface in cyan spheres with several normal vectors shown in magenta and DOPE lipids with their director vectors shown as in (c). (c) Examples of selections used as headgroup, tail, and to calculate distances between lipids. Atoms used to define the director vector (headgroup and tail) are shown as green translucent spheres, atoms used in distance calculation as orange, and atoms used for both are in khaki. Director vectors are shown as green lines. From left to right, we show an all-atom cholesterol and DPPC (dipalmitoylphosphocholine) lipid (CHARMM force-field [36]) and a coarse-grained DOPE lipid (Martini force-field [37]). For phospholipids we typically use the last three carbon atoms of each acyl chain as the tail position, whereas we use several atoms from the hydrophilic region to define the head group (for example the phosphate atom and the first carbon atom linking the two acyl chains). For cholesterol we use the carbon of the carboxyl group and the last carbon of the rigid aromatic region of the molecule as head and tail respectively. Atoms used for distance calculations should correspond to atoms lying on the pivotal plane and hence depend on the system studied, but typically the pivotal plane is situated just below the hydrophilic region of the membrane and hence, for phospholipids, the first few carbon atoms of the acyl chains can be used. The corresponding dictionaries for the examples given here are: tail_dict={'CHL1': 'aname=C17', 'DPPC': 'aname=C214, C215, C216, C314, C315, C316', 'DOPE': 'aname=C5A, C5B'}, head_group_dict={'CHL1': 'aname=C3', 'DPPC': 'aname=P, C2', 'DOPE': 'aname=PO4, GL1, GL2'} and distance_dict={'CHL1': 'aname=C3', 'DPPC': 'aname=C22, C21, C23, C31, C32, C33', 'DOPE': 'aname=C1A, C1B'}
Fig. 2Typical workflow and associated functions. The entire procedure can be divided into four tasks: 1) Extending the trajectory using the periodic boundary conditions and wrapping it around the unit cell of interest (Schemes 1 and 2). This is done by using two functions of the trajectory_utilities module, ExtendTrajectoryToNeighboringUnitCells and WrapTrajectoryInPeriodicCell; 2) Aligning the trajectory using the AlignTrajectoryOnFirstFrame function (Scheme 3). This function first calculates the density of the solvent from the first frame of the MD trajectory using CreateDensityMapFromEntityView and then aligns the trajectory using AlignTrajectoryOnDensity; 3) Calculation of tilts and splays, using AnalyzeLipidTiltAndSplay (Scheme 4). This function first calculates the water lipid interface, and the field of normal vectors on the surface by calling the GetBoundaryBetweenViews function. Then it calculates the lipid tilts and splays using AnalyzeLipidTilts and AnalyzeLipidSplays; 4) Obtaining the elastic moduli by using the ExrtactTiltAndSplayModuli function which calls FitTiltDistribution and FitSplayDistribution (Scheme 5)
Scheme 1Loading and extending a trajectory
Scheme 2Aligning the trajectory for a planar bilayer
Scheme 3Aligning the trajectory for a lipidic phase of complex geometry
Scheme 4Calculating lipid tilts and splays
Scheme 5Extracting the tilt modulus and bending rigidity
Fig. 3Tilt and splay distributions and fits. Example of the plots automatically generated by the ExtractTiltAndSplayModuli function for the case of a simple DPPC planar bilayer. (a) The distribution of tilts P (θ) with the fitted gaussian G(μ, σ) in green. The mean of the distribution μ is shown as a red dashed line while the fitting interval [μ − σ, μ + σ] is shown as blue dashed lines. (b) Same as (a) but for lipid splays. (c) The PMF for lipid tilts with the corresponding quadratic fit (eq. 2) shown as a dashed red line. (d) The PMF for lipid splays with the corresponding fit (eq. 5) shown as dashed red line. Extracted elastic constants are shown in the legends
Scheme 6Calculate tilts and splays for each leaflet of a planar bilayer separately