ChemBioHTP / EnzyHTP

EnzyHTP is a python library that automates the complete life-cycle of enzyme modeling
https://enzyhtp-doc.readthedocs.io
Other
10 stars 1 forks source link

SPI calculations #178

Closed chrisjurich closed 5 months ago

chrisjurich commented 5 months ago

This PR contains the code needed to do substrate positioning index (SPI) calculations. This functionality is exposed through the function enzy_htp.analysis.spi_metric(), which is implemented in this PR. There is also an accompanying structure_operation.closest_n_residues() that helps to make spi calculations easier.