public class StructureAlignmentDisplay extends Object
Constructor and Description |
---|
StructureAlignmentDisplay() |
Modifier and Type | Method and Description |
---|---|
static StructureAlignmentJmol |
display(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Display an AFPChain alignment
|
static Group[] |
prepareGroupsForDisplay(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Rotate the Atoms/Groups so they are aligned for the 3D visualisation
|
static void |
shiftCA2(AFPChain afpChain,
Atom[] ca2,
Matrix m,
Atom shift,
Group[] twistedGroups)
only shift CA positions.
|
public static StructureAlignmentJmol display(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain
- ca1
- ca2
- StructureException
public static Group[] prepareGroupsForDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain
- ca1
- ca2
- StructureException
Copyright © 2000–2016 BioJava. All rights reserved.