Trees | Indices | Help |
|
---|
|
Some convenience functions to quickly and reproducibly create structures for testing.
|
|||
structure.Structure |
|
||
|
|||
|
|||
structure.Structure |
|
||
|
|
Create a structure.Structure from a SMILES string. The structure is not energy minimized, so it will probably be distorted.
|
Use mmfrag library to create arbitrary fragments. See the mmfrag documentation for a list of possible fragments that can are available and which "type" they belong to. By default the pdb atom names for all atoms are those set by mmfrag (usually blank), but setting assign_atom_names to True will set unique atom names in the manner described in _assignAtomNames. |
Assign unique atom names by residue for a structure. Atom names consist of the element (2 character) followed by a unique number for that element. (ie C1,C2,H1) |
Randomize the atom-ordering within a ct. This is useful for testing to make sure there is no atom-order dependence for a given function. The input ct is not changed and the reordered output ct is returned.
|
Uses schrodinger.protein.helix to create an Alpha-helix protein based on the input sequence.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:20 2015 | http://epydoc.sourceforge.net |