Uses of Class
org.biojava.nbio.structure.align.ce.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
Modifier and TypeClassDescriptionclass
Provides parameters toCeCPMain
class
Contains the parameters that can be sent to CEModifier and TypeFieldDescriptionprotected CeParameters
CECalculator.params
protected CeParameters
CeCalculatorEnhanced.params
protected CeParameters
CeMain.params
Modifier 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.ModifierConstructorDescriptionCECalculator
(CeParameters params) CeCalculatorEnhanced
(CeParameters params) -
Uses of CeParameters in org.biojava.nbio.structure.symmetry.internal