A tool for predicting the solubility of small molecule drugs.
Project description
Using MSCSol to predict moleculer solubility
MSCSol
Our trained model has been uploaded to PyPI, accessible through this link (https://pypi.org/project/MSCSol/). We've included detailed installation instructions and usage guidelines, making it easy to obtain prediction results by inputting SMILES strings.
Installation
pip install MSCSol
Quick Start
import MSCSol
MSCSol.pred(<your_SMILES>)
Note
It will take some time to calculate the molecular signatures, so please be patient for a while. Also note that dipole moment features are not used here as they cannot be obtained directly by calling the code.
The training data was restricted to molecular weights less than or equal to 504, LogS values greater than or equal to -8, and experimental temperatures of 20-25 degrees Celsius, so if the molecule does not apply to the above conditions, the prediction results may have a large deviation.
In addition, due to the computational requirements of the node vector feature of the GVP-GNN, the input molecule atom number must be greater than or equal to 3.
Contact
We thank all the researchers who contributed to this work.
If you have any questions, please contact fzychina@csu.edu.cn.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file MSCSol-1.0.0.tar.gz.
File metadata
- Download URL: MSCSol-1.0.0.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0576ab070b8275d56a41c9b524776d9122584217eea1029c423e81285b12230
|
|
| MD5 |
126cd7ae23310a6488b505c6b3c116f3
|
|
| BLAKE2b-256 |
d732bf92f29455400b9726181db0ec972e0c933368bf2458b73da528926a5b98
|