Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
The dataset viewer is not available for this split.
The number of columns (1024) exceeds the maximum supported number of columns (1000). This is a current limitation of the datasets viewer. You can reduce the number of columns if you want the viewer to work.
Error code:   TooManyColumnsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

HuggingLigand Dataset

Overview

HuggingLigand is a deep learning pipeline developed to predict the binding affinity between proteins and ligands. This prediction task is essential in fields such as drug discovery, biophysics, and computational biology, where determining how strongly a small molecule ligand binds to a protein target is a key step in understanding molecular interactions and prioritizing drug candidates.

The dataset provides precomputed embeddings for proteins and ligands, enabling efficient training and testing of machine learning models for binding affinity prediction.

Dataset

BindingDB: A Dataset containing proteins, ligands, and their affinities provided at https://www.bindingdb.org/rwd/bind/index.jsp.

Embedding Models Used

  • ProtT5: A transformer-based protein language model pretrained on millions of protein sequences.
  • ChemBERTa: A transformer-based molecular language model trained on SMILES representations of chemical compounds.

Both models generate high-dimensional embeddings from raw sequence and molecular data. These embeddings are concatenated and used as input to a customizable regression model, which predicts continuous binding affinity values (e.g., Kd, Ki, or IC50).

Applications

  • Structure-free binding affinity prediction
  • Virtual screening and hit prioritization in drug discovery
  • Data-driven biophysical modeling
  • Benchmarking molecular embedding models

Dataset Structure

The dataset contains:

  • Protein embeddings generated by ProtT5
  • Ligand embeddings generated by ChemBERTa
  • Binding affinity labels (e.g., Kd, Ki, IC50)

Citation

If you use this dataset, please cite:

Downloads last month
0

Models trained or fine-tuned on RSE-Group11/Hugging-Ligand-embeddings