You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with @helder-ribeiro, we need a function within SERD that can calculate the depth of residues identified by SERD as exposed. This depth value should be calculated for each residue, providing a comparable metric across different proteins. At a first glance, use centroid of residues for the depth calculation, but we can implement different metrics for residues.
The linked branch atomic-depth adds a run.py to calculate atomic and residue depth. The implementation allows users to calculate residue depth based on the minimum or centroid distance between atoms and the molecular surface.
The following example demonstrates loading a structure and computing atomic and residue depths:
Problem
As discussed with @helder-ribeiro, we need a function within SERD that can calculate the depth of residues identified by SERD as exposed. This depth value should be calculated for each residue, providing a comparable metric across different proteins. At a first glance, use centroid of residues for the depth calculation, but we can implement different metrics for residues.
Proposed solution
dist2surf
function:The text was updated successfully, but these errors were encountered: