propertyList=fragmentWeight logP logS acceptors donors druglikeness mutagenic tumorigenic reproEffective irritant structureColumn=Structure columnName=DrugScore formula=(0.5+0.5/(1+exp(cLogP-5)))*(1-0.5/(1+exp(cLogS+5)))*(0.5+0.5/(1+exp(0.012*Molweight-6)))*(1-0.5/(1+exp(Druglikeness)))*if(Mutagenic=="high",0.6,if(Mutagenic=="low",0.8,1))*if(Tumorigenic=="high",0.6,if(Tumorigenic=="low",0.8,1))*if(ReproductiveEffective=="high",0.6,if(ReproductiveEffective=="low",0.8,1))*if(Irritant=="high",0.6,if(Irritant=="low",0.8,1))