bis_protein_structure.MMEVAL.get_ICS

bis_protein_structure.MMEVAL.get_ICS(native_contact_map, pred_contact_map)[source]

Computes the Interface Similarity Score (ICS) between two contact maps.

Parameters:
  • native_contact_map (numpy.ndarray) – Native contact map.

  • pred_contact_map (numpy.ndarray) – Predicted contact map.

Returns:

interface_similarity_score – The interface similarity score, based on the F1 score.

Return type:

float