uuid stringlengths 4 8 | template_uuid stringclasses 40
values | question stringlengths 13 193 | answer stringlengths 29 2.2k | benchmark_query stringlengths 133 622 | execution_results stringlengths 2 1.14M | query_type stringclasses 2
values | sql_category stringclasses 26
values | bio_category stringclasses 14
values |
|---|---|---|---|---|---|---|---|---|
Q16.1300 | Q16 | What Small molecule therapies have been approved by the FDA to treat meibomian cyst? | There are no drug Small molecule therapies approved to treat meibomian cyst. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "meibomian cyst" OR LOWER(mesh_heading) = "m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1226 | Q16 | What Small molecule therapies have been approved by the FDA to treat joint disease? | There are no drug Small molecule therapies approved to treat joint disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "joint disease" OR LOWER(mesh_heading) = "jo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.174 | Q16 | What Protein therapies have been approved by the FDA to treat hip fracture? | There are no drug Protein therapies approved to treat hip fracture. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hip fracture" OR LOWER(mesh_heading) = "hip... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1701 | Q16 | What Small molecule therapies have been approved by the FDA to treat tonsil cancer? | There are no drug Small molecule therapies approved to treat tonsil cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tonsil cancer" OR LOWER(mesh_heading) = "to... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1522 | Q16 | What Small molecule therapies have been approved by the FDA to treat primary biliary cirrhosis? | Obeticholic Acid is the only Small molecule therapy approved by the FDA to treat primary biliary cirrhosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "primary biliary cirrhosis" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_1104323', 'drugName': 'Obeticholic Acid', 'tradeNames_list': "['Ocaliva']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000012504', 'approvedSymbol': 'NR1H4', 'approvedName': 'nuclear receptor subfamily 1 group H member 4', 'yearOfFirstApproval': 2... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.77 | Q16 | What Protein therapies have been approved by the FDA to treat acromegaly? | There are 2 Protein therapy drugs that are approved to treat acromegaly which are as follows: Pasireotide Pamoate and Octreotide Acetate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acromegaly" OR LOWER(mesh_heading) = "acrom... | [{'UUID': 'DrugTargetsIndication121923_text_1041094', 'drugName': 'Pasireotide Pamoate', 'tradeNames_list': "['Signifor lar', 'Signifor lar kit']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000162009', 'approvedSymbol': 'SSTR5', 'approvedName': 'somatostatin receptor 5', 'yearOfFirstApproval': 20... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1762 | Q16 | What Small molecule therapies have been approved by the FDA to treat wheezing? | There are no drug Small molecule therapies approved to treat wheezing. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "wheezing" OR LOWER(mesh_heading) = "wheezin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.414 | Q16 | What Small molecule therapies have been approved by the FDA to treat Dravet syndrome? | There are 2 Small molecule therapy drugs that are approved to treat Dravet syndrome which are as follows: Fenfluramine Hydrochloride and Cannabidiol. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "dravet syndrome" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_155511', 'drugName': 'Fenfluramine Hydrochloride', 'tradeNames_list': "['Fintepla', 'Ponderax', 'Ponderax pacaps', 'Pondimin']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000147246', 'approvedSymbol': 'HTR2C', 'approvedName': '5-hydroxytryptamine... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1105 | Q16 | What Small molecule therapies have been approved by the FDA to treat germ cell tumor? | There are no drug Small molecule therapies approved to treat germ cell tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "germ cell tumor" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1510 | Q16 | What Small molecule therapies have been approved by the FDA to treat postpartum hemorrhage? | There are no drug Small molecule therapies approved to treat postpartum hemorrhage. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "postpartum hemorrhage" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1140 | Q16 | What Small molecule therapies have been approved by the FDA to treat hemorrhagic fever with renal syndrome? | There are no drug Small molecule therapies approved to treat hemorrhagic fever with renal syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hemorrhagic fever with renal syndrome" OR L... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.981 | Q16 | What Small molecule therapies have been approved by the FDA to treat dermatofibrosarcoma protuberans? | There are no drug Small molecule therapies approved to treat dermatofibrosarcoma protuberans. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "dermatofibrosarcoma protuberans" OR LOWER(m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1706 | Q16 | What Small molecule therapies have been approved by the FDA to treat transposition of the great arteries? | There are no drug Small molecule therapies approved to treat transposition of the great arteries. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "transposition of the great arteries" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.31 | Q16 | What Protein therapies have been approved by the FDA to treat Central diabetes insipidus? | Desmopressin Acetate is the only Protein therapy approved by the FDA to treat Central diabetes insipidus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "central diabetes insipidus" OR LOWER(mesh_h... | [{'UUID': 'DrugTargetsIndication121923_text_694395', 'drugName': 'Desmopressin Acetate', 'tradeNames_list': "['Concentraid', 'Ddavp', 'Ddavp (needs no refrigeration)', 'DesmomeltDesmopressin acetate', 'Desmopressin acetate (needs no refrigeration)Desmopressin acetate preservative free', 'Desmospray', 'DesmotabsMinirin'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1119 | Q16 | What Small molecule therapies have been approved by the FDA to treat hairy cell leukemia? | There are no drug Small molecule therapies approved to treat hairy cell leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hairy cell leukemia" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.992 | Q16 | What Small molecule therapies have been approved by the FDA to treat diastolic heart failure? | There are no drug Small molecule therapies approved to treat diastolic heart failure. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "diastolic heart failure" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.623 | Q16 | What Small molecule therapies have been approved by the FDA to treat Shoulder pain? | There are no drug Small molecule therapies approved to treat Shoulder pain. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "shoulder pain" OR LOWER(mesh_heading) = "sh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.333 | Q16 | What Small molecule therapies have been approved by the FDA to treat Adenoma sebaceum? | Everolimus is the only Small molecule therapy approved by the FDA to treat Adenoma sebaceum. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "adenoma sebaceum" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_1084952', 'drugName': 'Everolimus', 'tradeNames_list': "['Afinitor', 'Afinitor disperz', 'Certican', 'Votubia', 'Zortress']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000088832', 'approvedSymbol': 'FKBP1A', 'approvedName': 'FKBP prolyl isomera... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1365 | Q16 | What Small molecule therapies have been approved by the FDA to treat nephrogenic fibrosing dermopathy? | There are no drug Small molecule therapies approved to treat nephrogenic fibrosing dermopathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "nephrogenic fibrosing dermopathy" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.100 | Q16 | What Protein therapies have been approved by the FDA to treat autism spectrum disorder? | There are no drug Protein therapies approved to treat autism spectrum disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "autism spectrum disorder" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.767 | Q16 | What Small molecule therapies have been approved by the FDA to treat angiosarcoma? | There are no drug Small molecule therapies approved to treat angiosarcoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "angiosarcoma" OR LOWER(mesh_heading) = "ang... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1143 | Q16 | What Small molecule therapies have been approved by the FDA to treat hepatitis C virus infection? | There are no drug Small molecule therapies approved to treat hepatitis C virus infection. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hepatitis c virus infection" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1373 | Q16 | What Small molecule therapies have been approved by the FDA to treat neuroendocrine neoplasm? | Everolimus is the only Small molecule therapy approved by the FDA to treat neuroendocrine neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neuroendocrine neoplasm" OR LOWER(mesh_head... | [{'UUID': 'DrugTargetsIndication121923_text_1084966', 'drugName': 'Everolimus', 'tradeNames_list': "['Afinitor', 'Afinitor disperz', 'Certican', 'Votubia', 'Zortress']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000088832', 'approvedSymbol': 'FKBP1A', 'approvedName': 'FKBP prolyl isomera... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.957 | Q16 | What Small molecule therapies have been approved by the FDA to treat contact dermatitis? | There are 2 Small molecule therapy drugs that are approved to treat contact dermatitis which are as follows: Prednisone and Dexamethasone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "contact dermatitis" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_217647', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.909 | Q16 | What Small molecule therapies have been approved by the FDA to treat chromophobe renal cell carcinoma? | There are 2 Small molecule therapy drugs that are approved to treat chromophobe renal cell carcinoma which are as follows: Pazopanib Hydrochloride and Sorafenib Tosylate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chromophobe renal cell carcinoma" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_667822', 'drugName': 'Pazopanib Hydrochloride', 'tradeNames_list': "['Votrient']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2009, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1583 | Q16 | What Small molecule therapies have been approved by the FDA to treat retinoblastoma? | There are no drug Small molecule therapies approved to treat retinoblastoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "retinoblastoma" OR LOWER(mesh_heading) = "r... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1182 | Q16 | What Small molecule therapies have been approved by the FDA to treat idiopathic hypersomnia? | There are no drug Small molecule therapies approved to treat idiopathic hypersomnia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "idiopathic hypersomnia" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.682 | Q16 | What Small molecule therapies have been approved by the FDA to treat Weight loss? | There are no drug Small molecule therapies approved to treat Weight loss. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "weight loss" OR LOWER(mesh_heading) = "weig... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1691 | Q16 | What Small molecule therapies have been approved by the FDA to treat thrombotic thrombocytopenic purpura? | There are no drug Small molecule therapies approved to treat thrombotic thrombocytopenic purpura. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "thrombotic thrombocytopenic purpura" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.442 | Q16 | What Small molecule therapies have been approved by the FDA to treat Fatigue? | There are no drug Small molecule therapies approved to treat Fatigue. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "fatigue" OR LOWER(mesh_heading) = "fatigue"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1255 | Q16 | What Small molecule therapies have been approved by the FDA to treat liposarcoma? | There are no drug Small molecule therapies approved to treat liposarcoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "liposarcoma" OR LOWER(mesh_heading) = "lipo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1064 | Q16 | What Small molecule therapies have been approved by the FDA to treat fecal incontinence? | There are no drug Small molecule therapies approved to treat fecal incontinence. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "fecal incontinence" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.900 | Q16 | What Small molecule therapies have been approved by the FDA to treat cholestasis? | There are no drug Small molecule therapies approved to treat cholestasis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cholestasis" OR LOWER(mesh_heading) = "chol... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.33 | Q16 | What Protein therapies have been approved by the FDA to treat Cognitive impairment? | There are no drug Protein therapies approved to treat Cognitive impairment. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cognitive impairment" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1759 | Q16 | What Small molecule therapies have been approved by the FDA to treat vulva cancer? | There are no drug Small molecule therapies approved to treat vulva cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "vulva cancer" OR LOWER(mesh_heading) = "vul... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1205 | Q16 | What Small molecule therapies have been approved by the FDA to treat internal carotid artery stenosis? | There are no drug Small molecule therapies approved to treat internal carotid artery stenosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "internal carotid artery stenosis" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.222 | Q16 | What Protein therapies have been approved by the FDA to treat morbid obesity? | There are no drug Protein therapies approved to treat morbid obesity. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "morbid obesity" OR LOWER(mesh_heading) = "m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.189 | Q16 | What Protein therapies have been approved by the FDA to treat invasive lobular carcinoma? | There are no drug Protein therapies approved to treat invasive lobular carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "invasive lobular carcinoma" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.895 | Q16 | What Small molecule therapies have been approved by the FDA to treat childhood apraxia of speech? | There are no drug Small molecule therapies approved to treat childhood apraxia of speech. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "childhood apraxia of speech" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.384 | Q16 | What Small molecule therapies have been approved by the FDA to treat Chemotherapy-induced nausea and vomiting? | There are 7 Small molecule therapy drugs that are approved to treat Chemotherapy-induced nausea and vomiting which are as follows: Palonosetron Hydrochloride, Granisetron, Ondansetron, Aprepitant, Rolapitant Hydrochloride, Fosaprepitant Dimeglumine, and Dronabinol. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chemotherapy-induced nausea and vomiting" O... | [{'UUID': 'DrugTargetsIndication121923_text_205494', 'drugName': 'Palonosetron Hydrochloride', 'tradeNames_list': "['Aloxi', 'Palonosetron hydrochloride']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000166736', 'approvedSymbol': 'HTR3A', 'approvedName': '5-hydroxytryptamine receptor 3A'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.487 | Q16 | What Small molecule therapies have been approved by the FDA to treat Herpes Labialis? | Hydrocortisone is the only Small molecule therapy approved by the FDA to treat Herpes Labialis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "herpes labialis" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_240818', 'drugName': 'Hydrocortisone', 'tradeNames_list': "['Acetasol hc', 'Acticort', 'Aeroseb-hc', 'Ala-cort', 'Ala-scalpAlkindi sprinkle', 'Alphaderm', 'Anflam', 'Anucort-Hc', 'Anugesic hcAnusol hc', 'Anusol plus hc', 'Anusol soothing relief', 'Anusol-HcBalneol-hc', 'Beta-... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.945 | Q16 | What Small molecule therapies have been approved by the FDA to treat colorectal carcinoma? | Regorafenib is the only Small molecule therapy approved by the FDA to treat colorectal carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "colorectal carcinoma" OR LOWER(mesh_heading... | [{'UUID': 'DrugTargetsIndication121923_text_664068', 'drugName': 'Regorafenib', 'tradeNames_list': "['Stivarga']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2012, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.475 | Q16 | What Small molecule therapies have been approved by the FDA to treat Heat Stroke? | There are no drug Small molecule therapies approved to treat Heat Stroke. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "heat stroke" OR LOWER(mesh_heading) = "heat... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.45 | Q16 | What Protein therapies have been approved by the FDA to treat Hyperglycemia? | There are no drug Protein therapies approved to treat Hyperglycemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hyperglycemia" OR LOWER(mesh_heading) = "hy... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1460 | Q16 | What Small molecule therapies have been approved by the FDA to treat pericarditis? | There are no drug Small molecule therapies approved to treat pericarditis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pericarditis" OR LOWER(mesh_heading) = "per... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.559 | Q16 | What Small molecule therapies have been approved by the FDA to treat Myocardial Ischemia? | There are no drug Small molecule therapies approved to treat Myocardial Ischemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "myocardial ischemia" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.354 | Q16 | What Small molecule therapies have been approved by the FDA to treat B-Cell Prolymphocytic Leukemia? | There are no drug Small molecule therapies approved to treat B-Cell Prolymphocytic Leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "b-cell prolymphocytic leukemia" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.867 | Q16 | What Small molecule therapies have been approved by the FDA to treat cardiac arrhythmia? | There are 2 Small molecule therapy drugs that are approved to treat cardiac arrhythmia which are as follows: Lidocaine and Propranolol Hydrochloride. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cardiac arrhythmia" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_637785', 'drugName': 'Lidocaine', 'tradeNames_list': "['Alphacaine', 'Anestacon', 'Dentipatch', 'Lidocaine', 'LidodermLignocaine Hcl', 'Lignostab', 'Lmx 4', 'Oraqix', 'Vagisil', 'XylocaineXylodase', 'Xylotox', 'Ztlido']", 'drugType': 'Small molecule', 'actionType': 'blocker',... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.324 | Q16 | What Small molecule therapies have been approved by the FDA to treat Abdominal pain? | There are no drug Small molecule therapies approved to treat Abdominal pain. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "abdominal pain" OR LOWER(mesh_heading) = "a... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.60 | Q16 | What Protein therapies have been approved by the FDA to treat Recurrent thrombophlebitis? | Bivalirudin is the only Protein therapy approved by the FDA to treat Recurrent thrombophlebitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "recurrent thrombophlebitis" OR LOWER(mesh_h... | [{'UUID': 'DrugTargetsIndication121923_text_1092311', 'drugName': 'Bivalirudin', 'tradeNames_list': "['Angiomax', 'Angiomax rtu', 'BivalirudinBivalirudin in 0.9% sodium chloride']", 'drugType': 'Protein', 'actionType': 'inhibitor', 'target': 'ENSG00000180210', 'approvedSymbol': 'F2', 'approvedName': 'coagulation factor... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1197 | Q16 | What Small molecule therapies have been approved by the FDA to treat influenza? | There are 3 Small molecule therapy drugs that are approved to treat influenza which are as follows: Amantadine Hydrochloride, Acetaminophen, and Ibuprofen. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "influenza" OR LOWER(mesh_heading) = "influe... | [{'UUID': 'DrugTargetsIndication121923_text_441020', 'drugName': 'Amantadine Hydrochloride', 'tradeNames_list': "['Amantadine hydrochloride', 'Gocovri', 'Lysovir', 'Mantadine', 'Osmolex erSymadine', 'Symmetrel']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000176884', 'approvedSymbol': '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.498 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hypercholesterolemia? | There are 7 Small molecule therapy drugs that are approved to treat Hypercholesterolemia which are as follows: Fenofibric Acid, Fenofibrate, Lomitapide Mesylate, Amlodipine Besylate, Ezetimibe, Simvastatin, and Rosuvastatin Calcium. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypercholesterolemia" OR LOWER(mesh_heading... | [{'UUID': 'DrugTargetsIndication121923_text_243812', 'drugName': 'Fenofibric Acid', 'tradeNames_list': "['Fenocor-67', 'Fenogal', 'Fibricor', 'Lipanthyl', 'Lipofen', 'LofibraSupralip', 'Trilipix']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000186951', 'approvedSymbol': 'PPARA', 'approvedN... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.773 | Q16 | What Small molecule therapies have been approved by the FDA to treat anterior uveitis? | Loteprednol Etabonate is the only Small molecule therapy approved by the FDA to treat anterior uveitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "anterior uveitis" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_225416', 'drugName': 'Loteprednol Etabonate', 'tradeNames_list': "['Airex', 'Alrex', 'Eysuvis', 'Inveltys', 'Lotemax', 'Lotemax sm']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000113580', 'approvedSymbol': 'NR3C1', 'approvedName': 'nuclear recep... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1538 | Q16 | What Small molecule therapies have been approved by the FDA to treat prostate cancer? | There are 7 Small molecule therapy drugs that are approved to treat prostate cancer which are as follows: Cabazitaxel, Enzalutamide, Apalutamide, Darolutamide, Lutetium Lu 177 Vipivotide Tetraxetan, Abiraterone Acetate, and Zoledronic Acid. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "prostate cancer" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_67884', 'drugName': 'Cabazitaxel', 'tradeNames_list': "['Jevtana', 'Jevtana kit']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000188229', 'approvedSymbol': 'TUBB4B', 'approvedName': 'tubulin beta 4B class IVb', 'yearOfFirstApproval': 2010, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1559 | Q16 | What Small molecule therapies have been approved by the FDA to treat radiodermatitis? | There are no drug Small molecule therapies approved to treat radiodermatitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "radiodermatitis" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1711 | Q16 | What Small molecule therapies have been approved by the FDA to treat tropical spastic paraparesis? | There are no drug Small molecule therapies approved to treat tropical spastic paraparesis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tropical spastic paraparesis" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1562 | Q16 | What Small molecule therapies have been approved by the FDA to treat rectal carcinoma? | There are no drug Small molecule therapies approved to treat rectal carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "rectal carcinoma" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.124 | Q16 | What Protein therapies have been approved by the FDA to treat chronic granulomatous disease? | There are no drug Protein therapies approved to treat chronic granulomatous disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chronic granulomatous disease" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.370 | Q16 | What Small molecule therapies have been approved by the FDA to treat Bronchiolitis? | There are no drug Small molecule therapies approved to treat Bronchiolitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bronchiolitis" OR LOWER(mesh_heading) = "br... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1249 | Q16 | What Small molecule therapies have been approved by the FDA to treat leptospirosis? | There are no drug Small molecule therapies approved to treat leptospirosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "leptospirosis" OR LOWER(mesh_heading) = "le... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.318 | Q16 | What Protein therapies have been approved by the FDA to treat von Willebrand disease (hereditary or acquired)? | Desmopressin Acetate is the only Protein therapy approved by the FDA to treat von Willebrand disease (hereditary or acquired). | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "von willebrand disease (hereditary or acqui... | [{'UUID': 'DrugTargetsIndication121923_text_694401', 'drugName': 'Desmopressin Acetate', 'tradeNames_list': "['Concentraid', 'Ddavp', 'Ddavp (needs no refrigeration)', 'DesmomeltDesmopressin acetate', 'Desmopressin acetate (needs no refrigeration)Desmopressin acetate preservative free', 'Desmospray', 'DesmotabsMinirin'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1126 | Q16 | What Small molecule therapies have been approved by the FDA to treat hearing loss? | There are no drug Small molecule therapies approved to treat hearing loss. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hearing loss" OR LOWER(mesh_heading) = "hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.483 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hepatoblastoma? | There are no drug Small molecule therapies approved to treat Hepatoblastoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hepatoblastoma" OR LOWER(mesh_heading) = "h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1015 | Q16 | What Small molecule therapies have been approved by the FDA to treat embryonal rhabdomyosarcoma? | There are no drug Small molecule therapies approved to treat embryonal rhabdomyosarcoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "embryonal rhabdomyosarcoma" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1525 | Q16 | What Small molecule therapies have been approved by the FDA to treat primary erythermalgia? | There are no drug Small molecule therapies approved to treat primary erythermalgia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "primary erythermalgia" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1319 | Q16 | What Small molecule therapies have been approved by the FDA to treat methamphetamine dependence? | There are no drug Small molecule therapies approved to treat methamphetamine dependence. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "methamphetamine dependence" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1042 | Q16 | What Small molecule therapies have been approved by the FDA to treat esophageal varices? | There are no drug Small molecule therapies approved to treat esophageal varices. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "esophageal varices" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.300 | Q16 | What Protein therapies have been approved by the FDA to treat subarachnoid hemorrhage? | There are no drug Protein therapies approved to treat subarachnoid hemorrhage. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "subarachnoid hemorrhage" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1347 | Q16 | What Small molecule therapies have been approved by the FDA to treat mycosis fungoides? | There are 3 Small molecule therapy drugs that are approved to treat mycosis fungoides which are as follows: Prednisone, Dexamethasone, and Methotrexate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "mycosis fungoides" OR LOWER(mesh_heading) =... | [{'UUID': 'DrugTargetsIndication121923_text_217670', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1751 | Q16 | What Small molecule therapies have been approved by the FDA to treat verrucous carcinoma? | There are no drug Small molecule therapies approved to treat verrucous carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "verrucous carcinoma" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1331 | Q16 | What Small molecule therapies have been approved by the FDA to treat morbid obesity? | There are no drug Small molecule therapies approved to treat morbid obesity. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "morbid obesity" OR LOWER(mesh_heading) = "m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.241 | Q16 | What Protein therapies have been approved by the FDA to treat non-alcoholic fatty liver disease? | There are no drug Protein therapies approved to treat non-alcoholic fatty liver disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "non-alcoholic fatty liver disease" OR LOWER... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.851 | Q16 | What Small molecule therapies have been approved by the FDA to treat bronchoalveolar adenocarcinoma? | There are no drug Small molecule therapies approved to treat bronchoalveolar adenocarcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bronchoalveolar adenocarcinoma" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1557 | Q16 | What Small molecule therapies have been approved by the FDA to treat pustulosis palmaris et plantaris? | Apremilast is the only Small molecule therapy approved by the FDA to treat pustulosis palmaris et plantaris. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pustulosis palmaris et plantaris" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_696795', 'drugName': 'Apremilast', 'tradeNames_list': "['Otezla']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000065989', 'approvedSymbol': 'PDE4A', 'approvedName': 'phosphodiesterase 4A', 'yearOfFirstApproval': 2014, 'max_phase_for_ind': 4.0, ... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1061 | Q16 | What Small molecule therapies have been approved by the FDA to treat familial intrahepatic cholestasis? | Odevixibat is the only Small molecule therapy approved by the FDA to treat familial intrahepatic cholestasis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "familial intrahepatic cholestasis" OR LOWER... | [{'UUID': 'DrugTargetsIndication121923_text_992712', 'drugName': 'Odevixibat', 'tradeNames_list': "['Bylvay']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000125255', 'approvedSymbol': 'SLC10A2', 'approvedName': 'solute carrier family 10 member 2', 'yearOfFirstApproval': 2021, 'max_phase_... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1164 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypersomnia? | Pitolisant Hydrochloride is the only Small molecule therapy approved by the FDA to treat hypersomnia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypersomnia" OR LOWER(mesh_heading) = "hype... | [{'UUID': 'DrugTargetsIndication121923_text_828123', 'drugName': 'Pitolisant Hydrochloride', 'tradeNames_list': "['Wakix']", 'drugType': 'Small molecule', 'actionType': 'inverse agonist', 'target': 'ENSG00000101180', 'approvedSymbol': 'HRH3', 'approvedName': 'histamine receptor H3', 'yearOfFirstApproval': 2019, 'max_ph... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1699 | Q16 | What Small molecule therapies have been approved by the FDA to treat tinea pedis? | There are no drug Small molecule therapies approved to treat tinea pedis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tinea pedis" OR LOWER(mesh_heading) = "tine... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.369 | Q16 | What Small molecule therapies have been approved by the FDA to treat Bronchiectasis? | There are no drug Small molecule therapies approved to treat Bronchiectasis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bronchiectasis" OR LOWER(mesh_heading) = "b... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.548 | Q16 | What Small molecule therapies have been approved by the FDA to treat Miosis? | There are no drug Small molecule therapies approved to treat Miosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "miosis" OR LOWER(mesh_heading) = "miosis") ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.68 | Q16 | What Protein therapies have been approved by the FDA to treat T-cell large granular lymphocyte leukemia? | There are no drug Protein therapies approved to treat T-cell large granular lymphocyte leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "t-cell large granular lymphocyte leukemia" ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1115 | Q16 | What Small molecule therapies have been approved by the FDA to treat gout? | There are 8 Small molecule therapy drugs that are approved to treat gout which are as follows: Colchicine, Prednisone, Triamcinolone Acetonide, Indomethacin, Naproxen Sodium, Naproxen, Febuxostat, and Lesinurad. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "gout" OR LOWER(mesh_heading) = "gout") AND ... | [{'UUID': 'DrugTargetsIndication121923_text_70057', 'drugName': 'Colchicine', 'tradeNames_list': "['Colchicine', 'Colcrys', 'Gloperba', 'Mitigare']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000188229', 'approvedSymbol': 'TUBB4B', 'approvedName': 'tubulin beta 4B class IVb', 'yearOfFirs... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.810 | Q16 | What Small molecule therapies have been approved by the FDA to treat bacterial sexually transmitted disease? | There are no drug Small molecule therapies approved to treat bacterial sexually transmitted disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bacterial sexually transmitted disease" OR ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.125 | Q16 | What Protein therapies have been approved by the FDA to treat chronic hepatitis C virus infection? | There are no drug Protein therapies approved to treat chronic hepatitis C virus infection. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chronic hepatitis c virus infection" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.761 | Q16 | What Small molecule therapies have been approved by the FDA to treat anemia (phenotype)? | Lenalidomide is the only Small molecule therapy approved by the FDA to treat anemia (phenotype). | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "anemia (phenotype)" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_1105737', 'drugName': 'Lenalidomide', 'tradeNames_list': "['Revlimid']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000113851', 'approvedSymbol': 'CRBN', 'approvedName': 'cereblon', 'yearOfFirstApproval': 2005, 'max_phase_for_ind': 4.0, 'mesh_he... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.759 | Q16 | What Small molecule therapies have been approved by the FDA to treat androgenetic alopecia? | There are no drug Small molecule therapies approved to treat androgenetic alopecia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "androgenetic alopecia" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.411 | Q16 | What Small molecule therapies have been approved by the FDA to treat Disorder of lipid metabolism? | There are no drug Small molecule therapies approved to treat Disorder of lipid metabolism. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "disorder of lipid metabolism" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1237 | Q16 | What Small molecule therapies have been approved by the FDA to treat lamellar ichthyosis? | There are no drug Small molecule therapies approved to treat lamellar ichthyosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "lamellar ichthyosis" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.256 | Q16 | What Protein therapies have been approved by the FDA to treat pituitary tumor? | There are no drug Protein therapies approved to treat pituitary tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pituitary tumor" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1243 | Q16 | What Small molecule therapies have been approved by the FDA to treat learning disability? | There are no drug Small molecule therapies approved to treat learning disability. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "learning disability" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.706 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute megakaryoblastic leukaemia? | There are no drug Small molecule therapies approved to treat acute megakaryoblastic leukaemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acute megakaryoblastic leukaemia" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.272 | Q16 | What Protein therapies have been approved by the FDA to treat prolymphocytic leukemia? | There are no drug Protein therapies approved to treat prolymphocytic leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "prolymphocytic leukemia" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1369 | Q16 | What Small molecule therapies have been approved by the FDA to treat nervous system disease? | There are no drug Small molecule therapies approved to treat nervous system disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "nervous system disease" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.924 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic progressive multiple sclerosis? | Siponimod Fumarate is the only Small molecule therapy approved by the FDA to treat chronic progressive multiple sclerosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chronic progressive multiple sclerosis" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_1036784', 'drugName': 'Siponimod Fumarate', 'tradeNames_list': "['Mayzent']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000170989', 'approvedSymbol': 'S1PR1', 'approvedName': 'sphingosine-1-phosphate receptor 1', 'yearOfFirstApproval': 2019, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.163 | Q16 | What Protein therapies have been approved by the FDA to treat glaucoma? | There are no drug Protein therapies approved to treat glaucoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "glaucoma" OR LOWER(mesh_heading) = "glaucom... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.235 | Q16 | What Protein therapies have been approved by the FDA to treat neuroendocrine carcinoma? | There are no drug Protein therapies approved to treat neuroendocrine carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neuroendocrine carcinoma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1674 | Q16 | What Small molecule therapies have been approved by the FDA to treat synovial sarcoma? | There are no drug Small molecule therapies approved to treat synovial sarcoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "synovial sarcoma" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.818 | Q16 | What Small molecule therapies have been approved by the FDA to treat bile duct carcinoma? | There are no drug Small molecule therapies approved to treat bile duct carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bile duct carcinoma" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1282 | Q16 | What Small molecule therapies have been approved by the FDA to treat male reproductive organ cancer? | There are no drug Small molecule therapies approved to treat male reproductive organ cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "male reproductive organ cancer" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.571 | Q16 | What Small molecule therapies have been approved by the FDA to treat Noonan syndrome? | There are no drug Small molecule therapies approved to treat Noonan syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "noonan syndrome" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1092 | Q16 | What Small molecule therapies have been approved by the FDA to treat gangliosidosis? | There are no drug Small molecule therapies approved to treat gangliosidosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "gangliosidosis" OR LOWER(mesh_heading) = "g... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.