gard

GARD ID to URL


License
MIT
Install
pip install gard==0.0.3

Documentation

gard

A simple offline Python wrapper to map Genetic and Rare Diseases Information Center (GARD) IDs to disease names / URLs.

Installation

pip install gard

Usage

from gard import GARD

gard = GARD()
print(grad(1))
# {'encodedName': 'gracile-syndrome', 'name': 'GRACILE syndrome'}

print(grad.get_url(1))
# https://rarediseases.info.nih.gov/diseases/1/gracile-syndrome