You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A staticmethod least-squares superposition. We could call it align and implement it with similar parameters as the rmsd function. In addition, it would be nice to have a substructure parameter for substructure alignment -- maybe accepting an iterable of residue numbers here.
The text was updated successfully, but these errors were encountered:
Sure, that makes a lot of sense. I see that the rmsd package is also under BSD licence, and we could add it to biopandas.externals (similar to how scikit-learn does it) and then modify it to our needs -- with the respective copyright notice of course & citation in the docs.
It looks like rmsd is meant as a command line tool, so we would have to adjust it a little.
Regarding biopython, that's another option, but to be honest, I would favor the rmsd package because biopython is quite a bloated library and it would add a big dependency.
A
staticmethod
least-squares superposition. We could call italign
and implement it with similar parameters as the rmsd function. In addition, it would be nice to have asubstructure
parameter for substructure alignment -- maybe accepting an iterable of residue numbers here.The text was updated successfully, but these errors were encountered: