Diff of /README.md [000000] .. [132747]

Switch to unified view

a b/README.md
1
# Using Pretrained Machine Learning Models to Predict Peptide Stability Profile in Simulated Gastric/Intestinal Fluids
2
3
Publication: *DOI:* [article link](https://doi.org/10.1016/j.ijpharm.2023.122643)
4
5
Data: [FigShare](https://doi.org/10.6084/m9.figshare.25941580)
6
7
Environment: Python 3.7.7
8
9
Dependancies:
10
- scikit-learn: 0.24.2
11
- py-xgboost: 1.3.3
12
- rdkit: 2020.03.3.0
13
- pandas: 1.3.0
14
- numpy: 1.20.3
15
16
## To Predict
17
18
In order to predict peptide stability, the structure of the peptide, represented in *isomeric SMILES* notation, should be prepared first.
19
20
1. Edit the .csv file in the folder to fill in peptide information (Multiple prediction are supported by adding extra rows). The last two columns 'Stability_in_SIF' and 'Stability_in_SGF' can be left empty and will be filled automatically.
21
22
2. Run the code in the jupyter notebook.
23
24
3. The result will be displayed on the notebook and also saved into the .csv file.
25
26