Download the predictions


Files

Predictor Description File
Pathogenicity Pathogenic predictions of all missense variants of Fabry in TSV format

REST API

Predictions of GLA variants

Pathogenicity predictions of all missense variants of GLA


    import requests
    r = requests.get('https://www.biotoclin.org/predictor/Fabry/api/')
    r.json()
    

    curl  --request GET --url 'https://www.biotoclin.org/predictor/Fabry/api/'
    

    wget -q 'https://www.biotoclin.org/predictor/Fabry/api/' -O -
    

Prediction of a single variant

Pathogenicity prediction of a missense variant of GLA


    import requests
    r = requests.get('https://www.biotoclin.org/predictor/Fabry/api/<variant>/')
    r.json()
    

    curl  --request GET --url 'https://www.biotoclin.org/predictor/Fabry/api/<variant>/'
    

    wget -q 'https://www.biotoclin.org/predictor/Fabry/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

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.