File size: 623 Bytes
10f2621 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | ### source/triangulation
Functions used by MaSIF to triangulate proteins (through MSMS), regularize these meshes, and compute chemical charges.
+ *computeAPBS.py*: Wrapper function to compute the Poisson Boltzmann electrostatics for a surface using APBS.
+ *computeCharges.py*: Compute the free electrons/protons in the surface.
+ *computeHydrophobicity.py*: Compute the hydrophobicity of each vertex.
+ *computeMSMS.py*: Compute the MSMS surface of a protein.
+ *compute_normal.py*: Compute the normals of the surface.
+ *fixmesh.py*: Regularize an MSMS mesh
+ *xyzrn.py*: Output a PDB in the input format used by MSMS
|