Download the predictions


Files

Predictor Description File
Guidelines Prediction of all missense variants in TSV format
Bioinformatics Prediction of missense variants from positions 1960 to 3056 in TSV format
Metapredictor Prediction of missense variants from positions 1960 to 3056 in TSV format

REST API

List of predictors

Predictors of ATM


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

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

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

Predictions of ATM variants

Predictions of all missense variants of ATM with a certain predictor


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

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

    wget -q 'https://www.biotoclin.org/predictor/ATM/api/<predictor>/' -O -
    

The parameter is:

  • predictor: the name of the predictor such as Guidelines. The list of available predictors can be downloaded in the section "List of predictors"

Prediction of a single variant

Prediction of a missense variant of ATM with a certain predictor


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

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

    wget -q 'https://www.biotoclin.org/predictor/ATM/api/<predictor>/<variant>/' -O -
    

The parameters:

  • predictor: the name of the predictor such as Guidelines. The list of available predictors can be downloaded in the section "List of predictors"
  • 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.