npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datagrok/docking

v1.0.3

Published

Integrates Datagrok with molecular docking algorithms and tools.

Downloads

181

Readme

Docking

The Docking package is a plugin that integrates the Autodock GPU utility with the Datagrok platform.

Autodock is widely used software for ligand-receptor docking that allows researchers to predict the binding interactions between small molecules (ligands) and macromolecule (receptor). The Autodock-GPU is a GPU-accelerated version of the Autodock software.

This package also provides a good example of Datagrok integration with external utilities. You can find more in the Datagrok Docker container howto.

How To

Setting up docking configurations can be challenging, but we've streamlined the process. Usually, someone familiar with the docking tool, like a cheminformatician, manages the complexity by identifying a pocket, preparing a configuration using the desktop Autodock application, naming it, and saving it on a server under the targets folder.

Prepare macromolecule (target)

Autodock plugin contains several pre-created targets. To add your own macromolecule to the list of targets, prepare the macromolecule using AutoDock tools. You require the macromolecule in the PDBQT format and Autodock grid parameter file. Review the Autodock tutorials (first, second) for the details.

Put these files in a folder under System:AppData/Docking/targets. The folder make will be the name of your target in the Datagrok plugin UI.

Atomic maps note:

The autodock calculation fails if for a particular ligand corresponding atomic maps not available. To run docking on a big ligand dataset, we suggest including all available atomic map types: A C HD N NA OA SA CL.

Prepare data

Create or load a dataframe containing the ligands to be docked. For demonstration purposes, consider using the provided demo data located under System:AppData/Docking/demo_files.

Run docking

  1. Navigate to Chem > Autodock. A dialog appears.
  2. Configure the parameters:
    • Ligands: Specify the column within the provided dataframe that contains the small molecules to be docked.
    • Target: Choose the folder containing the docking configurations and the macromolecule for simulation.
    • Conformations: Define the number of conformations to search.
  3. Run the calculations

Performance note: During the first run for a target Autodock calculates the macromolecule grids. Grid calculation works on a single CPU core, so it can take about a minute. Datagrok caches calculated grids, so subsequent runs with the same target will be much faster.

Analyze results

When the results are ready, you can:

  1. View docking poses: The added column containing docking poses allows users to visualize the spatial orientation of each ligand within the binding pocket of the receptor.
  2. Check free energy: The column with free energy numbers provides users with quantitative information about the stability of each ligand-receptor complex.
  3. Zoom to pocket: By clicking on a pose, a Molstar viewer appears in the context panel. It automatically zooms to the binding pocket of interest, providing a closer look at the ligand-receptor interaction.
  4. Explore additional properties: Calculated properties for the selected pose allow users to explore binding affinities, interaction energies, or other relevant information for detailed analysis.