cholesterol_tilt
Cholesterol tilt angle analysis.
func_cholesterol_tilt_frame(atomgroup, species_map, z_axis) → list[dict[str, float | int | str]]paramatomgroupparamspecies_mapparamz_axisReturns
list[dict[str, float | int | str]]funccholesterol_tilt(simulation, *, start_ns=None, last_ns=200.0, stride=1, backend='multiprocessing', n_workers=4) → pd.DataFrameCompute cholesterol tilt angles relative to the bilayer normal.
paramsimulationSimulationSimulation instance with universe and build input.
paramstart_nsfloat | None= NoneStart analysis from this time in nanoseconds. Ignored when last_ns is set.
paramlast_nsfloat | None= 200.0Analyze the last N ns of the trajectory. Use None for full trajectory.
paramstrideint= 1Frame stride.
parambackendstr= 'multiprocessing'MDAnalysis backend for parallel execution.
paramn_workersint= 4Number of workers for parallel execution.
Returns
pandas.DataFrameColumns: time_ns, frame, resid, resname, leaflet, tilt_deg.
