KarrLab / datanator_rest_api

A OAS3 compliant REST API for the Datanator integrated database
MIT License
0 stars 3 forks source link

Extend RNA half-life endpoint to genes identified via individual UniProt ids #105

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

Replaces #85.

Example: https://testapi.datanator.info/rna/halflife/get_info_by_ko/?ko_number=Q8C5G2&_from=0&size=1000 should return 1 half-life

lzy7071 commented 4 years ago

Endpoint https://testapi.datanator.info/rna/halflife/get_info_by_uniprot/?uniprot_id=Q8C5G2&_from=0&size=1000

jonrkarr commented 4 years ago

I integrated this into the frontend