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.
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