Uses of Class
org.biojava.nbio.structure.align.ce.CeParameters
Packages that use CeParameters
Package
Description
Classes related to the implementation of the CE alignment algorithm, here called jCE.
- 
Uses of CeParameters in org.biojava.nbio.structure.align.ceSubclasses of CeParameters in org.biojava.nbio.structure.align.ceModifier and TypeClassDescriptionclassProvides parameters toCeCPMainclassContains the parameters that can be sent to CEFields in org.biojava.nbio.structure.align.ce declared as CeParametersModifier and TypeFieldDescriptionprotected CeParametersCECalculator.paramsprotected CeParametersCeCalculatorEnhanced.paramsprotected CeParametersCeMain.paramsMethods in org.biojava.nbio.structure.align.ce with parameters of type CeParametersModifier and TypeMethodDescriptionstatic double[][]CECalculator.updateMatrixWithSequenceConservation(double[][] max, Atom[] ca1, Atom[] ca2, CeParameters params) Modifies an alignment matrix by favoring the alignment of similar and identical amino acids and penalizing the alignment of unrelated ones.static double[][]CeCalculatorEnhanced.updateMatrixWithSequenceConservation(double[][] max, Atom[] ca1, Atom[] ca2, CeParameters params) Modifies an alignment matrix by favoring the alignment of similar and identical amino acids and penalizing the alignment of unrelated ones.Constructors in org.biojava.nbio.structure.align.ce with parameters of type CeParametersModifierConstructorDescriptionCECalculator(CeParameters params) CeCalculatorEnhanced(CeParameters params) 
- 
Uses of CeParameters in org.biojava.nbio.structure.symmetry.internalSubclasses of CeParameters in org.biojava.nbio.structure.symmetry.internal