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.ce
Subclasses of CeParameters in org.biojava.nbio.structure.align.ceModifier and TypeClassDescriptionclass
Provides parameters toCeCPMain
class
Contains the parameters that can be sent to CEFields in org.biojava.nbio.structure.align.ce declared as CeParametersModifier and TypeFieldDescriptionprotected CeParameters
CECalculator.params
protected CeParameters
CeCalculatorEnhanced.params
protected CeParameters
CeMain.params
Methods 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.internal
Subclasses of CeParameters in org.biojava.nbio.structure.symmetry.internal