Download the database


Files

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

REST API

Database of PRF1 variants


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

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

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

Annotation of a single variant


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

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

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

The parameter:

  • variant: transcript or protein variant in HGVS nomenclature such as c.1A>G or p.Met1Val

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.