Uses of Class
org.biojava.nbio.structure.align.pairwise.FragmentPair
Packages that use FragmentPair
Package
Description
Classes for the alignment of structures.
Classes for the pairwise alignment of structures.
A few convenience classes to view protein structures with Jmol (if it is on the classpath),
to calculate a protein structure alignment and to investigate the internals of the protein structure alignment algorithm.
-
Uses of FragmentPair in org.biojava.nbio.structure.align
Methods in org.biojava.nbio.structure.align that return FragmentPairModifier and TypeMethodDescriptionStructurePairAligner.getFragmentPairs()
get the results of step 1 - the FragmentPairs used for seeding the alignmentMethods in org.biojava.nbio.structure.align with parameters of type FragmentPairModifier and TypeMethodDescriptionvoid
StructurePairAligner.setFragmentPairs
(FragmentPair[] fragPairs) -
Uses of FragmentPair in org.biojava.nbio.structure.align.pairwise
Methods in org.biojava.nbio.structure.align.pairwise with parameters of type FragmentPairModifier and TypeMethodDescriptionboolean
FragmentJoiner.angleCheckOk
(FragmentPair a, FragmentPair b, float distcutoff) FragmentJoiner.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.static boolean
FragmentJoiner.reduceFragments
(List<FragmentPair> fragments, FragmentPair f, Matrix rmsmat) In helices often many similar fragments can be found.Method parameters in org.biojava.nbio.structure.align.pairwise with type arguments of type FragmentPairModifier and TypeMethodDescriptionvoid
AlignmentProgressListener.calculatedFragmentPairs
(List<FragmentPair> fragments) static boolean
FragmentJoiner.reduceFragments
(List<FragmentPair> fragments, FragmentPair f, Matrix rmsmat) In helices often many similar fragments can be found. -
Uses of FragmentPair in org.biojava.nbio.structure.gui
Methods in org.biojava.nbio.structure.gui that return FragmentPairModifier and TypeMethodDescriptionJMatrixPanel.getFragmentPairs()
ScaleableMatrixPanel.getFragmentPairs()
Methods in org.biojava.nbio.structure.gui with parameters of type FragmentPairModifier and TypeMethodDescriptionvoid
JMatrixPanel.setFragmentPairs
(FragmentPair[] fragmentPairs) void
ScaleableMatrixPanel.setFragmentPairs
(FragmentPair[] pairs)