mdonatello.mapper.PharmacophoreColorMapper
- class mdonatello.mapper.PharmacophoreColorMapper[source]
A class for mapping pharmacophore features according to their respective colors.
Parameters:
- familystr
The pharmacophore feature family for which the color is requested.
Returns:
- colorTuple[float, float, float]
An RGB tuple representing the color assigned to the specified pharmacophore feature family.
- __init__()
Methods
__init__()get_color_for_pharmacophore(family)Determines the color associated with the given pharmacophore feature family.