Custom formula example in tables:Calculating Ligand Efficiency & Ligand-Lipophilicity Efficiency

76 views
Skip to first unread message

Brian Marsden

unread,
May 1, 2017, 3:09:30 PM5/1/17
to MolSoft ICM Knowledge Base
Given a molecule table with a column named 'IC50' which contains the IC50 of the compound in uM, one can calculate LE & LLE as follows:

1) Calculation of Ligand Efficiency:

add column moltable function = "IC50>0?1.4*(-Log(IC50*Power(10,-6),10.))/Nof_Atoms(mol,'[!H]'):ND" name="LE"

2) Calculation of ligand-lipophilicity efficiency (LLE):

add column moltable function = "IC50>0?(-Log(IC50*Power(10,-6),10.)-MolLogP(mol)):ND" name="LLE"

Andrew Orry

unread,
Jun 1, 2022, 11:29:24 PM6/1/22
to MolSoft ICM Knowledge Base
Q. How to obtain IC50 from Ligand Efficiency?
A.To get  IC50 from LE (column called 'LE')  in table 't' you can use the formula below:

add column t function = "Power( 10. 6. - Nof_Atoms(mol,'[!H]') *(LE/1.4) )" name="IC50"

Reply all
Reply to author
Forward
0 new messages