Spaces:
Running
Running
update
Browse files- model_cards/article.md +11 -7
model_cards/article.md
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
|
3 |
|
4 |
### ClinTox
|
5 |
-
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on [ClinTox](https://moleculenet.org/datasets-1) dataset which has two endpoints: Probability of FDA approval and Probability of failure in clinical trials.
|
6 |
|
7 |
### SIDER
|
8 |
-
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on the [SIDER](https://moleculenet.org/datasets-1) dataset for 27 different types of side effects of drugs.
|
9 |
|
10 |
### Tox21
|
11 |
-
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on the [Tox21](https://tripod.nih.gov/tox/) dataset with 12 different types of environmental toxicities.
|
12 |
|
13 |
### SCScore
|
14 |
Predict the synthetic complexity score (SCScore) as presented in [Coley et al. (*J. Chem. Inf. Model.*; 2018)](https://pubs.acs.org/doi/full/10.1021/acs.jcim.7b00622).
|
@@ -47,10 +47,14 @@ Calculated with [RDKit](https://www.rdkit.org/docs/source/rdkit.Chem.rdchem.html
|
|
47 |
### ToxSmi citation
|
48 |
```bib
|
49 |
@article{born2023chemical,
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
|
|
|
|
|
|
|
|
54 |
}
|
55 |
```
|
56 |
|
|
|
2 |
|
3 |
|
4 |
### ClinTox
|
5 |
+
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on [ClinTox](https://moleculenet.org/datasets-1) dataset which has two endpoints: Probability of FDA approval and Probability of failure in clinical trials. For details see [Born et al., (2023; *Digital Discovery*)](https://pubs.rsc.org/en/content/articlelanding/2023/dd/d2dd00099g)
|
6 |
|
7 |
### SIDER
|
8 |
+
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on the [SIDER](https://moleculenet.org/datasets-1) dataset for 27 different types of side effects of drugs. For details see [Born et al., (2023; *Digital Discovery*)](https://pubs.rsc.org/en/content/articlelanding/2023/dd/d2dd00099g)
|
9 |
|
10 |
### Tox21
|
11 |
+
A [ToxSmi model](https://github.com/PaccMann/toxsmi) trained on the [Tox21](https://tripod.nih.gov/tox/) dataset with 12 different types of environmental toxicities. For details see [Born et al., (2023; *Digital Discovery*)](https://pubs.rsc.org/en/content/articlelanding/2023/dd/d2dd00099g)
|
12 |
|
13 |
### SCScore
|
14 |
Predict the synthetic complexity score (SCScore) as presented in [Coley et al. (*J. Chem. Inf. Model.*; 2018)](https://pubs.acs.org/doi/full/10.1021/acs.jcim.7b00622).
|
|
|
47 |
### ToxSmi citation
|
48 |
```bib
|
49 |
@article{born2023chemical,
|
50 |
+
author = {Born, Jannis and Markert, Greta and Janakarajan, Nikita and Kimber, Talia B. and Volkamer, Andrea and Martínez, María Rodríguez and Manica, Matteo},
|
51 |
+
title = {Chemical representation learning for toxicity prediction},
|
52 |
+
journal = {Digital Discovery},
|
53 |
+
year = {2023},
|
54 |
+
pages = {-},
|
55 |
+
publisher = {RSC},
|
56 |
+
doi = {10.1039/D2DD00099G},
|
57 |
+
url = {http://dx.doi.org/10.1039/D2DD00099G}
|
58 |
}
|
59 |
```
|
60 |
|