Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesh with surface descriptors? #251

Open
johnnytam100 opened this issue Jan 11, 2023 · 1 comment
Open

mesh with surface descriptors? #251

johnnytam100 opened this issue Jan 11, 2023 · 1 comment

Comments

@johnnytam100
Copy link

johnnytam100 commented Jan 11, 2023

Hi @a-r-j Happy 2023, I wish you great success with graphein and more!

I am trying to build a protein mesh with surface descriptors (e.g. hydrophobicity).

As an example, like what HTMD from Acellera can do (though it is voxelization but not meshing)

image

Does graphein have this functionality already?

@a-r-j
Copy link
Owner

a-r-j commented Jan 11, 2023

Hi @johnnytam100, happy new year to you too!

At present, no, I don’t see an easy way to do that in Graphein. You could check out masif however. The original surface-based model used MSMS to compute the surface & then map features on to it.

See here: https://github.com/LPDI-EPFL/masif/blob/2a370518e0d0d0b0d6f153f2f10f6630ae91f149/source/triangulation/computeMSMS.py#L13

https://github.com/LPDI-EPFL/masif/blob/2a370518e0d0d0b0d6f153f2f10f6630ae91f149/source/triangulation/computeHydrophobicity.py#L27

If you end up writing a nice solution feel free to make a PR! It’d be a great feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants