PatrickWeller / PanelPal

1 stars 0 forks source link

Issue2 - Function for extracting gene names and locations #6

Closed PatrickWeller closed 2 weeks ago

PatrickWeller commented 2 weeks ago

Created 2 python functions.

The first is generic for sending a request to the API with a panel R number to return all information regarding the current status of that panel. Error handling could certainly be better.

The second takes the JSON response from the API and will sift through it to extract the Gene names, and their chromosome, start and end position, to later be passed to a function to make a bed file.

Have not created any proper tests yet.

Contributes towards user story #5