12.07.2015 Views

full issue - Association of Biotechnology and Pharmacy

full issue - Association of Biotechnology and Pharmacy

full issue - Association of Biotechnology and Pharmacy

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Current Trends in <strong>Biotechnology</strong> <strong>and</strong> <strong>Pharmacy</strong>Vol. 5 (2) 1104-1109 April 2011. ISSN 0973-8916 (Print), 2230-7303 (Online)1106gramming script. Here, the function ctxt() callsthe starting <strong>of</strong> program <strong>and</strong> the function codesfor xslt register all functions.ctxt: the XPath contextApart from that call for getting the element,the input box for the entering the IC 50values,<strong>and</strong> the document <strong>of</strong> web pages for gettingthe input element, are as follows.document.getElementById(‘ic’).value = “”;document.getElementById(‘pic’).value = “”;If there is no element with the given id,this function will return null value. Note, that DOMimplementation must have information that saysabout attribute <strong>of</strong> type ID. Attributes with thename ‘id’ are not type ID, unless defined in thedocument’s DTD. The ‘id’ attribute is defined tobe ID type in the common cases <strong>of</strong> XHTML,XUL, etc. Implementation do not know whetherattributes are <strong>of</strong> type ID or not, are expected toreturn as null value. Simply creating an element<strong>and</strong> assigning an ID, which will not make the elementaccessible by ‘getElementById’. Oneneeds to insert the element first into the documenttree with insert before or a similar method,probably into a hidden div. Here its getting inputas a IC 50value <strong>and</strong> finally getting the output valuefrom the programming end, i.e., pIC 50value. Sothe input is given by the user <strong>and</strong> the output isgetting from the programming index.As input <strong>and</strong> output environment is setdown, to call for function for output, functionsare first-class objects, that means they can becreated dynamically <strong>and</strong> stored, passed <strong>and</strong> returnedjust like any other value, <strong>and</strong> declaring themathematical function math, which correspondsto a, (i.e., equal to formula calculation.)a = Math.log(a)/Math.log(10);a = 9 - a;It determines the mathematical functionslogarithmic value, which is divided by the base 10for checking the nanomolar value. The result <strong>of</strong>‘a’ is again equal to 9-a, which explicit the value<strong>of</strong> nanomolar <strong>and</strong> closing the algorithm using thelanguage JavaScript <strong>and</strong> HTML coding. For detail<strong>of</strong> algorithm development see Fig.1 whichrepresents the flowchart for conversion <strong>of</strong> IC 50value to pIC 50value in nanomolar.Fig.1. Representing the flowchart for conversion <strong>of</strong>IC 50value to pIC 50value in nanomolar.Getting the value from user, the algorithmconsiders the values as X (unknown values indecimal event), then accessing the value <strong>of</strong> X=A,here the A is consider the decimal event IC 50.Backend <strong>of</strong> algorithm accessed with (a=-logA),here the conversion <strong>of</strong> A value to logarithmic value<strong>of</strong> decimal event take place with the base value<strong>of</strong> log10. The power <strong>of</strong> conic set with negativevalue <strong>of</strong> 9 for nanomolar <strong>and</strong> negative value <strong>of</strong> 6for micromolar, so that power <strong>of</strong> conic, subtractedwith value displayed as value <strong>of</strong> pIC 50. This algorithmis kept in web based 110mb server inSanjeevslab domain namely <strong>and</strong> the webpageare constructed with the PHP coding.Results <strong>and</strong> DiscussionAt some stage in molecular modelingstudies (e.g. lig<strong>and</strong> based drug design) there areTool development for Prediction <strong>of</strong> pIC 50values

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!