-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi, thanks for sharing this code repository and this impressive work!
I understand that dMASIF can calculate the coordinates and normal vectors of protein surface vertices as below.
def preprocess_surface(self, P):
P["xyz"], P["normals"], P["batch"] = atoms_to_points_normals(
P["atoms"],
P["batch_atoms"],
atomtypes=P["atomtypes"],
resolution=self.args.resolution,
sup_sampling=self.args.sup_sampling,
distance=self.args.distance,
)
if P['mesh_labels'] is not None:
project_iface_labels(P)
I would like to know whether dMASIF can provide information about the faces of the protein surface. If dMASIF does not have a direct interface to calculate the faces of proteins, do you know of any methods (e.g., python packages) that can be used to compute the protein's faces based on P[“xyz”]? Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels