Trees | Indices | Help |
|
---|
|
A collection of miscellaneous molecular-structure-related functions.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
BACKBONE_ATOM_NAME =
|
|||
__package__ =
|
|
Given an amino acide residue 'residue' (must be a schrodinger.structure._Residue object), this function returns a tuple that is composed of two atoms (instances of the schrodinger.structure._StructureAtom class) that are the attachment atoms of the sidechain to the backbone of the given residue. The first element of the returned tuple is the atom at the backbone, and the 2nd one is the atom at the sidechain. If the attachment atoms cannot be identified, None is returned. |
Given a schrodinger.structure._Residue object ('residue'), this function returns a string that represents the name of the residue site. The string is in the format C:RESXX[I] where C is the chain name, RES is the residue type name, XX is the residue number in the chain, and I is the insertion code. For example, a string could be "A:Tyr45[B]". If there is no insertion code, the string will be reduced to C:RESXX, e.g. "A:Tyr45". |
Deletes a property from a set of CTs, and returns the list of mutated CTs. The CTs are given via the 'struc' argument, which is a list of schrodinger.structure.Structure objects.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:23 2016 | http://epydoc.sourceforge.net |