cadscore
- Compare protein structures by difference between physical contacts¶
-
CADScore
(model, reference, max_iter=300)¶ Calculates global and local atom-atom (AA) CAD Scores
Parameters: - model (
EntityView
orEntityHandle
) – The model structure. - reference – The reference structure
- max_iter – Optional. The maximum number of iteration for the tessellation algorithm before giving up. By default 300
Returns: The result of the CAD score calculation
Return type: Raises: FileNotFound
if any of the CAD score exacutables could not be located.Raises: RuntimeError
if the calculation failed- model (