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 (
EntityVieworEntityHandle) – 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: FileNotFoundif any of the CAD score exacutables could not be located.Raises: RuntimeErrorif the calculation failed- model (