Path D - Module 36: Secondary Structure & Folds#

Transmembrane helices are the structural units of the channel. In this module, you will monitor their integrity throughout the simulation.

import molsysmt as msm
molsys = msm.convert('pdb:1K4C', to_form='molsysmt.MolSys')
ss = msm.get(molsys, element='group', secondary_structure=True)