Used for iterator access.
Used for iterator access.
How many distinct contacts are currently stored.
Add a coupling score to this collection. If there is already an entry for this (i,j) contact, it will be overridden!
A Coupling Score to add to the collection.
Primary interface for getting a coupling score, provides access to the same data object regardless of order of (firstRes, secondRes).
Determine which contacts in this coupling container are observed.
Contacts that should be considered observed in the current data set.
Determine which contacts in this coupling container are both predicted and correct.
How many predictions, max, to return.
An object containing 2 array fields: correct and predicted.
Generated using TypeDoc
A CouplingContainer provides access to the coupling information of residue pairs.
Behind the scenes, it is backed by a sparse 2D array to avoid data duplication and provide O(1) access.