SymmetryRefiner
public class GraphComponentRefiner extends java.lang.Object implements SymmetryRefiner
Given a set of components and their pairwise compatibilities, iteratively add the most compatible component, which is compatible to all the components already added, to the final alignment.
Constructor | Description |
---|---|
GraphComponentRefiner() |
Modifier and Type | Method | Description |
---|---|---|
MultipleAlignment |
refine(AFPChain selfAlignment,
Atom[] atoms,
int order) |
Returns a refined symmetry alignment, where the repeat residues are
aligned consistently in a MultipleAlignment.
|
public MultipleAlignment refine(AFPChain selfAlignment, Atom[] atoms, int order) throws StructureException, RefinerFailedException
SymmetryRefiner
refine
in interface SymmetryRefiner
selfAlignment
- optimal self-alignment calculated by CeSymmatoms
- coordinates of the structureorder
- order of symmetry to useStructureException
RefinerFailedException