openpharmacophore.Pharmacophore
- class openpharmacophore.Pharmacophore(points=None, score=None, ref_mol=None, ref_struct=None)[source]
Bases:
object
A PharmacophoricPoint container.
- Parameters:
points (list[PharmacophoricPoint], optional) – List of pharmacophoric points.
score (float, optional) – A score assigned to the pharmacophore.
ref_mol (int, optional) – The index of the reference molecule from which the pharmacophore was extracted.
ref_struct (int, optional) – The index of the reference structure or conformer from which the pharmacophore was extracted.
Methods
Add a pharmacophoric point.
Remove a pharmacophoric point.
Returns a matrix with the coordinates of the pharmacophoric points.