Package schrodinger :: Package application :: Package msv :: Package jobs :: Module structure_alignment
[hide private]
[frames] | no frames]

Module structure_alignment

Functions [hide private]
dict of list of integers using Sequence keys
runStructureAlignment(seq_chain_pairs, transform_coords=True, SeqClass=<class 'schrodinger.application.msv.domain.sequence.ProteinSeq...)
Runs protein multiple structure alignment using "ska" backend.
Variables [hide private]
  TMP_ORIG_ATOM_IDX_PROP = 'i_msv_orig_atom_idx'
  __package__ = 'schrodinger.application.msv.jobs'
Function Details [hide private]

runStructureAlignment(seq_chain_pairs, transform_coords=True, SeqClass=<class 'schrodinger.application.msv.domain.sequence.ProteinSeq...)

 

Runs protein multiple structure alignment using "ska" backend. This will realign sequences in the provided alignment, and optionally transform coordinates of associated chains. Structureless sequences are ignored.

Parameters:
Returns: dict of list of integers using Sequence keys
Dictionary of gaps for aligned sequences. The dictionary can be empty if this function fails.