Closed jess789550 closed 1 year ago
Determining endpoints for API:
/panels/{panel_pk}/genes/ = search panel app API using clinical indication column value from national directory as input
`GET /api/v1/panels/?type=gms-rare-disease-virtual` = get list of panels from gms approved panel app - use information within to search for panels via R code.
Pushed to issue_5 branch
Needs to have user input of R code or genetic disease. PEP-8 formatting required.
Logging and Testing will need to be added at some point
I will create a base file to request data from the PanelApp API, to which methods for requesting specific data types- (i.e., gene list and/or gene coordinates for a bed file) can be added.