Datasets:

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.1465
Q16
What Small molecule therapies have been approved by the FDA to treat peripheral primitive neuroectodermal tumor?
There are no drug Small molecule therapies approved to treat peripheral primitive neuroectodermal 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) = "peripheral primitive neuroectodermal tumor"...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.330
Q16
What Small molecule therapies have been approved by the FDA to treat Abnormality of the skin?
There are no drug Small molecule therapies approved to treat Abnormality of the skin.
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) = "abnormality of the skin" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1353
Q16
What Small molecule therapies have been approved by the FDA to treat myeloproliferative disorder?
There are no drug Small molecule therapies approved to treat myeloproliferative 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) = "myeloproliferative disorder" OR LOWER(mesh_...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.320
Q16
What Small molecule therapies have been approved by the FDA to treat AIDS?
There are 2 Small molecule therapy drugs that are approved to treat AIDS which are as follows: Megestrol Acetate and Crofelemer.
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) = "aids" OR LOWER(mesh_heading) = "aids") AND ...
[{'UUID': 'DrugTargetsIndication121923_text_940515', 'drugName': 'Megestrol Acetate', 'tradeNames_list': "['Megace', 'Megace es', 'Megestrol acetate', 'Ovaban']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000082175', 'approvedSymbol': 'PGR', 'approvedName': 'progesterone receptor', 'yearOf...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1348
Q16
What Small molecule therapies have been approved by the FDA to treat myelodysplastic syndrome?
There are 2 Small molecule therapy drugs that are approved to treat myelodysplastic syndrome which are as follows: Lenalidomide and Azacitidine.
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) = "myelodysplastic syndrome" OR LOWER(mesh_hea...
[{'UUID': 'DrugTargetsIndication121923_text_1105734', '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.1191
Q16
What Small molecule therapies have been approved by the FDA to treat infection?
There are 6 Small molecule therapy drugs that are approved to treat infection which are as follows: Betamethasone Dipropionate, Dexamethasone, Amantadine Hydrochloride, Doxycycline, Omeprazole, and Cobicistat.
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) = "infection" OR LOWER(mesh_heading) = "infect...
[{'UUID': 'DrugTargetsIndication121923_text_220832', 'drugName': 'Betamethasone Dipropionate', 'tradeNames_list': "['Alphatrex', 'Betamethasone dipropionate', 'Diprolene', 'Diprolene afDiprosone', 'Sernivo']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000113580', 'approvedSymbol': 'NR3C1',...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1757
Q16
What Small molecule therapies have been approved by the FDA to treat voice disorders?
There are no drug Small molecule therapies approved to treat voice disorders.
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) = "voice disorders" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.168
Q16
What Protein therapies have been approved by the FDA to treat hematopoietic and lymphoid cell neoplasm?
There are no drug Protein therapies approved to treat hematopoietic and lymphoid cell 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) = "hematopoietic and lymphoid cell neoplasm" O...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.13
Q16
What Oligonucleotide therapies have been approved by the FDA to treat primary hyperoxaluria type 1?
Lumasiran Sodium is the only Oligonucleotide therapy approved by the FDA to treat primary hyperoxaluria type 1.
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 hyperoxaluria type 1" OR LOWER(mesh...
[{'UUID': 'DrugTargetsIndication121923_text_1041082', 'drugName': 'Lumasiran Sodium', 'tradeNames_list': "['Oxlumo']", 'drugType': 'Oligonucleotide', 'actionType': 'rnai inhibitor', 'target': 'ENSG00000101323', 'approvedSymbol': 'HAO1', 'approvedName': 'hydroxyacid oxidase 1', 'yearOfFirstApproval': 2020, 'max_phase_fo...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.172
Q16
What Protein therapies have been approved by the FDA to treat hepatocellular carcinoma?
There are no drug Protein therapies approved to treat hepatocellular 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) = "hepatocellular carcinoma" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.653
Q16
What Small molecule therapies have been approved by the FDA to treat Tension-type headache?
There are no drug Small molecule therapies approved to treat Tension-type headache.
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) = "tension-type headache" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.262
Q16
What Protein therapies have been approved by the FDA to treat post-operative sign or symptom?
There are no drug Protein therapies approved to treat post-operative sign or symptom.
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) = "post-operative sign or symptom" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1076
Q16
What Small molecule therapies have been approved by the FDA to treat filarial elephantiasis?
There are no drug Small molecule therapies approved to treat filarial elephantiasis.
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) = "filarial elephantiasis" OR LOWER(mesh_headi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1235
Q16
What Small molecule therapies have been approved by the FDA to treat kidney neoplasm?
There are no drug Small molecule therapies approved to treat kidney 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) = "kidney neoplasm" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.676
Q16
What Small molecule therapies have been approved by the FDA to treat Vibrio infectious disease?
Doxycycline is the only Small molecule therapy approved by the FDA to treat Vibrio infectious 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) = "vibrio infectious disease" OR LOWER(mesh_he...
[{'UUID': 'DrugTargetsIndication121923_text_1037852', 'drugName': 'Doxycycline', 'tradeNames_list': "['Doxychel', 'Doxycycline', 'Monodox', 'Oracea', 'Vibramycin']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000137673', 'approvedSymbol': 'MMP7', 'approvedName': 'matrix metallopeptidase 7...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.260
Q16
What Protein therapies have been approved by the FDA to treat pleural effusion?
There are no drug Protein therapies approved to treat pleural effusion.
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) = "pleural effusion" OR LOWER(mesh_heading) = ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1571
Q16
What Small molecule therapies have been approved by the FDA to treat renal cell carcinoma?
There are 10 Small molecule therapy drugs that are approved to treat renal cell carcinoma which are as follows: Pazopanib Hydrochloride, Cabozantinib S-Malate, Tivozanib Hydrochloride, Sorafenib Tosylate, Sorafenib, Axitinib, Lenvatinib Mesylate, Everolimus, Temsirolimus, and Belzutifan.
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) = "renal cell carcinoma" OR LOWER(mesh_heading...
[{'UUID': 'DrugTargetsIndication121923_text_667825', '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.139
Q16
What Protein therapies have been approved by the FDA to treat cutaneous melanoma?
There are no drug Protein therapies approved to treat cutaneous melanoma.
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) = "cutaneous melanoma" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.553
Q16
What Small molecule therapies have been approved by the FDA to treat Muscle spasm?
There are 4 Small molecule therapy drugs that are approved to treat Muscle spasm which are as follows: Cyclobenzaprine Hydrochloride, Lidocaine, Aspirin, and Capsaicin.
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) = "muscle spasm" OR LOWER(mesh_heading) = "mus...
[{'UUID': 'DrugTargetsIndication121923_text_151248', 'drugName': 'Cyclobenzaprine Hydrochloride', 'tradeNames_list': "['Amrix', 'Cyclobenzaprine hydrochloride', 'Flexeril']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000147246', 'approvedSymbol': 'HTR2C', 'approvedName': '5-hydroxytrypt...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1230
Q16
What Small molecule therapies have been approved by the FDA to treat keratosis?
There are 3 Small molecule therapy drugs that are approved to treat keratosis which are as follows: Diclofenac, Fluorouracil, and Imiquimod.
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) = "keratosis" OR LOWER(mesh_heading) = "kerato...
[{'UUID': 'DrugTargetsIndication121923_text_836983', 'drugName': 'Diclofenac', 'tradeNames_list': "['Cambia', 'Voltaren', 'Voltaren Ophthalmic', 'Voltaren Xr', 'ZorvolexZorvolex capsules']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000073756', 'approvedSymbol': 'PTGS2', 'approvedName': ...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1742
Q16
What Small molecule therapies have been approved by the FDA to treat varicose ulcer?
There are no drug Small molecule therapies approved to treat varicose ulcer.
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) = "varicose ulcer" OR LOWER(mesh_heading) = "v...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1096
Q16
What Small molecule therapies have been approved by the FDA to treat gastric ulcer?
There are 6 Small molecule therapy drugs that are approved to treat gastric ulcer which are as follows: Naproxen, Esomeprazole Magnesium, Omeprazole, Lansoprazole, Dexlansoprazole, and Famotidine.
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) = "gastric ulcer" OR LOWER(mesh_heading) = "ga...
[{'UUID': 'DrugTargetsIndication121923_text_838342', 'drugName': 'Naproxen', 'tradeNames_list': "['Aleve', 'Anaprox', 'Arthrosin 250', 'Arthrosin 250 ec', 'Arthrosin 500Arthrosin 500 ec', 'Condrotec', 'Ec-naprosyn', 'Equiproxen', 'Feminax ultraGrenoxal', 'Kenosyn', 'Laraflex', 'Napratec op', 'Naprosyn', 'Naprosyn 375Na...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1725
Q16
What Small molecule therapies have been approved by the FDA to treat ureter cancer?
There are no drug Small molecule therapies approved to treat ureter 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) = "ureter cancer" OR LOWER(mesh_heading) = "ur...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.562
Q16
What Small molecule therapies have been approved by the FDA to treat Nasal polyposis?
There are 2 Small molecule therapy drugs that are approved to treat Nasal polyposis which are as follows: Fluticasone Propionate and Mometasone Furoate.
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) = "nasal polyposis" OR LOWER(mesh_heading) = "...
[{'UUID': 'DrugTargetsIndication121923_text_232392', 'drugName': 'Fluticasone Propionate', 'tradeNames_list': "['Aerivio spiromax', 'Airflusal forspiro', 'Armonair digihalerArmonair respiclick', 'Cutivate', 'Flixonase', 'Flixotide', 'FlonaseFlonase allergy relief', 'Flovent', 'Flovent diskus 100Flovent diskus 250', 'Fl...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.140
Q16
What Protein therapies have been approved by the FDA to treat deep vein thrombosis?
There are no drug Protein therapies approved to treat deep vein thrombosis.
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) = "deep vein thrombosis" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1530
Q16
What Small molecule therapies have been approved by the FDA to treat primary systemic amyloidosis?
There are no drug Small molecule therapies approved to treat primary systemic amyloidosis.
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 systemic amyloidosis" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.535
Q16
What Small molecule therapies have been approved by the FDA to treat Lyme disease?
There are no drug Small molecule therapies approved to treat Lyme 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) = "lyme disease" OR LOWER(mesh_heading) = "lym...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.226
Q16
What Protein therapies have been approved by the FDA to treat mycosis fungoides?
There are no drug Protein therapies approved to treat mycosis fungoides.
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) =...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.729
Q16
What Small molecule therapies have been approved by the FDA to treat alcohol abuse?
Naltrexone is the only Small molecule therapy approved by the FDA to treat alcohol abuse.
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) = "alcohol abuse" OR LOWER(mesh_heading) = "al...
[{'UUID': 'DrugTargetsIndication121923_text_785064', 'drugName': 'Naltrexone', 'tradeNames_list': "['Celupan', 'Trexal', 'Trexan', 'Vivitrol']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000112038', 'approvedSymbol': 'OPRM1', 'approvedName': 'opioid receptor mu 1', 'yearOfFirstApproval'...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.939
Q16
What Small molecule therapies have been approved by the FDA to treat colon adenocarcinoma?
There are no drug Small molecule therapies approved to treat colon 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) = "colon adenocarcinoma" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.412
Q16
What Small molecule therapies have been approved by the FDA to treat Disseminated intravascular coagulation?
There are no drug Small molecule therapies approved to treat Disseminated intravascular coagulation.
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) = "disseminated intravascular coagulation" OR ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.327
Q16
What Small molecule therapies have been approved by the FDA to treat Abnormality of cardiovascular system morphology?
There are no drug Small molecule therapies approved to treat Abnormality of cardiovascular system morphology.
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) = "abnormality of cardiovascular system morpho...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.929
Q16
What Small molecule therapies have been approved by the FDA to treat classic Hodgkin lymphoma?
There are no drug Small molecule therapies approved to treat classic Hodgkin lymphoma.
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) = "classic hodgkin lymphoma" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.301
Q16
What Protein therapies have been approved by the FDA to treat sudden cardiac arrest?
There are no drug Protein therapies approved to treat sudden cardiac arrest.
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) = "sudden cardiac arrest" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1116
Q16
What Small molecule therapies have been approved by the FDA to treat grade III meningioma?
There are no drug Small molecule therapies approved to treat grade III meningioma.
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) = "grade iii meningioma" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.996
Q16
What Small molecule therapies have been approved by the FDA to treat digestive system cancer?
There are no drug Small molecule therapies approved to treat digestive system 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) = "digestive system cancer" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.906
Q16
What Small molecule therapies have been approved by the FDA to treat choroid plexus neoplasm?
There are no drug Small molecule therapies approved to treat choroid plexus 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) = "choroid plexus neoplasm" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1634
Q16
What Small molecule therapies have been approved by the FDA to treat small cell carcinoma?
Topotecan Hydrochloride is the only Small molecule therapy approved by the FDA to treat small cell 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) = "small cell carcinoma" OR LOWER(mesh_heading...
[{'UUID': 'DrugTargetsIndication121923_text_1193576', 'drugName': 'Topotecan Hydrochloride', 'tradeNames_list': "['Hycamptin', 'Hycamtin', 'Topotecan', 'Topotecan hydrochloride']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000184428', 'approvedSymbol': 'TOP1MT', 'approvedName': 'DNA topo...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.720
Q16
What Small molecule therapies have been approved by the FDA to treat adrenal gland pheochromocytoma?
Phentolamine Mesylate is the only Small molecule therapy approved by the FDA to treat adrenal gland pheochromocytoma.
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) = "adrenal gland pheochromocytoma" OR LOWER(me...
[{'UUID': 'DrugTargetsIndication121923_text_418208', 'drugName': 'Phentolamine Mesylate', 'tradeNames_list': "['Oraverse', 'Phentolamine mesylate', 'Regitine', 'Rogitine']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000120907', 'approvedSymbol': 'ADRA1A', 'approvedName': 'adrenoceptor a...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.194
Q16
What Protein therapies have been approved by the FDA to treat keratoconjunctivitis?
Cyclosporine is the only Protein therapy approved by the FDA to treat keratoconjunctivitis.
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) = "keratoconjunctivitis" OR LOWER(mesh_heading...
[{'UUID': 'DrugTargetsIndication121923_text_1100649', 'drugName': 'Cyclosporine', 'tradeNames_list': "['Capimune', 'Capsorin', 'Cequa', 'Cyclosporine', 'Deximune', 'GengrafIkervis', 'Neoral', 'Optimmune', 'Restasis', 'Restasis multidoseSandimmun', 'Sandimmune', 'Sangcya', 'Vanquoral', 'Verkazia']", 'drugType': 'Protein...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.444
Q16
What Small molecule therapies have been approved by the FDA to treat Fish-eye disease?
There are no drug Small molecule therapies approved to treat Fish-eye 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) = "fish-eye disease" OR LOWER(mesh_heading) = ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.577
Q16
What Small molecule therapies have been approved by the FDA to treat Oral ulcer?
Apremilast is the only Small molecule therapy approved by the FDA to treat Oral ulcer.
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) = "oral ulcer" OR LOWER(mesh_heading) = "oral ...
[{'UUID': 'DrugTargetsIndication121923_text_696791', '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.507
Q16
What Small molecule therapies have been approved by the FDA to treat Hypogonadotropic hypogonadism?
There are 2 Small molecule therapy drugs that are approved to treat Hypogonadotropic hypogonadism which are as follows: Testosterone Enanthate and Testosterone.
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) = "hypogonadotropic hypogonadism" OR LOWER(mes...
[{'UUID': 'DrugTargetsIndication121923_text_921365', 'drugName': 'Testosterone Enanthate', 'tradeNames_list': "['Delatestryl', 'Primoteston depot', 'Testosterone enanthateXyosted (autoinjector)']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000169083', 'approvedSymbol': 'AR', 'approvedName'...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.609
Q16
What Small molecule therapies have been approved by the FDA to treat Recurrent thrombophlebitis?
There are 10 Small molecule therapy drugs that are approved to treat Recurrent thrombophlebitis which are as follows: Treprostinil, Selexipag, Rivaroxaban, Apixaban, Betrixaban, Aspirin, Ticagrelor, Cangrelor Tetrasodium, Dabigatran Etexilate, and Argatroban.
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_244448', 'drugName': 'Treprostinil', 'tradeNames_list': "['Remodulin', 'Tyvaso', 'Tyvaso dpi']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000160013', 'approvedSymbol': 'PTGIR', 'approvedName': 'prostaglandin I2 receptor', 'yearOfFirstApproval': ...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1679
Q16
What Small molecule therapies have been approved by the FDA to treat systemic scleroderma?
Nintedanib Esylate is the only Small molecule therapy approved by the FDA to treat systemic scleroderma.
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) = "systemic scleroderma" OR LOWER(mesh_heading...
[{'UUID': 'DrugTargetsIndication121923_text_678467', 'drugName': 'Nintedanib Esylate', 'tradeNames_list': "['Ofev']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2014, 'max_phase_fo...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1573
Q16
What Small molecule therapies have been approved by the FDA to treat reproductive system disease?
There are no drug Small molecule therapies approved to treat reproductive 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) = "reproductive system disease" OR LOWER(mesh_...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.4
Q16
What Oligonucleotide therapies have been approved by the FDA to treat amyloidosis?
There are 2 Oligonucleotide therapy drugs that are approved to treat amyloidosis which are as follows: Inotersen Sodium and Patisiran Sodium.
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) = "amyloidosis" OR LOWER(mesh_heading) = "amyl...
[{'UUID': 'DrugTargetsIndication121923_text_1097644', 'drugName': 'Inotersen Sodium', 'tradeNames_list': "['Tegsedi']", 'drugType': 'Oligonucleotide', 'actionType': 'antisense inhibitor', 'target': 'ENSG00000118271', 'approvedSymbol': 'TTR', 'approvedName': 'transthyretin', 'yearOfFirstApproval': 2018, 'max_phase_for_i...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1325
Q16
What Small molecule therapies have been approved by the FDA to treat mitral valve stenosis?
There are no drug Small molecule therapies approved to treat mitral valve 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) = "mitral valve stenosis" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1320
Q16
What Small molecule therapies have been approved by the FDA to treat microscopic colitis?
There are no drug Small molecule therapies approved to treat microscopic colitis.
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) = "microscopic colitis" OR LOWER(mesh_heading)...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.471
Q16
What Small molecule therapies have been approved by the FDA to treat Hallucinations?
Pimavanserin Tartrate is the only Small molecule therapy approved by the FDA to treat Hallucinations.
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) = "hallucinations" OR LOWER(mesh_heading) = "h...
[{'UUID': 'DrugTargetsIndication121923_text_205091', 'drugName': 'Pimavanserin Tartrate', 'tradeNames_list': "['Nuplazid']", 'drugType': 'Small molecule', 'actionType': 'inverse agonist', 'target': 'ENSG00000102468', 'approvedSymbol': 'HTR2A', 'approvedName': '5-hydroxytryptamine receptor 2A', 'yearOfFirstApproval': 20...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.323
Q16
What Small molecule therapies have been approved by the FDA to treat Abdominal Aortic Aneurysm?
There are no drug Small molecule therapies approved to treat Abdominal Aortic Aneurysm.
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 aortic aneurysm" OR LOWER(mesh_he...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.6
Q16
What Oligonucleotide therapies have been approved by the FDA to treat cardiovascular disease?
Mipomersen Sodium is the only Oligonucleotide therapy approved by the FDA to treat cardiovascular 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) = "cardiovascular disease" OR LOWER(mesh_headi...
[{'UUID': 'DrugTargetsIndication121923_text_1191788', 'drugName': 'Mipomersen Sodium', 'tradeNames_list': "['Kynamro']", 'drugType': 'Oligonucleotide', 'actionType': 'antisense inhibitor', 'target': 'ENSG00000084674', 'approvedSymbol': 'APOB', 'approvedName': 'apolipoprotein B', 'yearOfFirstApproval': 2013, 'max_phase_...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.224
Q16
What Protein therapies have been approved by the FDA to treat multiple myeloma?
Carfilzomib is the only Protein therapy approved by the FDA to treat multiple myeloma.
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) = "multiple myeloma" OR LOWER(mesh_heading) = ...
[{'UUID': 'DrugTargetsIndication121923_text_267903', 'drugName': 'Carfilzomib', 'tradeNames_list': "['Kyprolis']", 'drugType': 'Protein', 'actionType': 'inhibitor', 'target': 'ENSG00000173692', 'approvedSymbol': 'PSMD1', 'approvedName': 'proteasome 26S subunit, non-ATPase 1', 'yearOfFirstApproval': 2009, 'max_phase_for...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.551
Q16
What Small molecule therapies have been approved by the FDA to treat Morton Neuroma?
There are no drug Small molecule therapies approved to treat Morton Neuroma.
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) = "morton neuroma" OR LOWER(mesh_heading) = "m...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1014
Q16
What Small molecule therapies have been approved by the FDA to treat embryonal neoplasm?
There are no drug Small molecule therapies approved to treat embryonal 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) = "embryonal neoplasm" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.40
Q16
What Protein therapies have been approved by the FDA to treat Epiphora?
There are no drug Protein therapies approved to treat Epiphora.
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) = "epiphora" OR LOWER(mesh_heading) = "epiphor...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.546
Q16
What Small molecule therapies have been approved by the FDA to treat Menorrhagia?
There are 2 Small molecule therapy drugs that are approved to treat Menorrhagia which are as follows: Levonorgestrel and Tranexamic 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) = "menorrhagia" OR LOWER(mesh_heading) = "meno...
[{'UUID': 'DrugTargetsIndication121923_text_940165', 'drugName': 'Levonorgestrel', 'tradeNames_list': "['Athentia next', 'Emerres', 'Emerres una', 'Ezinelle', 'Fallback soloHer style', 'Isteranda', 'Jadelle', 'Jaydess', 'Kyleena', 'LevonelleLevonelle one step', 'Levonelle-2', 'Levonorgestrel', 'Levosert', 'LilettaMicro...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.244
Q16
What Protein therapies have been approved by the FDA to treat opioid dependence?
There are no drug Protein therapies approved to treat opioid 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) = "opioid dependence" OR LOWER(mesh_heading) =...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1643
Q16
What Small molecule therapies have been approved by the FDA to treat spinal cord disease?
There are 2 Small molecule therapy drugs that are approved to treat spinal cord disease which are as follows: Cyclobenzaprine Hydrochloride and Baclofen.
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) = "spinal cord disease" OR LOWER(mesh_heading)...
[{'UUID': 'DrugTargetsIndication121923_text_151249', 'drugName': 'Cyclobenzaprine Hydrochloride', 'tradeNames_list': "['Amrix', 'Cyclobenzaprine hydrochloride', 'Flexeril']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000147246', 'approvedSymbol': 'HTR2C', 'approvedName': '5-hydroxytrypt...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.137
Q16
What Protein therapies have been approved by the FDA to treat constipation disorder?
Linaclotide is the only Protein therapy approved by the FDA to treat constipation 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) = "constipation disorder" OR LOWER(mesh_headin...
[{'UUID': 'DrugTargetsIndication121923_text_1092089', 'drugName': 'Linaclotide', 'tradeNames_list': "['Constella', 'Linzess']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000070019', 'approvedSymbol': 'GUCY2C', 'approvedName': 'guanylate cyclase 2C', 'yearOfFirstApproval': 2012, 'max_phase_for_ind...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1545
Q16
What Small molecule therapies have been approved by the FDA to treat ptosis?
Oxymetazoline Hydrochloride is the only Small molecule therapy approved by the FDA to treat ptosis.
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) = "ptosis" OR LOWER(mesh_heading) = "ptosis") ...
[{'UUID': 'DrugTargetsIndication121923_text_417195', 'drugName': 'Oxymetazoline Hydrochloride', 'tradeNames_list': "['Afrazine', 'Ocuclear', 'Rhofade', 'Upneeq', 'Visine', 'Visine l.r.']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000120907', 'approvedSymbol': 'ADRA1A', 'approvedName': 'ad...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1387
Q16
What Small molecule therapies have been approved by the FDA to treat non-Hodgkins lymphoma?
There are 3 Small molecule therapy drugs that are approved to treat non-Hodgkins lymphoma which are as follows: Idelalisib, Methotrexate, and Plerixafor.
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-hodgkins lymphoma" OR LOWER(mesh_headin...
[{'UUID': 'DrugTargetsIndication121923_text_858398', 'drugName': 'Idelalisib', 'tradeNames_list': "['Zydelig']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000171608', 'approvedSymbol': 'PIK3CD', 'approvedName': 'phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit delta', 'ye...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.816
Q16
What Small molecule therapies have been approved by the FDA to treat beta-thalassemia major?
There are no drug Small molecule therapies approved to treat beta-thalassemia major.
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) = "beta-thalassemia major" OR LOWER(mesh_headi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.449
Q16
What Small molecule therapies have been approved by the FDA to treat Gaucher disease type 1?
There are no drug Small molecule therapies approved to treat Gaucher disease type 1.
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) = "gaucher disease type 1" OR LOWER(mesh_headi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.912
Q16
What Small molecule therapies have been approved by the FDA to treat chronic hepatitis B virus infection?
There are no drug Small molecule therapies approved to treat chronic hepatitis B 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 b virus infection" OR LOW...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1244
Q16
What Small molecule therapies have been approved by the FDA to treat left ventricular hypertrophy?
There are no drug Small molecule therapies approved to treat left ventricular hypertrophy.
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) = "left ventricular hypertrophy" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1565
Q16
What Small molecule therapies have been approved by the FDA to treat reflex sympathetic dystrophy?
There are no drug Small molecule therapies approved to treat reflex sympathetic dystrophy.
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) = "reflex sympathetic dystrophy" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1605
Q16
What Small molecule therapies have been approved by the FDA to treat scleroderma?
There are no drug Small molecule therapies approved to treat scleroderma.
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) = "scleroderma" OR LOWER(mesh_heading) = "scle...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.585
Q16
What Small molecule therapies have been approved by the FDA to treat Patent ductus arteriosus?
There are 3 Small molecule therapy drugs that are approved to treat Patent ductus arteriosus which are as follows: Indomethacin, Ibuprofen, and Ibuprofen Lysine.
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) = "patent ductus arteriosus" OR LOWER(mesh_hea...
[{'UUID': 'DrugTargetsIndication121923_text_828197', 'drugName': 'Indomethacin', 'tradeNames_list': "['Artracin', 'Artracin sr', 'Berlind 75 ret', 'Flexin-25 continusFlexin-50 continus', 'Flexin-75 continus', 'Imbrilon', 'Indo-lemmonIndo-paed', 'Indocid ret', 'Indocid-r', 'Indocin', 'Indocin sr', 'IndodermIndoflex', 'I...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1554
Q16
What Small molecule therapies have been approved by the FDA to treat pulmonary venoocclusive disease?
There are no drug Small molecule therapies approved to treat pulmonary venoocclusive 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) = "pulmonary venoocclusive disease" OR LOWER(m...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1733
Q16
What Small molecule therapies have been approved by the FDA to treat urothelial carcinoma?
Erdafitinib is the only Small molecule therapy approved by the FDA to treat urothelial 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) = "urothelial carcinoma" OR LOWER(mesh_heading...
[{'UUID': 'DrugTargetsIndication121923_text_707095', 'drugName': 'Erdafitinib', 'tradeNames_list': "['Balversa']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000077782', 'approvedSymbol': 'FGFR1', 'approvedName': 'fibroblast growth factor receptor 1', 'yearOfFirstApproval': 2019, 'max_pha...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.665
Q16
What Small molecule therapies have been approved by the FDA to treat Tremor?
There are no drug Small molecule therapies approved to treat Tremor.
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) = "tremor" OR LOWER(mesh_heading) = "tremor") ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.440
Q16
What Small molecule therapies have been approved by the FDA to treat Familial dysautonomia?
There are no drug Small molecule therapies approved to treat Familial dysautonomia.
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 dysautonomia" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1632
Q16
What Small molecule therapies have been approved by the FDA to treat sleep apnea?
There are no drug Small molecule therapies approved to treat sleep apnea.
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) = "sleep apnea" OR LOWER(mesh_heading) = "slee...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.379
Q16
What Small molecule therapies have been approved by the FDA to treat Central Nervous System Neoplasm?
There are no drug Small molecule therapies approved to treat Central Nervous System 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) = "central nervous system neoplasm" OR LOWER(m...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1296
Q16
What Small molecule therapies have been approved by the FDA to treat mature T-cell and NK-cell non-Hodgkin lymphoma?
There are 2 Small molecule therapy drugs that are approved to treat mature T-cell and NK-cell non-Hodgkin lymphoma which are as follows: Pralatrexate and Belinostat.
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) = "mature t-cell and nk-cell non-hodgkin lymph...
[{'UUID': 'DrugTargetsIndication121923_text_1072440', 'drugName': 'Pralatrexate', 'tradeNames_list': "['Folotyn']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000228716', 'approvedSymbol': 'DHFR', 'approvedName': 'dihydrofolate reductase', 'yearOfFirstApproval': 2009, 'max_phase_for_ind':...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.316
Q16
What Protein therapies have been approved by the FDA to treat uveitis?
There are no drug Protein therapies approved to treat 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) = "uveitis" OR LOWER(mesh_heading) = "uveitis"...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.446
Q16
What Small molecule therapies have been approved by the FDA to treat Focal-onset seizure?
There are 3 Small molecule therapy drugs that are approved to treat Focal-onset seizure which are as follows: Cenobamate, Pregabalin, and Levetiracetam.
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) = "focal-onset seizure" OR LOWER(mesh_heading)...
[{'UUID': 'DrugTargetsIndication121923_text_456000', 'drugName': 'Cenobamate', 'tradeNames_list': "['Xcopri']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000144285', 'approvedSymbol': 'SCN1A', 'approvedName': 'sodium voltage-gated channel alpha subunit 1', 'yearOfFirstApproval': 2020, 'm...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1052
Q16
What Small molecule therapies have been approved by the FDA to treat eye infection?
There are no drug Small molecule therapies approved to treat eye 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) = "eye infection" OR LOWER(mesh_heading) = "ey...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.321
Q16
What Small molecule therapies have been approved by the FDA to treat AIDS dementia?
There are no drug Small molecule therapies approved to treat AIDS dementia.
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) = "aids dementia" OR LOWER(mesh_heading) = "ai...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.283
Q16
What Protein therapies have been approved by the FDA to treat retinal vasculitis?
There are no drug Protein therapies approved to treat retinal vasculitis.
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) = "retinal vasculitis" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1596
Q16
What Small molecule therapies have been approved by the FDA to treat salivary gland carcinoma?
There are no drug Small molecule therapies approved to treat salivary gland 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) = "salivary gland carcinoma" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1056
Q16
What Small molecule therapies have been approved by the FDA to treat fallopian tube cancer?
There are no drug Small molecule therapies approved to treat fallopian tube 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) = "fallopian tube cancer" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1368
Q16
What Small molecule therapies have been approved by the FDA to treat nephrotic syndrome?
There are 3 Small molecule therapy drugs that are approved to treat nephrotic syndrome which are as follows: Prednisone, Dexamethasone, and Spironolactone.
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) = "nephrotic syndrome" OR LOWER(mesh_heading) ...
[{'UUID': 'DrugTargetsIndication121923_text_217643', '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.428
Q16
What Small molecule therapies have been approved by the FDA to treat Epstein-Barr virus infection?
There are no drug Small molecule therapies approved to treat Epstein-Barr 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) = "epstein-barr virus infection" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.557
Q16
What Small molecule therapies have been approved by the FDA to treat Myelofibrosis?
There are 2 Small molecule therapy drugs that are approved to treat Myelofibrosis which are as follows: Ruxolitinib Phosphate and Fedratinib 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) = "myelofibrosis" OR LOWER(mesh_heading) = "my...
[{'UUID': 'DrugTargetsIndication121923_text_843626', 'drugName': 'Ruxolitinib Phosphate', 'tradeNames_list': "['Jakafi', 'Opzelura']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000162434', 'approvedSymbol': 'JAK1', 'approvedName': 'Janus kinase 1', 'yearOfFirstApproval': 2011, 'max_phase...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.598
Q16
What Small molecule therapies have been approved by the FDA to treat Prader-Willi syndrome?
There are no drug Small molecule therapies approved to treat Prader-Willi 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) = "prader-willi syndrome" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1727
Q16
What Small molecule therapies have been approved by the FDA to treat urethritis?
Lidocaine is the only Small molecule therapy approved by the FDA to treat urethritis.
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) = "urethritis" OR LOWER(mesh_heading) = "ureth...
[{'UUID': 'DrugTargetsIndication121923_text_637783', '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.371
Q16
What Small molecule therapies have been approved by the FDA to treat Bronchospasm?
There are 4 Small molecule therapy drugs that are approved to treat Bronchospasm which are as follows: Ipratropium Bromide, Tiotropium Bromide, Albuterol Sulfate, and Albuterol.
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) = "bronchospasm" OR LOWER(mesh_heading) = "bro...
[{'UUID': 'DrugTargetsIndication121923_text_857474', 'drugName': 'Ipratropium Bromide', 'tradeNames_list': "['Atrovent', 'Atrovent aerocaps', 'Atrovent fte', 'Atrovent hfaAtrovent udvs', 'Ipratrop', 'Ipratrop steripoule', 'Ipratropium bromideRespontin', 'Rinatec', 'Tropiovent']", 'drugType': 'Small molecule', 'actionTy...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1220
Q16
What Small molecule therapies have been approved by the FDA to treat inverted papilloma?
There are no drug Small molecule therapies approved to treat inverted papilloma.
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) = "inverted papilloma" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1378
Q16
What Small molecule therapies have been approved by the FDA to treat neuroma?
There are no drug Small molecule therapies approved to treat neuroma.
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) = "neuroma" OR LOWER(mesh_heading) = "neuroma"...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1098
Q16
What Small molecule therapies have been approved by the FDA to treat gastritis?
There are no drug Small molecule therapies approved to treat gastritis.
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) = "gastritis" OR LOWER(mesh_heading) = "gastri...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1425
Q16
What Small molecule therapies have been approved by the FDA to treat osteosarcoma?
There are no drug Small molecule therapies approved to treat osteosarcoma.
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) = "osteosarcoma" OR LOWER(mesh_heading) = "ost...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.847
Q16
What Small molecule therapies have been approved by the FDA to treat breast ductal carcinoma in situ?
There are no drug Small molecule therapies approved to treat breast ductal carcinoma in situ.
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) = "breast ductal carcinoma in situ" OR LOWER(m...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.229
Q16
What Protein therapies have been approved by the FDA to treat myocardial infarction?
There are no drug Protein therapies approved to treat myocardial infarction.
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 infarction" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1689
Q16
What Small molecule therapies have been approved by the FDA to treat thrombophilia?
There are no drug Small molecule therapies approved to treat thrombophilia.
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) = "thrombophilia" OR LOWER(mesh_heading) = "th...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1393
Q16
What Small molecule therapies have been approved by the FDA to treat obsessive-compulsive disorder?
There are no drug Small molecule therapies approved to treat obsessive-compulsive 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) = "obsessive-compulsive disorder" OR LOWER(mes...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1433
Q16
What Small molecule therapies have been approved by the FDA to treat ovarian sex cord-stromal tumor?
There are no drug Small molecule therapies approved to treat ovarian sex cord-stromal 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) = "ovarian sex cord-stromal tumor" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1356
Q16
What Small molecule therapies have been approved by the FDA to treat myofascial pain syndrome?
There are no drug Small molecule therapies approved to treat myofascial pain 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) = "myofascial pain syndrome" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.67
Q16
What Protein therapies have been approved by the FDA to treat T-Cell Prolymphocytic Leukemia?
There are no drug Protein therapies approved to treat T-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) = "t-cell prolymphocytic leukemia" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status