Uses of Class
org.biojava.nbio.structure.contact.Pair
Package
Description
-
Uses of Pair in org.biojava.nbio.structure.align.util
Modifier and TypeMethodDescriptionRotationAxis.getAxisEnds
(Atom[] atoms) Find a segment of the axis that covers the specified set of atoms. -
Uses of Pair in org.biojava.nbio.structure.basepairs
Modifier and TypeMethodDescriptionThis method performs a search for base pairs in the structure.This is an implementation for finding non-canonical base pairs when there may be missing or overhanging bases.This is an alternative implementation of findPair() that looks for anything that would fit the criteria for a base-pair, useful for the context of tertiary structure of RNA.Modifier and TypeMethodDescriptionjavax.vecmath.Matrix4d
BasePairParameters.basePairReferenceFrame
(Pair<Group> pair) This method calculates the central frame (4x4 transformation matrix) of a single base pair. -
Uses of Pair in org.biojava.nbio.structure.contact
Modifier and TypeMethodDescriptionStructureInterface.getCoreResidues
(double bsaToAsaCutoff, double minAsaForSurface) Returns the residues belonging to the interface core, defined as those residues at the interface (BSA>0) and for which the BSA/ASA ratio is above the given bsaToAsaCutoffStructureInterface.getCrystalIds()
Returns a pair of identifiers for each of the 2 member molecules that identify them uniquely in the crystal: <molecule id (asym unit id)>+<operator id>+<crystal translation>Contact.getIndexPair()
StructureInterface.getInterfacingResidues
(double minAsaForSurface) Returns the residues belonging to the interface, i.e. the residues at the surface with BSA>0StructureInterface.getMoleculeIds()
Return the pair of identifiers identifying each of the 2 molecules of this interface in the asymmetry unit (usually the chain identifier if this interface is between 2 chains)StructureInterface.getMolecules()
AtomContact.getPair()
GroupContact.getPair()
StructureInterface.getParentChains()
Finds the parent chains by looking up the references of first atom of each side of this interfaceStructureInterface.getParentCompounds()
Finds the parent entities by looking up the references of first atom of each side of this interfaceStructureInterface.getRimResidues
(double bsaToAsaCutoff, double minAsaForSurface) Returns the residues belonging to the interface rim, defined as those residues at the interface (BSA>0) and for which the BSA/ASA ratio is below the given bsaToAsaCutoffStructureInterface.getSurfaceResidues
(double minAsaForSurface) Returns the residues belonging to the surfaceStructureInterface.getTransforms()
Return the 2 crystal transform operations performed on each of the molecules of this interface.Modifier and TypeMethodDescriptionvoid
StructureInterface.setMoleculeIds
(Pair<String> moleculeIds) void
StructureInterface.setMolecules
(Pair<Atom[]> molecules) void
void
void
StructureInterface.setTransforms
(Pair<CrystalTransform> transforms)