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.954
Q16
What Small molecule therapies have been approved by the FDA to treat congenital hypothyroidism?
Levothyroxine Sodium is the only Small molecule therapy approved by the FDA to treat congenital hypothyroidism.
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) = "congenital hypothyroidism" OR LOWER(mesh_he...
[{'UUID': 'DrugTargetsIndication121923_text_924802', 'drugName': 'Levothyroxine Sodium', 'tradeNames_list': "['Eltroxin', 'Ermeza', 'Euthyrox', 'Evotrox', 'L-thyroxine henning', 'Levo-tLevolet', 'Levothroid', 'Levothyroid', 'Levothyroxine sodium', 'LevoxineLevoxyl', 'Novothyrox', 'Soloxine', 'Synthroid', 'Thyquidity', ...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.362
Q16
What Small molecule therapies have been approved by the FDA to treat Beta-thalassemia?
There are no drug Small molecule therapies approved to treat Beta-thalassemia.
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" OR LOWER(mesh_heading) = ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.982
Q16
What Small molecule therapies have been approved by the FDA to treat dermatomyositis?
Prednisone is the only Small molecule therapy approved by the FDA to treat dermatomyositis.
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) = "dermatomyositis" OR LOWER(mesh_heading) = "...
[{'UUID': 'DrugTargetsIndication121923_text_217629', '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.523
Q16
What Small molecule therapies have been approved by the FDA to treat Kaposi's sarcoma?
There are no drug Small molecule therapies approved to treat Kaposi's 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) = "kaposi's sarcoma" OR LOWER(mesh_heading) = ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1261
Q16
What Small molecule therapies have been approved by the FDA to treat lung cancer?
There are 2 Small molecule therapy drugs that are approved to treat lung cancer which are as follows: Trametinib Dimethyl Sulfoxide 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) = "lung cancer" OR LOWER(mesh_heading) = "lung...
[{'UUID': 'DrugTargetsIndication121923_text_927732', 'drugName': 'Trametinib Dimethyl Sulfoxide', 'tradeNames_list': "['Mekinist']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000126934', 'approvedSymbol': 'MAP2K2', 'approvedName': 'mitogen-activated protein kinase kinase 2', 'yearOfFirst...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1070
Q16
What Small molecule therapies have been approved by the FDA to treat fibroma?
There are no drug Small molecule therapies approved to treat fibroma.
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) = "fibroma" OR LOWER(mesh_heading) = "fibroma"...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1038
Q16
What Small molecule therapies have been approved by the FDA to treat erythema multiforme?
There are 2 Small molecule therapy drugs that are approved to treat erythema multiforme 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) = "erythema multiforme" OR LOWER(mesh_heading)...
[{'UUID': 'DrugTargetsIndication121923_text_217665', '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.855
Q16
What Small molecule therapies have been approved by the FDA to treat bulimia nervosa?
There are no drug Small molecule therapies approved to treat bulimia nervosa.
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) = "bulimia nervosa" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.183
Q16
What Protein therapies have been approved by the FDA to treat inflammation?
Cyclosporine is the only Protein therapy approved by the FDA to treat inflammation.
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) = "inflammation" OR LOWER(mesh_heading) = "inf...
[{'UUID': 'DrugTargetsIndication121923_text_1100644', '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.1198
Q16
What Small molecule therapies have been approved by the FDA to treat injury?
Triamcinolone Acetonide is the only Small molecule therapy approved by the FDA to treat injury.
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) = "injury" OR LOWER(mesh_heading) = "injury") ...
[{'UUID': 'DrugTargetsIndication121923_text_221873', 'drugName': 'Triamcinolone Acetonide', 'tradeNames_list': "['Adcortyl', 'Adcortyl in orabase', 'Allernaze', 'Aristocort', 'Aristocort aAristogel', 'Audicort', 'Aureocort', 'Azmacort', 'Flutex', 'Gppe ear dps capGppe ear oint', 'Kenacort', 'Kenalog', 'Kenalog in oraba...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1360
Q16
What Small molecule therapies have been approved by the FDA to treat narcolepsy-cataplexy syndrome?
There are 6 Small molecule therapy drugs that are approved to treat narcolepsy-cataplexy syndrome which are as follows: Dextroamphetamine, Methylphenidate, Amphetamine Sulfate, Pitolisant Hydrochloride, Armodafinil, and Sodium Oxybate.
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) = "narcolepsy-cataplexy syndrome" OR LOWER(mes...
[{'UUID': 'DrugTargetsIndication121923_text_418362', 'drugName': 'Dextroamphetamine', 'tradeNames_list': "['Dexedrine', 'Dextrostat', 'Xelstrym']", 'drugType': 'Small molecule', 'actionType': 'releasing agent', 'target': 'ENSG00000103546', 'approvedSymbol': 'SLC6A2', 'approvedName': 'solute carrier family 6 member 2', ...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.111
Q16
What Protein therapies have been approved by the FDA to treat breast ductal carcinoma in situ?
There are no drug Protein 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.1620
Q16
What Small molecule therapies have been approved by the FDA to treat sex cord-gonadal stromal tumor?
There are no drug Small molecule therapies approved to treat sex cord-gonadal 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) = "sex cord-gonadal stromal tumor" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1084
Q16
What Small molecule therapies have been approved by the FDA to treat freckles?
There are 2 Small molecule therapy drugs that are approved to treat freckles which are as follows: Fluocinolone Acetonide and Tretinoin.
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) = "freckles" OR LOWER(mesh_heading) = "freckle...
[{'UUID': 'DrugTargetsIndication121923_text_242236', 'drugName': 'Fluocinolone Acetonide', 'tradeNames_list': "['Capex', 'Derma-smoothe/fs', 'Dermotic', 'Fluocet', 'Fluocinolone acetonideFluonid', 'Fluotrex', 'Fs shampoo', 'Iluvien', 'Retisert', 'SynalarSynalar fte', 'Synalar-c', 'Synalar-hp', 'Synalar-n', 'Synandone',...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.43
Q16
What Protein therapies have been approved by the FDA to treat HIV infection?
There are no drug Protein therapies approved to treat HIV 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) = "hiv infection" OR LOWER(mesh_heading) = "hi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.752
Q16
What Small molecule therapies have been approved by the FDA to treat amyotrophic lateral sclerosis?
Riluzole is the only Small molecule therapy approved by the FDA to treat amyotrophic lateral 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) = "amyotrophic lateral sclerosis" OR LOWER(mes...
[{'UUID': 'DrugTargetsIndication121923_text_636224', 'drugName': 'Riluzole', 'tradeNames_list': "['Exservan', 'Rilutek', 'Riluzole', 'Teglutik', 'Tiglutik kit']", 'drugType': 'Small molecule', 'actionType': 'blocker', 'target': 'ENSG00000144285', 'approvedSymbol': 'SCN1A', 'approvedName': 'sodium voltage-gated channel ...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.126
Q16
What Protein therapies have been approved by the FDA to treat chronic kidney disease?
There are 2 Protein therapy drugs that are approved to treat chronic kidney disease which are as follows: Difelikefalin and Velcalcetide.
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 kidney disease" OR LOWER(mesh_headi...
[{'UUID': 'DrugTargetsIndication121923_text_1092253', 'drugName': 'Difelikefalin', 'tradeNames_list': "['Korsuva']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000082556', 'approvedSymbol': 'OPRK1', 'approvedName': 'opioid receptor kappa 1', 'yearOfFirstApproval': 2021, 'max_phase_for_ind': 4.0, '...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.205
Q16
What Protein therapies have been approved by the FDA to treat lupus nephritis?
Voclosporin is the only Protein therapy approved by the FDA to treat lupus nephritis.
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) = "lupus nephritis" OR LOWER(mesh_heading) = "...
[{'UUID': 'DrugTargetsIndication121923_text_1192227', 'drugName': 'Voclosporin', 'tradeNames_list': "['Lupkynis']", 'drugType': 'Protein', 'actionType': 'inhibitor', 'target': 'ENSG00000138814', 'approvedSymbol': 'PPP3CA', 'approvedName': 'protein phosphatase 3 catalytic subunit alpha', 'yearOfFirstApproval': 2021, 'ma...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1077
Q16
What Small molecule therapies have been approved by the FDA to treat fluoride poisoning?
There are no drug Small molecule therapies approved to treat fluoride poisoning.
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) = "fluoride poisoning" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.53
Q16
What Protein therapies have been approved by the FDA to treat Merkel cell skin cancer?
There are no drug Protein therapies approved to treat Merkel cell skin 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) = "merkel cell skin cancer" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1313
Q16
What Small molecule therapies have been approved by the FDA to treat metabolic disease?
Alendronate Sodium is the only Small molecule therapy approved by the FDA to treat metabolic 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) = "metabolic disease" OR LOWER(mesh_heading) =...
[{'UUID': 'DrugTargetsIndication121923_text_1099489', 'drugName': 'Alendronate Sodium', 'tradeNames_list': "['Alendronate sodium', 'Binosto', 'Fosamax']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000160752', 'approvedSymbol': 'FDPS', 'approvedName': 'farnesyl diphosphate synthase', 'yea...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.549
Q16
What Small molecule therapies have been approved by the FDA to treat Miscarriage?
There are no drug Small molecule therapies approved to treat Miscarriage.
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) = "miscarriage" OR LOWER(mesh_heading) = "misc...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.69
Q16
What Protein therapies have been approved by the FDA to treat Thrombocytopenia?
Bivalirudin is the only Protein therapy approved by the FDA to treat Thrombocytopenia.
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) = "thrombocytopenia" OR LOWER(mesh_heading) = ...
[{'UUID': 'DrugTargetsIndication121923_text_1092310', '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.1262
Q16
What Small molecule therapies have been approved by the FDA to treat lung carcinoma?
There are no drug Small molecule therapies approved to treat lung 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) = "lung carcinoma" OR LOWER(mesh_heading) = "l...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.511
Q16
What Small molecule therapies have been approved by the FDA to treat IgG4-related retroperitoneal fibrosis?
There are no drug Small molecule therapies approved to treat IgG4-related retroperitoneal fibrosis.
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) = "igg4-related retroperitoneal fibrosis" OR L...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1363
Q16
What Small molecule therapies have been approved by the FDA to treat neoplasm of esophagus?
There are no drug Small molecule therapies approved to treat neoplasm of esophagus.
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) = "neoplasm of esophagus" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.331
Q16
What Small molecule therapies have been approved by the FDA to treat Achalasia?
There are no drug Small molecule therapies approved to treat Achalasia.
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) = "achalasia" OR LOWER(mesh_heading) = "achala...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1556
Q16
What Small molecule therapies have been approved by the FDA to treat pure red-cell aplasia?
There are no drug Small molecule therapies approved to treat pure red-cell aplasia.
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) = "pure red-cell aplasia" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.184
Q16
What Protein therapies have been approved by the FDA to treat intermediate coronary syndrome?
Bivalirudin is the only Protein therapy approved by the FDA to treat intermediate coronary 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) = "intermediate coronary syndrome" OR LOWER(me...
[{'UUID': 'DrugTargetsIndication121923_text_1092312', '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.138
Q16
What Protein therapies have been approved by the FDA to treat coronary artery disease?
There are no drug Protein therapies approved to treat coronary artery 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) = "coronary artery disease" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.907
Q16
What Small molecule therapies have been approved by the FDA to treat choroideremia?
There are no drug Small molecule therapies approved to treat choroideremia.
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) = "choroideremia" OR LOWER(mesh_heading) = "ch...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.804
Q16
What Small molecule therapies have been approved by the FDA to treat autoimmune thrombocytopenia?
There are no drug Small molecule therapies approved to treat autoimmune thrombocytopenia.
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) = "autoimmune thrombocytopenia" OR LOWER(mesh_...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.133
Q16
What Protein therapies have been approved by the FDA to treat colorectal adenoma?
There are no drug Protein therapies approved to treat colorectal adenoma.
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 adenoma" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.81
Q16
What Protein therapies have been approved by the FDA to treat acute lung injury?
There are no drug Protein therapies approved to treat acute lung injury.
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 lung injury" OR LOWER(mesh_heading) =...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1418
Q16
What Small molecule therapies have been approved by the FDA to treat osteoarthritis, hip?
There are no drug Small molecule therapies approved to treat osteoarthritis, hip.
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) = "osteoarthritis, hip" OR LOWER(mesh_heading)...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.106
Q16
What Protein therapies have been approved by the FDA to treat bone fracture?
There are no drug Protein therapies approved to treat bone 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) = "bone fracture" OR LOWER(mesh_heading) = "bo...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1358
Q16
What Small molecule therapies have been approved by the FDA to treat myxoid liposarcoma?
There are no drug Small molecule therapies approved to treat myxoid 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) = "myxoid liposarcoma" OR LOWER(mesh_heading) ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.545
Q16
What Small molecule therapies have been approved by the FDA to treat Meniere disease?
There are no drug Small molecule therapies approved to treat Meniere 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) = "meniere disease" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.998
Q16
What Small molecule therapies have been approved by the FDA to treat digestive system neoplasm?
There are no drug Small molecule therapies approved to treat digestive 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) = "digestive system neoplasm" OR LOWER(mesh_he...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.484
Q16
What Small molecule therapies have been approved by the FDA to treat Hepatopulmonary Syndrome?
There are no drug Small molecule therapies approved to treat Hepatopulmonary 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) = "hepatopulmonary syndrome" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.166
Q16
What Protein therapies have been approved by the FDA to treat heart disease?
There are no drug Protein therapies approved to treat heart 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) = "heart disease" OR LOWER(mesh_heading) = "he...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.250
Q16
What Protein therapies have been approved by the FDA to treat pain?
There are 2 Protein therapy drugs that are approved to treat pain which are as follows: Ziconotide Acetate and Ziconotide.
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) = "pain" OR LOWER(mesh_heading) = "pain") AND ...
[{'UUID': 'DrugTargetsIndication121923_text_891731', 'drugName': 'Ziconotide Acetate', 'tradeNames_list': "['Prialt']", 'drugType': 'Protein', 'actionType': 'blocker', 'target': 'ENSG00000148408', 'approvedSymbol': 'CACNA1B', 'approvedName': 'calcium voltage-gated channel subunit alpha1 B', 'yearOfFirstApproval': 2004,...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.309
Q16
What Protein therapies have been approved by the FDA to treat thyroid cancer?
There are no drug Protein therapies approved to treat thyroid 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) = "thyroid cancer" OR LOWER(mesh_heading) = "t...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.450
Q16
What Small molecule therapies have been approved by the FDA to treat Gaucher disease type 2?
There are no drug Small molecule therapies approved to treat Gaucher disease type 2.
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 2" OR LOWER(mesh_headi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1009
Q16
What Small molecule therapies have been approved by the FDA to treat dyspepsia?
There are no drug Small molecule therapies approved to treat dyspepsia.
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) = "dyspepsia" OR LOWER(mesh_heading) = "dyspep...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.866
Q16
What Small molecule therapies have been approved by the FDA to treat cardiac arrest?
Epinephrine is the only Small molecule therapy approved by the FDA to treat 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) = "cardiac arrest" OR LOWER(mesh_heading) = "c...
[{'UUID': 'DrugTargetsIndication121923_text_360832', 'drugName': 'Epinephrine', 'tradeNames_list': "['Adren co', 'Adrenaclick', 'Adrenalin', 'Ana-Kit', 'Ana-guard', 'AnapenAnaphylactic shock drug kit', 'Asma-vydrin', 'Asthmahaler', 'Auvi-qBronkaid mist', 'Brovon', 'Emerade', 'Epi e z pen jr', 'EpinephrineEpinephrine (c...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.336
Q16
What Small molecule therapies have been approved by the FDA to treat Alagille syndrome?
Maralixibat Chloride is the only Small molecule therapy approved by the FDA to treat Alagille 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) = "alagille syndrome" OR LOWER(mesh_heading) =...
[{'UUID': 'DrugTargetsIndication121923_text_992697', 'drugName': 'Maralixibat Chloride', 'tradeNames_list': "['Livmarli']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000125255', 'approvedSymbol': 'SLC10A2', 'approvedName': 'solute carrier family 10 member 2', 'yearOfFirstApproval': 2021,...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1166
Q16
What Small molecule therapies have been approved by the FDA to treat hypertrophy?
There are no drug Small molecule therapies approved to treat 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) = "hypertrophy" OR LOWER(mesh_heading) = "hype...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.857
Q16
What Small molecule therapies have been approved by the FDA to treat burn?
Lidocaine is the only Small molecule therapy approved by the FDA to treat burn.
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) = "burn" OR LOWER(mesh_heading) = "burn") AND ...
[{'UUID': 'DrugTargetsIndication121923_text_637790', '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.98
Q16
What Protein therapies have been approved by the FDA to treat atrioventricular septal defect?
There are no drug Protein therapies approved to treat atrioventricular septal defect.
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) = "atrioventricular septal defect" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1030
Q16
What Small molecule therapies have been approved by the FDA to treat ependymoma?
There are no drug Small molecule therapies approved to treat ependymoma.
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) = "ependymoma" OR LOWER(mesh_heading) = "epend...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1737
Q16
What Small molecule therapies have been approved by the FDA to treat uterine fibroid?
There are no drug Small molecule therapies approved to treat uterine fibroid.
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) = "uterine fibroid" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.743
Q16
What Small molecule therapies have been approved by the FDA to treat alternating hemiplegia of childhood?
There are no drug Small molecule therapies approved to treat alternating hemiplegia of childhood.
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) = "alternating hemiplegia of childhood" OR LOW...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1111
Q16
What Small molecule therapies have been approved by the FDA to treat glioma?
There are no drug Small molecule therapies approved to treat glioma.
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) = "glioma" OR LOWER(mesh_heading) = "glioma") ...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1280
Q16
What Small molecule therapies have been approved by the FDA to treat malaria?
Doxycycline is the only Small molecule therapy approved by the FDA to treat malaria.
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) = "malaria" OR LOWER(mesh_heading) = "malaria"...
[{'UUID': 'DrugTargetsIndication121923_text_1037845', '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.425
Q16
What Small molecule therapies have been approved by the FDA to treat End Stage Liver Disease?
There are no drug Small molecule therapies approved to treat End Stage 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) = "end stage liver disease" OR LOWER(mesh_head...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.103
Q16
What Protein therapies have been approved by the FDA to treat benign prostatic hyperplasia?
There are no drug Protein therapies approved to treat benign prostatic hyperplasia.
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) = "benign prostatic hyperplasia" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.438
Q16
What Small molecule therapies have been approved by the FDA to treat Fallopian Tube Carcinoma?
Niraparib Tosylate is the only Small molecule therapy approved by the FDA to treat Fallopian Tube 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) = "fallopian tube carcinoma" OR LOWER(mesh_hea...
[{'UUID': 'DrugTargetsIndication121923_text_823335', 'drugName': 'Niraparib Tosylate', 'tradeNames_list': "['Zejula']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000129484', 'approvedSymbol': 'PARP2', 'approvedName': 'poly(ADP-ribose) polymerase 2', 'yearOfFirstApproval': 2017, 'max_phas...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.75
Q16
What Protein therapies have been approved by the FDA to treat achondroplasia?
Vosoritide is the only Protein therapy approved by the FDA to treat achondroplasia.
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) = "achondroplasia" OR LOWER(mesh_heading) = "a...
[{'UUID': 'DrugTargetsIndication121923_text_1192659', 'drugName': 'Vosoritide', 'tradeNames_list': "['Voxzogo']", 'drugType': 'Protein', 'actionType': 'binding agent', 'target': 'ENSG00000159899', 'approvedSymbol': 'NPR2', 'approvedName': 'natriuretic peptide receptor 2', 'yearOfFirstApproval': 2021, 'max_phase_for_ind...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1577
Q16
What Small molecule therapies have been approved by the FDA to treat respiratory tract infectious disorder?
There are no drug Small molecule therapies approved to treat respiratory tract infectious 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) = "respiratory tract infectious disorder" OR L...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.917
Q16
What Small molecule therapies have been approved by the FDA to treat chronic kidney disease?
There are 3 Small molecule therapy drugs that are approved to treat chronic kidney disease which are as follows: Calcifediol, Finerenone, and Cinacalcet 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) = "chronic kidney disease" OR LOWER(mesh_headi...
[{'UUID': 'DrugTargetsIndication121923_text_823386', 'drugName': 'Calcifediol', 'tradeNames_list': "['Calderol', 'Rayaldee']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000111424', 'approvedSymbol': 'VDR', 'approvedName': 'vitamin D receptor', 'yearOfFirstApproval': 1980, 'max_phase_for_in...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1066
Q16
What Small molecule therapies have been approved by the FDA to treat female reproductive system neoplasm?
There are no drug Small molecule therapies approved to treat female reproductive 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) = "female reproductive system neoplasm" OR LOW...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.230
Q16
What Protein therapies have been approved by the FDA to treat myocarditis?
There are no drug Protein therapies approved to treat myocarditis.
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) = "myocarditis" OR LOWER(mesh_heading) = "myoc...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1681
Q16
What Small molecule therapies have been approved by the FDA to treat tachypnea?
There are no drug Small molecule therapies approved to treat tachypnea.
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) = "tachypnea" OR LOWER(mesh_heading) = "tachyp...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.926
Q16
What Small molecule therapies have been approved by the FDA to treat cicatricial alopecia?
There are no drug Small molecule therapies approved to treat cicatricial 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) = "cicatricial alopecia" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.304
Q16
What Protein therapies have been approved by the FDA to treat systemic lupus erythematosus?
There are no drug Protein therapies approved to treat systemic lupus erythematosus.
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 lupus erythematosus" OR LOWER(mesh...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1511
Q16
What Small molecule therapies have been approved by the FDA to treat postpoliomyelitis syndrome?
There are no drug Small molecule therapies approved to treat postpoliomyelitis 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) = "postpoliomyelitis syndrome" OR LOWER(mesh_h...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1516
Q16
What Small molecule therapies have been approved by the FDA to treat pregnancy?
There are no drug Small molecule therapies approved to treat pregnancy.
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) = "pregnancy" OR LOWER(mesh_heading) = "pregna...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1431
Q16
What Small molecule therapies have been approved by the FDA to treat ovarian neoplasm?
There are 2 Small molecule therapy drugs that are approved to treat ovarian neoplasm which are as follows: Olaparib and Topotecan 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) = "ovarian neoplasm" OR LOWER(mesh_heading) = ...
[{'UUID': 'DrugTargetsIndication121923_text_795057', 'drugName': 'Olaparib', 'tradeNames_list': "['Lynparza']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000129484', 'approvedSymbol': 'PARP2', 'approvedName': 'poly(ADP-ribose) polymerase 2', 'yearOfFirstApproval': 2014, 'max_phase_for_in...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.832
Q16
What Small molecule therapies have been approved by the FDA to treat bone metastasis?
Zoledronic Acid is the only Small molecule therapy approved by the FDA to treat bone metastasis.
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) = "bone metastasis" OR LOWER(mesh_heading) = "...
[{'UUID': 'DrugTargetsIndication121923_text_1099607', 'drugName': 'Zoledronic Acid', 'tradeNames_list': "['Aclasta', 'Reclast', 'Zerlinda', 'Zoledronic acid', 'Zometa']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000160752', 'approvedSymbol': 'FDPS', 'approvedName': 'farnesyl diphosphate...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.770
Q16
What Small molecule therapies have been approved by the FDA to treat anogenital venereal wart?
There are no drug Small molecule therapies approved to treat anogenital venereal wart.
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) = "anogenital venereal wart" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.739
Q16
What Small molecule therapies have been approved by the FDA to treat allergic contact dermatitis?
There are no drug Small molecule therapies approved to treat allergic contact dermatitis.
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) = "allergic contact dermatitis" OR LOWER(mesh_...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.997
Q16
What Small molecule therapies have been approved by the FDA to treat digestive system disease?
Lidocaine is the only Small molecule therapy approved by the FDA to treat digestive 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) = "digestive system disease" OR LOWER(mesh_hea...
[{'UUID': 'DrugTargetsIndication121923_text_637781', '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.391
Q16
What Small molecule therapies have been approved by the FDA to treat Chronic pain?
There are 9 Small molecule therapy drugs that are approved to treat Chronic pain which are as follows: Duloxetine Hydrochloride, Tapentadol Hydrochloride, Morphine Sulfate, Buprenorphine, Tramadol Hydrochloride, Oxycodone Hydrochloride, Oxycodone, Fentanyl, and Lubiprostone.
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 pain" OR LOWER(mesh_heading) = "chr...
[{'UUID': 'DrugTargetsIndication121923_text_205994', 'drugName': 'Duloxetine Hydrochloride', 'tradeNames_list': "['Ariclaim', 'Cymbalta', 'Drizalma sprinkle', 'DuciltiaDuloxetine hydrochloride', 'Yentreve']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000108576', 'approvedSymbol': 'SLC6A4...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.237
Q16
What Protein therapies have been approved by the FDA to treat neuroepithelial neoplasm?
There are no drug Protein therapies approved to treat neuroepithelial 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) = "neuroepithelial neoplasm" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1456
Q16
What Small molecule therapies have been approved by the FDA to treat penile neoplasm?
There are no drug Small molecule therapies approved to treat penile 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) = "penile neoplasm" OR LOWER(mesh_heading) = "...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1617
Q16
What Small molecule therapies have been approved by the FDA to treat severe acute respiratory syndrome?
There are no drug Small molecule therapies approved to treat severe acute respiratory 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) = "severe acute respiratory syndrome" OR LOWER...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.269
Q16
What Protein therapies have been approved by the FDA to treat primary membranoproliferative glomerulonephritis?
There are no drug Protein therapies approved to treat primary membranoproliferative glomerulonephritis.
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 membranoproliferative glomeruloneph...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.307
Q16
What Protein therapies have been approved by the FDA to treat thrombotic thrombocytopenic purpura?
There are no drug Protein 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.1170
Q16
What Small molecule therapies have been approved by the FDA to treat hypopharyngeal carcinoma?
There are no drug Small molecule therapies approved to treat hypopharyngeal 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) = "hypopharyngeal carcinoma" OR LOWER(mesh_hea...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1756
Q16
What Small molecule therapies have been approved by the FDA to treat vitamin D deficiency?
There are no drug Small molecule therapies approved to treat vitamin D deficiency.
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) = "vitamin d deficiency" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.118
Q16
What Protein therapies have been approved by the FDA to treat carcinoma?
Goserelin Acetate is the only Protein therapy approved by the FDA to treat 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) = "carcinoma" OR LOWER(mesh_heading) = "carcin...
[{'UUID': 'DrugTargetsIndication121923_text_1096828', 'drugName': 'Goserelin Acetate', 'tradeNames_list': "['Novgos', 'Zoladex', 'Zoladex la']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000109163', 'approvedSymbol': 'GNRHR', 'approvedName': 'gonadotropin releasing hormone receptor', 'yearOfFirst...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1417
Q16
What Small molecule therapies have been approved by the FDA to treat osteitis deformans?
There are 2 Small molecule therapy drugs that are approved to treat osteitis deformans which are as follows: Alendronate Sodium 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) = "osteitis deformans" OR LOWER(mesh_heading) ...
[{'UUID': 'DrugTargetsIndication121923_text_1099428', 'drugName': 'Risedronate Sodium', 'tradeNames_list': "['Actonel', 'Atelvia', 'Risedronate sodium']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000160752', 'approvedSymbol': 'FDPS', 'approvedName': 'farnesyl diphosphate synthase', 'yea...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.677
Q16
What Small molecule therapies have been approved by the FDA to treat Vitiligo?
There are no drug Small molecule therapies approved to treat Vitiligo.
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) = "vitiligo" OR LOWER(mesh_heading) = "vitilig...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.251
Q16
What Protein therapies have been approved by the FDA to treat pancreatic carcinoma?
There are no drug Protein therapies approved to treat pancreatic 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) = "pancreatic carcinoma" OR LOWER(mesh_heading...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1592
Q16
What Small molecule therapies have been approved by the FDA to treat rosacea?
There are 3 Small molecule therapy drugs that are approved to treat rosacea which are as follows: Oxymetazoline Hydrochloride, Brimonidine Tartrate, and Doxycycline.
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) = "rosacea" OR LOWER(mesh_heading) = "rosacea"...
[{'UUID': 'DrugTargetsIndication121923_text_417194', '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.95
Q16
What Protein therapies have been approved by the FDA to treat aspergillosis?
There are no drug Protein therapies approved to treat aspergillosis.
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) = "aspergillosis" OR LOWER(mesh_heading) = "as...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.34
Q16
What Protein therapies have been approved by the FDA to treat Constipation?
There are 2 Protein therapy drugs that are approved to treat Constipation which are as follows: Linaclotide and Plecanatide.
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" OR LOWER(mesh_heading) = "con...
[{'UUID': 'DrugTargetsIndication121923_text_1092087', '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.1284
Q16
What Small molecule therapies have been approved by the FDA to treat malignant epithelial tumor of ovary?
Topotecan Hydrochloride is the only Small molecule therapy approved by the FDA to treat malignant epithelial tumor of ovary.
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) = "malignant epithelial tumor of ovary" OR LOW...
[{'UUID': 'DrugTargetsIndication121923_text_1193579', '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.1473
Q16
What Small molecule therapies have been approved by the FDA to treat pharyngitis?
There are 2 Small molecule therapy drugs that are approved to treat pharyngitis which are as follows: 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) = "pharyngitis" OR LOWER(mesh_heading) = "phar...
[{'UUID': 'DrugTargetsIndication121923_text_828742', 'drugName': 'Acetaminophen', 'tradeNames_list': '[\'Abdine\', \'Acephen\', \'Acetaminophen\', \'Alvedon\', \'Angiers\', \'CalpolCalpol six plus\', \'Calpol six plus fastmelts\', \'Child lemsip\', \'CupanolDafalgan\', \'Datril\', \'Disprol\', \'Disprol infant\', \'Dis...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.452
Q16
What Small molecule therapies have been approved by the FDA to treat Generalized non-motor (absence) seizure?
There are no drug Small molecule therapies approved to treat Generalized non-motor (absence) seizure.
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) = "generalized non-motor (absence) seizure" OR...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.722
Q16
What Small molecule therapies have been approved by the FDA to treat adult T-cell leukemia/lymphoma?
There are no drug Small molecule therapies approved to treat adult T-cell leukemia/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) = "adult t-cell leukemia/lymphoma" OR LOWER(me...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1272
Q16
What Small molecule therapies have been approved by the FDA to treat lymphoid neoplasm?
There are no drug Small molecule therapies approved to treat lymphoid 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) = "lymphoid neoplasm" OR LOWER(mesh_heading) =...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1337
Q16
What Small molecule therapies have been approved by the FDA to treat mucositis?
There are no drug Small molecule therapies approved to treat mucositis.
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) = "mucositis" OR LOWER(mesh_heading) = "mucosi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1
Q16
What Oligonucleotide therapies have been approved by the FDA to treat Acute hepatic porphyria?
Givosiran Sodium is the only Oligonucleotide therapy approved by the FDA to treat Acute hepatic porphyria.
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 hepatic porphyria" OR LOWER(mesh_head...
[{'UUID': 'DrugTargetsIndication121923_text_1100360', 'drugName': 'Givosiran Sodium', 'tradeNames_list': "['Givlaari']", 'drugType': 'Oligonucleotide', 'actionType': 'rnai inhibitor', 'target': 'ENSG00000023330', 'approvedSymbol': 'ALAS1', 'approvedName': "5'-aminolevulinate synthase 1", 'yearOfFirstApproval': 2019, 'm...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1206
Q16
What Small molecule therapies have been approved by the FDA to treat interstitial cystitis?
There are no drug Small molecule therapies approved to treat interstitial cystitis.
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) = "interstitial cystitis" OR LOWER(mesh_headin...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.83
Q16
What Protein therapies have been approved by the FDA to treat acute myeloid leukemia?
There are no drug Protein therapies approved to treat acute myeloid 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) = "acute myeloid leukemia" OR LOWER(mesh_headi...
[]
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1537
Q16
What Small molecule therapies have been approved by the FDA to treat prostate adenocarcinoma?
There are 7 Small molecule therapy drugs that are approved to treat prostate adenocarcinoma which are as follows: Cabazitaxel, Enzalutamide, Apalutamide, Darolutamide, Abiraterone Acetate, Relugolix, 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 adenocarcinoma" OR LOWER(mesh_head...
[{'UUID': 'DrugTargetsIndication121923_text_67882', '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.681
Q16
What Small molecule therapies have been approved by the FDA to treat Waldenstrom macroglobulinemia?
Ibrutinib is the only Small molecule therapy approved by the FDA to treat Waldenstrom macroglobulinemia.
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) = "waldenstrom macroglobulinemia" OR LOWER(mes...
[{'UUID': 'DrugTargetsIndication121923_text_995035', 'drugName': 'Ibrutinib', 'tradeNames_list': "['Imbruvica']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000010671', 'approvedSymbol': 'BTK', 'approvedName': 'Bruton tyrosine kinase', 'yearOfFirstApproval': 2013, 'max_phase_for_ind': 4.0...
refined
Distinct, Multi-Filter, Similarity Search
Approval Status
Q16.1273
Q16
What Small molecule therapies have been approved by the FDA to treat lymphoma?
There are 4 Small molecule therapy drugs that are approved to treat lymphoma which are as follows: Prednisone, Dexamethasone, Duvelisib, and Lorlatinib.
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) = "lymphoma" OR LOWER(mesh_heading) = "lymphom...
[{'UUID': 'DrugTargetsIndication121923_text_217632', '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