isabelrem / 2023-Software-Development-Assessment

MIT License
2 stars 1 forks source link

Create a python script to take the output of PanelApp_API_Request.py in dict form and parse to extract desired information #9

Closed TomLivesey-UoM closed 1 year ago

TomLivesey-UoM commented 1 year ago

I have written a function, within the PannelApp_Request_Parse.py module called pk_search_parse() which take the output of a get request to https://panelapp.genomicsengland.co.uk/api/v1/panels//?format=json as a dictionary and parse this to extract the panel ID, name, GMS sign-off status, associated R-codes, gene number, genes, and gene coordinates.

Pushed this to the issue_9 branch