Package schrodinger :: Package protein :: Module captermini
[hide private]
[frames] | no frames]

Module captermini

Classes [hide private]
  CapTermini
Functions [hide private]
 
res_can_be_capped(res)
Determines whether a fragment is able to be capped.
 
_increment_inscode(inscode)
Returns next inscode above <inscode>
 
cap_termini(st)
Cap the termini on the specified st Function interface for CapTermini class
Variables [hide private]
  __doc__ = ...
  INSCODES = [' ', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', ...
Function Details [hide private]

res_can_be_capped(res)

 

Determines whether a fragment is able to be capped. Returns CAPN if specified residue can be N-capped, CAPC if C-capped; DONTCAP if it can't be capped.


Variables Details [hide private]

__doc__

Value:
"""
Module for capping uncapped terminal residues in a protein structure b\
y
adding NME or ACE caps as appropriate.

Usage: capped_st = cap_termini(input_st)

Copyright Schrodinger, LLC. All rights reserved.
...

INSCODES

Value:
[' ', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',\
 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']