holoprot icon indicating copy to clipboard operation
holoprot copied to clipboard

Question on generation of patches

Open BJWiley233 opened this issue 10 months ago • 1 comments

I tested pulling out one of the patches after running ers.computeSegmentation and then pulled out a submesh from for instance:

submesh = pymesh.submesh(mesh, np.where(patch_labels==2)[0], 0)

And I expected the the triangles to all be collected in a patch, however it looks like they are scattered all about from the pymol ply plugin from MaSIF. Is this intended? I cannot get much from the paper on what the indended behavior is.

image

BJWiley233 avatar Apr 08 '24 01:04 BJWiley233

If you use the output_patch_coords after and uncomment out the debug code in compute_polar_coordinates from MaSIF (you can also extract subpatch charges if you want) i get test patches that are grouped near eachother. This is done through simple run of dijkstra and then you can save some patches.

image

BJWiley233 avatar Apr 08 '24 03:04 BJWiley233