Trees | Indices | Help |
|
---|
|
A putative AslLigandSearcher ligand structure with read-only data and convenience methods.
Ligand items sort from smallest to largest, by total number of atoms, then by SMILES.
|
|||
|
|||
|
|||
int |
|
||
str |
|
||
int |
|
||
list |
|
||
str |
|
||
4-element numpy array
|
|
||
str |
|
||
Structure |
|
||
str |
|
||
Structure |
|
|
|
|
cmp(self,other). Enable sorting for Ligand objects. Comparison criteria for sorting Ligands: total number of atoms, unique smiles string, centroid.
|
|
Ligand's molecule number as defined upon instantiation.
Warning: Depending on the nature of the ligand and the treatment of the original structure, e.g. zero-order bonds cut, this mol.n index may not be valid. |
Indices of the Ligand atoms as defined upon instantiation.
|
PDB residue name identifier. If the ligand is composed of multiple residues then the names are joined with a '-' separator.
|
Centroid of the Ligand as a 4-element numpy array: [x, y, z, 0.0]
|
Unique SMILES string representing this ligand structure.
|
Ligand_asl used when searching for the ligand. The ASL defined the ligand in the context of its original structure.
|
A regularized, but possibly distorted, Structure. Regularization is achieve by converting the SMILES string. The Structure will have the same atom ordering as the unique SMILES for this Ligand.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:48 2015 | http://epydoc.sourceforge.net |