Skip to content

faces of the protein surface #51

@lindafei01

Description

@lindafei01

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions