You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while i can query using the drug name, i do not get any response from the API when query by gene symbol,
parameters = {
"gene": "EGFR",
"directTarget": 1,
"biomarker": 1
}
Hi i'm trying to access the gene-drug interaction using the GET API
https://www.pandrugs.org/pandrugs-backend/api/genedrug/
while i can query using the drug name, i do not get any response from the API when query by gene symbol,
parameters = {
"gene": "EGFR",
"directTarget": 1,
"biomarker": 1
}
response = requests.get(apiUrl, params=parameters)
this gives me the response code 200, and empty response
{"geneDrugGroup": []}
The text was updated successfully, but these errors were encountered: