A python API for parsing Phenopedia.
"Phenopedia provides a disease-centered view of genetic association studies summarized in the online Human Genome Epidemiology (HuGE) encyclopedia. Users can switch to a gene-centered view (Genopedia) or to other HuGE Tools."
pip install phenopedia_parser
from phenopedia_parser import PhenopediaParser
pheno_dataframe = PhenopediaParser.parse(search_term='lung', dataframe=True)
print(pheno_dataframe)
MIT License