Class InterfaceFinder
java.lang.Object
org.biojava.nbio.structure.contact.InterfaceFinder
A class containing methods to find interfaces in a given structure.
- Since:
- 5.4.0
- Author:
- Jose Duarte
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFind all inter polymer-chain interfaces in the structure.void
setCutoff
(double cutoff) Set the contact distance cutoff.
-
Field Details
-
DEFAULT_CONTACT_CUTOFF
- See Also:
-
-
Constructor Details
-
InterfaceFinder
-
-
Method Details
-
setCutoff
Set the contact distance cutoff.- Parameters:
cutoff
- the distance value in Angstroms
-
getAllInterfaces
Find all inter polymer-chain interfaces in the structure. Two chains will be considered in contact if at least a pair of atoms (one from each chain) is within the contact cutoff.- Returns:
- the list of all interfaces
-