openmolecules.org

 
Home » DataWarrior » Cheminformatics » Lipinski's rule (flag non-compliant molecules)
Re: Lipinski's rule [message #978 is a reply to message #977] Tue, 30 June 2020 07:58 Go to previous messageGo to previous message
sansun is currently offline  sansun
Messages: 45
Registered: April 2019
Member
Thanks nbehrnd

However, your equation considers only two parameters at a time while I want to have combination of any 2 parameters at a time (6 possible combinations). Based on your answer I came up with the following equation that takes care of all possible combinations of 2 parameters and it seems to work:

if(TotalMolweight > 500 && HAcceptors > 10 || TotalMolweight > 500 && HDonors > 5 || TotalMolweight > 500 && cLogP > 5 || HAcceptors > 10 && HDonors > 5 || HAcceptors > 10 && cLogP > 5 || cLogP > 5 && HDonors > 5, "reject", "admit")
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: TFA salts
Next Topic: Box plots
Goto Forum:
  


Current Time: Thu May 02 17:38:35 CEST 2024

Total time taken to generate the page: 0.03829 seconds