Download the database


Files

Database Description File
STX11 Variants of STX11 gene of FHL syndrome found in the literature

REST API

Database of STX11 variants


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

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

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

Annotation of a single variant


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

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

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

The parameter:

  • variant: transcript or protein variant in HGVS nomenclature such as c.9C>A or p.Asp3Glu

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.