Uses of Class
org.biojava.nbio.structure.align.helper.JointFragments
Package
Description
Classes for the pairwise alignment of structures.
-
Uses of JointFragments in org.biojava.nbio.structure.align.pairwise
Modifier and TypeMethodDescriptionFragmentJoiner.approach_ap3
(Atom[] ca1, Atom[] ca2, FragmentPair[] fraglst, StrucAligParameters params) FragmentJoiner.frag_pairwise_compat
(FragmentPair[] fraglst, int angleDiff, float fragCompatDist, int maxRefine) Calculate the pairwise compatibility of fpairs.Modifier and TypeMethodDescriptionvoid
AlternativeAlignment.apairs_from_idxlst
(JointFragments jf) Set apairs according to a list of (i,j) tuples.void
FragmentJoiner.extendFragments
(Atom[] ca1, Atom[] ca2, JointFragments[] fragments, StrucAligParameters params) void
FragmentJoiner.extendFragments
(Atom[] ca1, Atom[] ca2, JointFragments fragments, StrucAligParameters params) static double
FragmentJoiner.getRMS
(Atom[] ca1, Atom[] ca2, JointFragments frag) Get the RMS of the JointFragments pair fragvoid
AlignmentProgressListener.jointFragments
(JointFragments[] fragments)