SolTranNet

SolTranNet predicts aqueous solubility from molecular SMILES using a molecule attention transformer architecture to support solubility assessment in drug discovery.


Key Features:

  • Model architecture: Uses a molecule attention transformer that processes molecular representations as SMILES strings.
  • Input representation: Operates on SMILES string encodings of molecules.
  • Model size: Implements a relatively small model comprising 3,393 parameters.
  • Regression performance: Achieves a cross-validation RMSE of 1.459 on the AqSolDB dataset using a 3-fold scaffold split.
  • Test set performance: Reports an RMSE of 1.711 on a withheld test set.
  • Classification capability: Functions as a classifier that filters insoluble compounds with 94.8% sensitivity on the SC2 dataset.
  • Task scope: Supports both regression and classification tasks for solubility prediction.

Scientific Applications:

  • Aqueous solubility prediction: Predicts experimental solubility values for compounds to inform drug discovery decision-making.
  • Compound filtering: Identifies and filters insoluble compounds during screening via classification sensitivity on SC2.
  • Benchmarking: Evaluated on public datasets including AqSolDB (3-fold scaffold split) and SC2 for comparative performance assessment.

Methodology:

Processes SMILES with a molecule attention transformer model (3,393 parameters); evaluated via 3-fold scaffold split cross-validation on AqSolDB (RMSE 1.459), on a withheld test set (RMSE 1.711), and as a classifier reporting 94.8% sensitivity on SC2.

Topics

Details

License:
Apache-2.0
Tool Type:
command-line tool
Programming Languages:
Python
Added:
12/6/2021
Last Updated:
11/24/2024

Operations

Publications

Francoeur PG, Koes DR. SolTranNet–A Machine Learning Tool for Fast Aqueous Solubility Prediction. Journal of Chemical Information and Modeling. 2021;61(6):2530-2536. doi:10.1021/acs.jcim.1c00331. PMID:34038123. PMCID:PMC8900744.

PMID: 34038123
PMCID: PMC8900744
Funding: - National Institute of General Medical Sciences: R01GM108340

Links