|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.structure.align.StructurePairAligner
public class StructurePairAligner
| Constructor Summary | |
|---|---|
StructurePairAligner()
|
|
| Method Summary | |
|---|---|
void |
align(Atom[] ca1,
Atom[] ca2,
StrucAligParameters params)
calculate the actual protein structure superimposition. |
void |
align(Structure s1,
Structure s2)
|
void |
align(Structure s1,
Structure s2,
StrucAligParameters params)
|
AlternativeAlignment[] |
getAlignments()
return the alternative alignments that can be found for the two structures |
Matrix |
getDistMat()
return the difference of distance matrix between the two structures |
FragmentPair[] |
getFragmentPairs()
get the results of step 1 - the FragmentPairs used for seeding the alignment |
StrucAligParameters |
getParams()
get the parameters. |
static void |
main(String[] args)
example usage of this class |
void |
setFragmentPairs(FragmentPair[] fragPairs)
|
void |
setParams(StrucAligParameters params)
set the parameters to be used for the algorithm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StructurePairAligner()
| Method Detail |
|---|
public static void main(String[] args)
args - public FragmentPair[] getFragmentPairs()
public void setFragmentPairs(FragmentPair[] fragPairs)
public AlternativeAlignment[] getAlignments()
public Matrix getDistMat()
public StrucAligParameters getParams()
public void setParams(StrucAligParameters params)
params - the Parameter object
public void align(Structure s1,
Structure s2)
throws StructureException
StructureException
public void align(Structure s1,
Structure s2,
StrucAligParameters params)
throws StructureException
StructureException
public void align(Atom[] ca1,
Atom[] ca2,
StrucAligParameters params)
throws StructureException
ca1 - set of Atoms of structure 1ca2 - set of Atoms of structure 2params - the parameters to use for the alignment
StructureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||