5. Thickness calculation

5.1. How FATSLiM estimates membrane thickness

5.1.1. Step 0. Membrane identification

Obviously, before estimating membrane thickness (or inter-leaflet distance), the major prerequisite is to identify the actual membrane and its leaflets! Please refer to the corresponding section in the previous chapter for details.

Once leaflets are clearly identified, membrane thickness is estimated for every single lipid: successively, each lipid is taken as a reference and the inter-leaflet distance is calculated as described in the following.

5.1.2. Estimating inter-leaflet distance from reference lipid

Because fluctuations of lipid positions are very likely to introduce noise when estimating membrane thickness, FATSLiM does not rely on single lipid coordinates to calculate inter-leaflet distance but rather uses neighborhood-averaged coordinates to smooth the individual fluctuations out.

5.1.2.1. Reference lipid position

As described the position of the reference is modulated according to its neighborhood. This procedure can be summarized as follows:

../_images/thickness_same.png

1. A neighbor search is performed to identify lipids (green) surrounding the reference (purple). For consistency (as well as computational efficiency) purposes, the results from the neighbor search done previously to calculate normals are used here.

2. When its normal is almost parallel (a hard-coded 10 degree tolerance is used) to the reference normal, a lipid is selected (yellow) to modulate the reference position. This step may be unnecessary when dealing with flat membranes but it can become necessary to avoid bias in the case of membranes with higher curvature.

3. An averaged position (orange) is calculated from the selected neighbors. This position, with the addition of the local normal (yellow arrow and black line) will be used to estimate inter-leaflet distance.

5.1.2.2. Average position of the other leaflet

Similarly to what was described previously, an average position is also calculated for the other leaflet:

../_images/thickness_other.png

4. A neighbor search is performed to identify the lipids which (i) are close to the reference position and (ii) belong the other leaflet. Obviously, the cutoff distance used for this neighbor search needs to be big enough to reach the other leaflet (default value: 6.0 nm. See --thickness-cutoff).

5. If the distance vector between the neighbor and the reference position is almost parallel (a hard-coded 10 degree tolerance is used) with the reference normal, the corresponding lipid is selected (yellow).

  1. An averaged position (green) is calculated from the selected neighbors.

5.1.2.3. Thickness estimation

The inter-leaflet distance is estimated as the projection of the distance vector dx between the two averaged positions:

../_images/thickness_results.png

5.1.3. Calculation examples

Here are a few examples of membrane thickness calculation done with FATSLiM and other software for comparison:

  Flat membrane Vesicle
lipid protein peptide model real
Thickness
(nm)
FATSLiM 4.08 3.16 3.82 4.98 3.95
APL@Voro 4.07 3.15 3.99
GridMAT-MD 4.06 3.18 3.81
MEMBPLUGIN 4.28 3.17 3.80
Manually 4.07 3.15 3.79 5.00 4.00

Note

No thickness value means that the software is not able to work with such system.

See also

Detailed description of these example systems is available here.

Check tutorial section to learn how to make these calculation with FATSLiM.

5.2. Associated command and parameters

5.2.1. Command

If you want FATSLiM to estimate membrane thickness, use the following command:

fatslim thickness

5.2.2. Parameters

In addition to the common analytical parameters, Some parameters are specific to the thickness command.

5.2.2.1. Analytical parameters

5.2.2.2. Output files

5.2.2.2.1. Plotting thickness
  • Associated parameter: --plot-thickness
  • Purpose: This option specifies the filename where FATSLiM should save the thickness average values (for membrane and both leaflets) found over time (as a XY plot).
  • Accepted file extensions: .xvg
  • Default value: None (no output file)
5.2.2.2.2. Raw thickness values
  • Associated parameter: --export-thickness-raw

  • Purpose: This option specifies the filename where FATSLiM should save the raw thicknesses (as calculated by the algorithm – one value per lipid). These values are saved in a comma separated values file. To ease further processing the file contains the following columns:

    • residue number (resid)
    • leaflet identifier (e.g. "lower leaflet")
    • lipid coordinates (three columns for x, y and z)
    • thickness value (in nm).
  • Accepted file extensions: .csv

  • Default value: None (no output file)