Hi there, I am working screening a ligand db on KMINE, and have to assign a column for the number of times each ligand cleared the following conditions for the 5 attributes in the columns of the input table:
Attributes Conditions
1. SlogP <5
2. TPSA <70
3. Average Molecular Weight (AMW) <450
4. No of rotatable bonds <8
5. Total Hydrogen donors and acceptors <7
I am new to coding and I am suppose to use Java snippet according to the workflow I am following: I tried if-else-if statement, but as per the code, the conditions are getting bypassed every time it is true for one condition, hence the output column shows either 0 or 1.
I am following this beautiful website: https://www.geeksforgeeks.org/continue-statement-in-java/?ref=lbp which has the best simplified illustrations for a beginner. But all the flowcharts simply do not conform to my problem. I really need some help here. :)
Thanks it worked. :)