| Trees | Indices | Help |
|
|---|
|
|
utility functionality for the 2D pharmacophores code See Docs/Chem/Pharm2D.triangles.jpg for an illustration of the way pharmacophores are broken into triangles and labelled. See Docs/Chem/Pharm2D.signatures.jpg for an illustration of bit numbering
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
nPointDistDict =
|
|||
nDistPointDict =
|
|||
_trianglesInPharmacophore =
|
|||
_numCombDict =
|
|||
_verbose = 0
|
|||
_countCache =
|
|||
_indexCombinations =
|
|||
|
|||
returns a tuple with the distance indices for triangles composing an nPts-pharmacophore |
checks the triangle inequality for combinations of distance bins. the general triangle inequality is: d1 + d2 >= d3 the conservative binned form of this is: d1(upper) + d2(upper) >= d3(lower) |
checks the scaffold passed in to see if all contributing triangles can satisfy the triangle inequality the scaffold itself (encoded in combo) is a list of binned distances |
returns the number of ways to fit nItems into nSlots We assume that (x,y) and (y,x) are equivalent, and (x,x) is allowed. General formula is, for N items and S slots: res = (N+S-1)! / ( (N-1)! * S! ) |
Figures out where a given combination of indices would occur in the combinatorial explosion generated by _GetIndexCombinations_ **Arguments** - nItems: the number of items to distribute - nSlots: the number of slots in which to distribute them - vs: a sequence containing the values to find - idx: used in the recursion - startAt: used in the recursion **Returns** an integer |
Generates all combinations of nItems in nSlots without including duplicates **Arguments** - nItems: the number of items to distribute - nSlots: the number of slots in which to distribute them - slot: used in recursion - lastItemVal: used in recursion **Returns** a list of lists |
Does the combinatorial explosion of the possible combinations
of the elements of _choices_.
**Arguments**
- choices: sequence of sequences with the elements to be enumerated
- noDups: (optional) if this is nonZero, duplicates will not be included
in the values returned
- noDups: (optional) if this is nonzero, results with duplicates,
e.g. (1,1,0), will not be generated
- which: used in recursion
**Returns**
a list of lists
|
uniquifies the combinations in the argument
**Arguments**:
- combos: a sequence of sequences
**Returns**
- a list of tuples containing the unique combos
**Notes**
- the order of the indices of the individual combos in the
results list is modified (they are sorted)
|
gets all realizable scaffolds (passing the triangle inequality) with the given number of points and returns them as a list of tuples |
|
|||
nPointDistDict
|
nDistPointDict
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Oct 7 06:26:47 2008 | http://epydoc.sourceforge.net |