Download the predictions
Files
Predictor | Description | File |
---|---|---|
Pathogenicity | Pathogenic predictions of all missense variants of CADASIL in TSV format |
REST API
Predictions of NOTCH3 variants
Pathogenicity predictions of all missense variants of NOTCH3
import requests
r = requests.get('https://www.biotoclin.org/predictor/CADASIL/api/')
r.json()
curl --request GET --url 'https://www.biotoclin.org/predictor/CADASIL/api/'
wget -q 'https://www.biotoclin.org/predictor/CADASIL/api/' -O -
Prediction of a single variant
Pathogenicity prediction of a missense variant of NOTCH3
import requests
r = requests.get('https://www.biotoclin.org/predictor/CADASIL/api/<variant>/')
r.json()
curl --request GET --url 'https://www.biotoclin.org/predictor/CADASIL/api/<variant>/'
wget -q 'https://www.biotoclin.org/predictor/CADASIL/api/<variant>/' -O -
The parameter:
- variant: missense variant in one letter format, that is, if your first residue has mutated from a methionine (M) to an alanine (A), the variant will be M1A
License

CADASIL predictor data is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License
Disclaimer This resource is uniquely intended for research purposes. The authors are not responsible for neither its use nor misuse. The data provided are not intended as advice of any kind. The authors have worked with care in the development of this server, but assume no liability or responsibility for any error, weakness, incompleteness or temporariness of the resource and of the data provided.