Package | Description |
---|---|
org.biojava.nbio.structure.align.ce |
Classes related to the implementation of the CE alignment algorithm, here called jCE.
|
org.biojava.nbio.structure.symmetry.internal |
Modifier and Type | Class and Description |
---|---|
class |
CECPParameters
Provides parameters to
CeCPMain |
class |
OptimalCECPParameters
Contains the parameters that can be sent to CE
|
Modifier and Type | Field and Description |
---|---|
protected CeParameters |
CeCalculatorEnhanced.params |
protected CeParameters |
CeMain.params |
protected CeParameters |
CECalculator.params |
Modifier and Type | Method and Description |
---|---|
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.
|
static 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.
|
Constructor and Description |
---|
CECalculator(CeParameters params) |
CeCalculatorEnhanced(CeParameters params) |
Modifier and Type | Class and Description |
---|---|
class |
CESymmParameters
Provides parameters to
CeSymm . |
Copyright © 2000–2019 BioJava. All rights reserved.