 ##  [Robots speed the pace of modern drug discovery](/stories/robots-speed-pace-modern-drug-discovery "Robots speed the pace of modern drug discovery") 

 [From Our Labs](/tags/category/our-labs)

 

 

#  Robots speed the pace of modern drug discovery 

Novartis researchers use automation to rapidly identify starting points for new drugs.



 

 May 05, 2014 

When research scientist Elaine Donohue arrives at the Novartis Screening Group each morning, anyone tagging along with her could be forgiven for thinking they’d just stepped onto the set of a sci-fi movie. That’s because Donohue works with robots – many of them. And relations between the scientists and the robots are so close that the scientists have named all the robots after candy bars.

  
  var kPlayer = KalturaPlayer_55802022 || KalturaPlayer;
  var config = {
    targetId: "kaltura_player_6a9164aeee6e3354188525",
    provider: {
      widgetId: "1_drm8xs7h",
      partnerId: "2076321",
      uiConfId: "55802022"
    },
    playback: {
      autoplay: false,
      autopause: false,
      muted: false,
      loop: false    },
    sources: {
      options: {},
      startTime: 0
    },
    disableUserCache: "true",
    plugins: {},
    sources: {
      options: {},
      startTime: 0
    },
    ui: {
      showCCButton: false,
      settings: {
        showQualityMenu: true,
        showSpeedMenu: false      },
      components: {
        fullscreen: {
          disableDoubleClick: false
        }
      },
      uiComponents: [
        {
          presets: ['Playback', 'Live'],
          area: 'BottomBarRightControls',
          replaceComponent: 'Fullscreen',
          get: kPlayer.ui.components.Remove
        }
      ]
    }
  };

  // Check and add plugins only if they exist
  if (kPlayer.plugins["download"]) {
    config.plugins.download = {
      disable: true    };
  }

  if (kPlayer.plugins["transcript"]) {
    config.plugins["playkit-js-transcript"] = {
      position: "right", // Default: bottom;('left', 'right', 'top', 'bottom') to enable transcript.
      expandMode: "over", // Default: alongside;('alongside', 'hidden', 'over')
      expandOnFirstPlay: false,
      showTime: true,
      downloadDisabled: false,
      printDisabled: false,
      disable: true    };
  }

      if (kPlayer.plugins["preventSeek"]) {
      config.plugins.preventSeek = {
        preventSeekForward: false,
        preventSeek: false      };
    }
    config.plugins.floating = {
      disable: true    };
    if (kPlayer.plugins["navigation"]) {
      config.plugins.navigation = {
        position: "right",
        expandMode: "over",
        expandOnFirstPlay: false,
        visible: false      };
    }
    if (kPlayer.plugins["hotspots"]) {
      config.plugins['playkit-js-hotspots'] = {
        disable: true      };
    }
    if (kPlayer.plugins["moderation"]) {
      config.plugins['playkit-js-moderation'] = {
        disable: true      };
    }
    if (kPlayer.plugins["info"]) {
      config.plugins['playkit-js-info'] = {
        disable: true      };
    }
    if (kPlayer.plugins["share"]) {
      config.plugins.share = {
        disable: true      };
    }
          config.ui.uiComponents = [];
                    if (kPlayer.plugins["googleAnalytics"]) {
      config.plugins.googleTagManager = {};
      config.plugins.googleTagManager.customEventsTracking = {};
      config.plugins.googleTagManager.containerId = 'GTM-57RJQ5';
              config.plugins.googleTagManager.customEventsTracking.custom = [];
                    config.plugins.googleTagManager.customEventsTracking = {
          preset: {
            coreEvents: true,
            UIEvents: false,
            playlistEvents: false,
            castEvents: false
          }
        };
          }
  



 
    // Ensure the global player registry array always exists, regardless of embed type.
    window.kalturaPlayerVideos = window.kalturaPlayerVideos || [];
    try {
              var thumbEmbedPromise = __thumbnailEmbed({config, mediaInfo: {entryId: "1_oypgha40"}});
        // __thumbnailEmbed() returns a Promise that resolves with the player instance
        // when the user clicks the thumbnail. Use .then() to capture the player directly.
        thumbEmbedPromise
          .then(function(player) {
            window.kalturaPlayerVideos.push(player);
            // Notify kaltura_datalayer.js that a new player is ready so it can
            // attach custom event listeners immediately, regardless of when
            // the user clicked the thumbnail relative to page load.
            document.dispatchEvent(new CustomEvent('kalturaPlayerReady', { detail: { player: player } }));
          })
          .catch(function(error) {
            console.error(error);
          });
          } catch (e) {
      console.error(e.message)
    }
  

 





That bit of lightheartedness belies the serious, almost urgent nature of the work that goes on in [the Center for Proteomic Chemistry](https://www.nibr.com/our-research/research-platforms/proteomic-chemistry), or CPC, located at [the Novartis Institutes for BioMedical Research](https://www.nibr.com/) in Cambridge, Mass. Deep within the facility, Donohue and her colleagues are busy screening 1.6 million compounds in the [Novartis Compound Library](http://www.novartisoncology.com/research-innovation/pipeline.jsp) to see if any of the molecules are active in models of disease. What used to take months or years can now be accomplished in a matter of days or weeks, thanks to the robots and integrated science known as high-throughput screening.

High-throughput screening allows for hundreds of thousands of compounds to be tested against a specific model of disease in parallel. Researchers are still uncovering the many ways the technique can be used to enhance and speed up drug discovery. The robots do much of the tedious, repetitious work that used to be done by scientists, leaving more time to design solid experiments and make sense of the resulting data. The robots distribute compounds from the library into multi-well plates containing the other components of the assay. These plates typically have 1536 separate compartments, each one running a test in a volume equivalent to 1/1000th of a teaspoon. The robots will move plates though the system to complete the experiment.

“The robots allow us to run tests around the clock,” Donohue explains. “They run the tests in a very consistent manner, so that Sample One on the first plate is treated exactly the same as the last sample on the last plate. To do this kind of process manually, you would never have such consistent data results.”

But the process still requires a human touch. Scientists must design a good experiment for the robots to do their jobs, and teams must analyze the resulting data, draw conclusions and determine the next steps for a project, all tasks that require human processing power. In the right hands, automation increases the pace of drug discovery.