Align: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
cmd.align( string source, string target, float cutoff=2.0, | cmd.align( string source, string target, float cutoff=2.0, | ||
int cycles=2, float gap=-10.0, float extend=-0.5, | int cycles=2, float gap=-10.0, float extend=-0.5, | ||
int skip=0, string object=None, string matrix="BLOSUM62", | |||
int quiet=1 ) | |||
</source> | </source> | ||
Revision as of 08:42, 30 August 2005
DESCRIPTION
align performs a sequence alignment followed by a structural alignment, and then carrys out zero or more cycles of refinement in order to reject structural outliers found during the fit.
USAGE
align (source), (target) [,cutoff [,cycles [,gap [,extend \
[,skip [,object [,matrix [, quiet ]]]]]]]]
PYMOL API
cmd.align( string source, string target, float cutoff=2.0,
int cycles=2, float gap=-10.0, float extend=-0.5,
int skip=0, string object=None, string matrix="BLOSUM62",
int quiet=1 )
NOTE
If object is not None, then align will create an object which indicates which atoms were paired between the two structures
EXAMPLES
align prot1////CA, prot2, object=alignment