Example #1
0
def NP(mol):
    """
    Computes RDKit's Natural Product-likeness score
    """
    return npscorer.scoreMol(mol)
Example #2
0
def NP(mol):
    '''
    Computes RDKit's Natural Product-likeness score
    '''
    return npscorer.scoreMol(mol)