{"id":763,"date":"2018-07-06T04:00:00","date_gmt":"2018-07-06T04:00:00","guid":{"rendered":"https:\/\/www.aiproblog.com\/index.php\/2018\/07\/06\/automating-molecule-design-to-speed-up-drug-development\/"},"modified":"2018-07-06T04:00:00","modified_gmt":"2018-07-06T04:00:00","slug":"automating-molecule-design-to-speed-up-drug-development","status":"publish","type":"post","link":"https:\/\/www.aiproblog.com\/index.php\/2018\/07\/06\/automating-molecule-design-to-speed-up-drug-development\/","title":{"rendered":"Automating molecule design to speed up drug development"},"content":{"rendered":"<p>Author: Rob Matheson | MIT News Office<\/p>\n<div>\n<p>Designing new molecules for pharmaceuticals is primarily a manual, time-consuming process that\u2019s prone to error. But MIT researchers have now taken a step toward fully automating the design process, which could drastically speed things up \u2014 and produce better results.<\/p>\n<p>Drug discovery relies on lead optimization. In this process, chemists select a target (\u201clead\u201d) molecule with known potential to combat a specific disease, then tweak its chemical properties for higher potency and other factors.<\/p>\n<p>Often, chemists use expert knowledge and conduct manual tweaking of molecules, adding and subtracting functional groups \u2014 atoms and bonds responsible for specific chemical reactions \u2014 one by one. Even if they use systems that predict optimal chemical properties, chemists still need to do each modification step themselves. This can take hours for each iteration and may still not produce a valid drug candidate.<\/p>\n<p>Researchers from MIT\u2019s Computer Science and Artificial Intelligence Laboratory (CSAIL) and Department of Electrical Engineering and Computer Science (EECS) have developed a model that better selects lead molecule candidates based on desired properties. It also modifies the molecular structure needed to achieve a higher potency, while ensuring the molecule is still chemically valid.<\/p>\n<p>The model basically takes as input molecular structure data and directly creates molecular graphs \u2014 detailed representations of a molecular structure, with nodes representing atoms and edges representing bonds. It breaks those graphs down into smaller clusters of valid functional groups that it uses as \u201cbuilding blocks\u201d that help it more accurately reconstruct and better modify molecules.<\/p>\n<p>\u201cThe motivation behind this was to replace the inefficient human modification process of designing molecules with automated iteration and assure the validity of the molecules we generate,\u201d says Wengong Jin, a PhD student in CSAIL and lead author of a paper describing the model that\u2019s being presented at the 2018 International Conference on Machine Learning in July.<\/p>\n<p>Joining Jin on the paper are Regina Barzilay, the Delta Electronics Professor at CSAIL and EECS and Tommi S. Jaakkola<em>, <\/em>the Thomas Siebel Professor of Electrical Engineering and Computer Science in CSAIL, EECS, and at the Institute for Data, Systems, and Society.<\/p>\n<p>The research was conducted as part of the<a href=\"http:\/\/mlpds.mit.edu\/\"> Machine Learning for Pharmaceutical Discovery and Synthesis<\/a> Consortium between MIT and eight pharmaceutical companies,<a href=\"http:\/\/news.mit.edu\/2018\/applying-machine-learning-to-challenges-in-pharmaceutical-industry-0517\"> announced<\/a> in May. The consortium identified lead optimization as one key challenge in drug discovery.<\/p>\n<p>\u201cToday, it\u2019s really a craft, which requires a lot of skilled chemists to succeed, and that\u2019s what we want to improve,\u201d Barzilay says. \u201cThe next step is to take this technology from academia to use on real pharmaceutical design cases, and demonstrate that it can assist human chemists in doing their work, which can be challenging.\u201d<\/p>\n<p>\u201cAutomating the process also presents new machine-learning challenges,\u201d Jaakkola says. \u201cLearning to relate, modify, and generate molecular graphs drives new technical ideas and methods.\u201d<\/p>\n<p><strong>Generating molecular graphs <\/strong><\/p>\n<p>Systems that attempt to automate molecule design have cropped up in recent years, but their problem is validity. Those systems, Jin says, often generate molecules that are invalid under chemical rules, and they fails to produce molecules with optimal properties. This essentially makes full automation of molecule design infeasible.<\/p>\n<p>These systems run on linear notations of molecules, called \u201csimplified molecular-input line-entry systems,\u201d or SMILES, where long strings of letters, numbers, and symbols represent individual atoms or bonds that can be interpreted by computer software. As the system modifies a lead molecule, it expands its string representation symbol by symbol \u2014 atom by atom, and bond by bond \u2014 until it generates a final SMILES string with higher potency of a desired property. In the end, the system may produce a final SMILES string that seems valid under SMILES grammar, but is actually invalid.<\/p>\n<p>The researchers solve this issue by building a model that runs directly on molecular graphs, instead of SMILES strings, which can be modified more efficiently and accurately.<\/p>\n<p>Powering the model is a custom variational autoencoder \u2014 a neural network that \u201cencodes\u201d an input molecule into a vector, which is basically a storage space for the molecule\u2019s structural data, and then \u201cdecodes\u201d that vector to a graph that matches the input molecule.<\/p>\n<p>At encoding phase, the model breaks down each molecular graph into clusters, or \u201csubgraphs,\u201d each of which represents a specific building block. Such clusters are automatically constructed by a common machine-learning concept, called tree decomposition, where a complex graph is mapped into a tree structure of clusters \u2014 \u201cwhich gives a scaffold of the original graph,\u201d Jin says.<\/p>\n<p>Both scaffold tree structure and molecular graph structure are encoded into their own vectors, where molecules are group together by similarity. This makes finding and modifying molecules an easier task.<\/p>\n<p>At decoding phase, the model reconstructs the molecular graph in a \u201ccoarse-to-fine\u201d manner \u2014 gradually increasing resolution of a low-resolution image to create a more refined version. It first generates the tree-structured scaffold, and then assembles the associated clusters (nodes in the tree) together into a coherent molecular graph. This ensures the reconstructed molecular graph is an exact replication of the original structure.<\/p>\n<p>For lead optimization, the model can then modify lead molecules based on a desired property. It does so with aid of a prediction algorithm that scores each molecule with a potency value of that property. In the paper, for instance, the researchers sought molecules with a combination of two properties \u2014 high solubility and synthetic accessibility.<\/p>\n<p>Given a desired property, the model optimizes a lead molecule by using the prediction algorithm to modify its vector \u2014 and, therefore, structure \u2014\u00a0by editing the molecule\u2019s functional groups to achieve a higher potency score. It repeats this step for multiple iterations, until it finds the highest predicted potency score. Then, the model finally decodes a new molecule from the updated vector, with modified structure, by compiling all the corresponding clusters.<\/p>\n<p><strong>Valid and more potent<\/strong><\/p>\n<p>The researchers trained their model on 250,000 molecular graphs from the ZINC database, a collection of 3-D molecular structures available for public use. They tested the model on tasks to generate valid molecules, find the best lead molecules, and design novel molecules with increase potencies.<\/p>\n<p>In the first test, the researchers\u2019 model generated 100 percent chemically valid molecules from a sample distribution, compared to SMILES models that generated 43 percent valid molecules from the same distribution.<\/p>\n<p>The second test involved two tasks. First, the model searched the entire collection of molecules to find the best lead molecule for the desired properties \u2014 solubility and synthetic accessibility. In that task, the model found a lead molecule with a 30 percent higher potency than traditional systems. The second task involved modifying 800 molecules for higher potency, but are structurally similar to the lead molecule. In doing so, the model created new molecules, closely resembling the lead\u2019s structure, averaging a more than 80 percent improvement in potency.<\/p>\n<p>The researchers next aim to test the model on more properties, beyond solubility, which are more therapeutically relevant. That, however, requires more data. \u201cPharmaceutical companies are more interested in properties that fight against biological targets, but they have less data on those. A challenge is developing a model that can work with a limited amount of training data,\u201d Jin says.<\/p>\n<\/div>\n<p><a href=\"http:\/\/news.mit.edu\/2018\/automating-molecule-design-speed-drug-development-0706\">Go to Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Author: Rob Matheson | MIT News Office Designing new molecules for pharmaceuticals is primarily a manual, time-consuming process that\u2019s prone to error. But MIT researchers [&hellip;] <span class=\"read-more-link\"><a class=\"read-more\" href=\"https:\/\/www.aiproblog.com\/index.php\/2018\/07\/06\/automating-molecule-design-to-speed-up-drug-development\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":468,"comment_status":"registered_only","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[24],"tags":[],"_links":{"self":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts\/763"}],"collection":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=763"}],"version-history":[{"count":0,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts\/763\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/media\/463"}],"wp:attachment":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=763"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=763"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=763"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}