Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dominiquesydow dominiquesydow released this 19 Jul 09:44
· 13 commits to master since this release
03155b7

This is the first pre-release of the ratar package. At this point we can:

  • Read binding sites (MOL2 files that contain only the binding site).
  • Encode binding sites:
    • Define different representatives, i.e. CA, pseudocenter atoms, or pseudocenters (mean of pseudocenter atoms), and different physicochemical properties associated with atoms, i.e. None, Z-scale z1, or Z-scales z1-z3. This leads to 3D, 4D, or 6D vectors per representative.
    • Calculate reference points based on representatives as defined in Electroshape.
    • Calculate distances between all representatives and all reference points.
  • Compare binding sites.

Please check out the API in this tutorial and find a list of TODOs in #13.