Path D - Module 39: Physicochemical Properties#

Calculate the total charge of the channel tetramer and its surface hydrophobicity. In this module, you will learn to extract biophysical parameters from membrane models.

import molsysmt as msm
molsys = msm.convert('pdb:1K4C', to_form='molsysmt.MolSys')
mass = msm.physchem.get_mass(molsys)
print(f"Tetramer Mass: {mass}")