/ . / Morph / SieveFit.py
Functions
|
|
|
fitResidues
|
fitResidues (
rList0,
rList1,
fraction=0.5,
maxrmsd=0.1,
)
sieveFitModels takes two lists of corresponding residues
and identifies the fraction of the residues that produce
the minimum RMSD.
Exceptions
|
|
ValueError, "matching different number of residues"
|
|
|
sieve
|
sieve (
aList0,
aList1,
maxrmsd,
)
|
|
fitModels
|
fitModels (
m0,
m1,
fraction=0.5,
)
sieveFitModels takes two conformers and identifies the
fraction of the residues that produce the minimum RMSD.
|
|
|