Uses of Class
org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
-
Uses of AlignerHelper.Anchor in org.biojava.nbio.alignment.routines
Modifier and TypeMethodDescriptionint
AlignerHelper.Anchor.QueryIndexComparator.compare
(AlignerHelper.Anchor o1, AlignerHelper.Anchor o2) Modifier and TypeMethodDescriptionstatic List
<AlignerHelper.Subproblem> AlignerHelper.Subproblem.getSubproblems
(List<AlignerHelper.Anchor> anchors, int querySequenceLength, int targetSequenceLength) Convert a list of anchors into a subproblem list. -
Uses of AlignerHelper.Anchor in org.biojava.nbio.alignment.template
Modifier and TypeFieldDescriptionprotected List
<AlignerHelper.Anchor> AbstractMatrixAligner.anchors