Class AFPOptimizer
java.lang.Object
org.biojava.nbio.structure.align.fatcat.calc.AFPOptimizer
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidget the afp list and residue list for each blockstatic voidoptimizeAln(FatCatParameters params, AFPChain afpChain, Atom[] ca1, Atom[] ca2) optimize the alignment by dynamic programmingstatic voidupdateScore(FatCatParameters params, AFPChain afpChain) to update the chaining score after block delete and merge processed the blockScore value is important for significance evaluation 
- 
Field Details
- 
debug
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AFPOptimizer
public AFPOptimizer() 
 - 
 - 
Method Details
- 
optimizeAln
public static void optimizeAln(FatCatParameters params, AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException optimize the alignment by dynamic programming- Throws:
 StructureException
 - 
blockInfo
get the afp list and residue list for each block - 
updateScore
to update the chaining score after block delete and merge processed the blockScore value is important for significance evaluation 
 -