|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.molecularstructure.SequenceAlignment
public class SequenceAlignment
Constructor Summary | |
---|---|
SequenceAlignment(Biopolymer m1,
Biopolymer m2)
|
Method Summary | |
---|---|
void |
alignNaively()
Creates an alignment where the first residue of the first molecule is aligned with the first residue of the second molecule, the second residue is aligned with the second residue, and so on. |
HomogeneousTransform |
getSuperposition()
Generates rigid-body transformation that when applied to the first molecule's residues, minimizes the least squared deviation from the second molecule's residues. |
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceAlignment(Biopolymer m1, Biopolymer m2)
Method Detail |
---|
public void alignNaively()
public java.util.Iterator iterator()
public HomogeneousTransform getSuperposition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |