tag) function generic() { translate(); }; //setup onload function if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', generic, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', generic, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', generic); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call generic onload function generic(); }; } else { //setup onload function window.onload = generic; } } Bioinformatics arena: Principles of ligand design

Tuesday, July 25, 2006

Principles of ligand design

Ligand design

Ligand: a molecule of any size that binds or interacts with another molecule through noncovalent forces (usually not involving chemical bond formation).

Target or receptor: usually the larger species.

Interactions:
  • chemical/physical forces between ligand and receptor,
  • and between each of these molecules and the solvent or environment.
Study of the interactions:
  • fundamentally using quantum mechanics (limited by computational resources),
  • other empirical computational approaches,
  • comparison with experiments.
Properties connected to thermodynamics: free energy of binding, solubility in aqueous and nonaqueous enviroments, and so forth.

Kinetics: less often considered, but important in enzyme catalisis, signaling cascades, and molecular rearrangements.

Free energy of binding (difference in the free energy of the complex and the free energy of its components, the receptor and the ligand):

$\Delta G_{bi n d} = \Delta G_{compl e x} - (\Delta G_{liga nd} + \Delta G_{recept o r})$

$\Delta G_{bi n d}$ is a function of temperature, pressure, ionic strength, pH, solvent, and concentratrion of all the chemical species present.

Experimental measurent: $\Delta G_{bi n d} = -RT \ln K_{e q} = RT \ln K_{d}$

Personal working notes extracted from "Principles and Methods of Docking and Ligand Design" in Structural Bioinformatics

[+/-] show/hide this post  

2 Comments:

At 12:03 PM, Blogger dronbyfoto said...

Greets to the webmaster of this wonderful site. Keep working. Thank you.
»

 
At 3:17 PM, Blogger steelboy28 said...

Very best site. Keep working. Will return in the near future.
»

 

Post a Comment

<< Home