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 |
|---|---|---|---|---|---|---|---|---|
Q15.1431 | Q15 | When was Indomethacin approved by the FDA? | The drug Indomethacin was first FDA approved for use in 1965. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%indomethacin%" OR LOWER(tradeNames_string) LIKE "%indomethacin%" OR LOWER... | [{'UUID': 'DrugGeneTargets_v2_3165', 'drugName': 'Indomethacin', 'tradeNames_string': 'Artracin, Artracin sr, Berlind 75 ret, Flexin-25 continus, Flexin-50 continus, Flexin-75 continus, Imbrilon, Indo-lemmon, Indo-paed, Indocid ret, Indocid-r, Indocin, Indocin sr, Indoderm, Indoflex, Indolar, Indolar sr, Indomax-25, In... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1137 | Q15 | When was Fluvastatin approved by the FDA? | The drug Fluvastatin was first FDA approved for use in 1993. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fluvastatin%" OR LOWER(tradeNames_string) LIKE "%fluvastatin%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_1307', 'drugName': 'Fluvastatin', 'tradeNames_string': '', 'drugSynonyms_string': 'Fluvas, Fluvastatin, NSC-758896', 'yearOfFirstApproval': 1993, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_1184', 'drugName': 'Fluvastatin Sodium', 'tradeNames_string': ... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.791 | Q15 | When was Fosnetupitant Chloride Hydrochloride approved by the FDA? | The drug Fosnetupitant Chloride Hydrochloride was first FDA approved for use in 2018. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fosnetupitant chloride hydrochloride%" OR LOWER(tradeNames_string) LIKE "... | [{'UUID': 'DrugGeneTargets_v2_4376', 'drugName': 'Fosnetupitant Chloride Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_string': '08-PNET, Fosnetupitant chloride, Fosnetupitant chloride hydrochloride, Fosnetupitant dihydrochloride', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1744 | Q15 | When was Adriforant approved by the FDA? | The drug Adriforant has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%adriforant%" OR LOWER(tradeNames_string) LIKE "%adriforant%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.495 | Q15 | When was Hydrocortisone Hemisuccinate approved by the FDA? | The drug Hydrocortisone Hemisuccinate was first FDA approved for use in 1955. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%hydrocortisone hemisuccinate%" OR LOWER(tradeNames_string) LIKE "%hydroco... | [{'UUID': 'DrugGeneTargets_v2_1752', 'drugName': 'Hydrocortisone Hemisuccinate', 'tradeNames_string': '', 'drugSynonyms_string': 'Hydrocortisone Hemisuccinate, Hydrocortisone succinate, NSC-757049, NSC-7576', 'yearOfFirstApproval': 1955, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.157 | Q15 | When was Rosiglitazone approved by the FDA? | The drug Rosiglitazone was first FDA approved for use in 1999. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rosiglitazone%" OR LOWER(tradeNames_string) LIKE "%rosiglitazone%" OR LOW... | [{'UUID': 'DrugGeneTargets_v2_4628', 'drugName': 'Rosiglitazone Maleate', 'tradeNames_string': 'Avandia, Rosiglitazone maleate', 'drugSynonyms_string': 'Avandia, BRL-49653, BRL-49653-C, BRL-49653C, NSC-717764, Rosiglitazone maleate, Rosiglitzazone maleate', 'yearOfFirstApproval': 1999, 'maxClinicalTrialPhase': 4, 'drug... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.970 | Q15 | When was Netupitant approved by the FDA? | The drug Netupitant was first FDA approved for use in 2014. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%netupitant%" OR LOWER(tradeNames_string) LIKE "%netupitant%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_1207', 'drugName': 'Netupitant', 'tradeNames_string': '', 'drugSynonyms_string': 'Netupitant, RO 67-3189/000, RO-67-3189, RO-673189000', 'yearOfFirstApproval': 2014, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_1941', 'drugName': 'Fosnetupitant', 'trade... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.860 | Q15 | When was Darusentan approved by the FDA? | The drug Darusentan has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%darusentan%" OR LOWER(tradeNames_string) LIKE "%darusentan%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1325 | Q15 | When was Crisaborole approved by the FDA? | The drug Crisaborole was first FDA approved for use in 2016. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%crisaborole%" OR LOWER(tradeNames_string) LIKE "%crisaborole%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_5927', 'drugName': 'Crisaborole', 'tradeNames_string': 'Eucrisa', 'drugSynonyms_string': 'AN-2728, AN2728, Crisaborole', 'yearOfFirstApproval': 2016, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.632 | Q15 | When was Difamilast approved by the FDA? | The drug Difamilast has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%difamilast%" OR LOWER(tradeNames_string) LIKE "%difamilast%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.692 | Q15 | When was Eltrombopag approved by the FDA? | The drug Eltrombopag was first FDA approved for use in 2008. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%eltrombopag%" OR LOWER(tradeNames_string) LIKE "%eltrombopag%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_2769', 'drugName': 'Eltrombopag Olamine', 'tradeNames_string': 'Promacta, Promacta kit', 'drugSynonyms_string': 'Eltrombopag (as olamine), Eltrombopag compd with 2-aminoethanol (1:2), Eltrombopag olamine, SB-497115-GR', 'yearOfFirstApproval': 2008, 'maxClinicalTrialPhase': 4, 'drugIsApprov... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1562 | Q15 | When was Olopatadine approved by the FDA? | The drug Olopatadine was first FDA approved for use in 1996. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olopatadine%" OR LOWER(tradeNames_string) LIKE "%olopatadine%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_6184', 'drugName': 'Olopatadine Hydrochloride', 'tradeNames_string': 'Olopatadine hydrochloride, Pataday, Pataday once daily relief, Pataday twice daily relief, Patanase, Patanol, Pazeo', 'drugSynonyms_string': 'ALO-4943A, ALO4943A, Allelock, KW-4679, KW4679, Olopatadine (as hydrochloride)... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.575 | Q15 | When was Phenoxybenzamine Hydrochloride approved by the FDA? | The drug Phenoxybenzamine Hydrochloride was first FDA approved for use in 1953. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%phenoxybenzamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pheno... | [{'UUID': 'DrugGeneTargets_v2_1879', 'drugName': 'Phenoxybenzamine Hydrochloride', 'tradeNames_string': 'Dibenyline, Dibenzyline, Phenoxybenzamine hydrochloride', 'drugSynonyms_string': 'Bensylyte hydrochloride, Dibenzylin, Dibenzyline chloride, Dibenzyline hydrochloride, Dibenzyran, NSC-37448, Phenoxybenzamine chlorid... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1909 | Q15 | When was Chlorzoxazone approved by the FDA? | The drug Chlorzoxazone was first FDA approved for use in 1958. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%chlorzoxazone%" OR LOWER(tradeNames_string) LIKE "%chlorzoxazone%" OR LOW... | [{'UUID': 'DrugGeneTargets_v2_326', 'drugName': 'Chlorzoxazone', 'tradeNames_string': 'Chlorzoxazone, Paraflex, Parafon, Parafon Forte, Parafon forte dsc, Parafon-Forte, Strifon, Strifon forte dsc', 'drugSynonyms_string': 'Chlorzoxazone, NSC-26189', 'yearOfFirstApproval': 1958, 'maxClinicalTrialPhase': 4, 'drugIsApprov... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.18 | Q15 | When was Futibatinib approved by the FDA? | The drug Futibatinib was first FDA approved for use in 2022. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%futibatinib%" OR LOWER(tradeNames_string) LIKE "%futibatinib%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_6327', 'drugName': 'Futibatinib', 'tradeNames_string': 'Lytgobi', 'drugSynonyms_string': 'Fgfr-in-1, Futibatinib, TAS-120, Tas 120, Tas-120', 'yearOfFirstApproval': 2022, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.130 | Q15 | When was Olopatadine Hydrochloride approved by the FDA? | The drug Olopatadine Hydrochloride was first FDA approved for use in 1996. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olopatadine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%olopatadin... | [{'UUID': 'DrugGeneTargets_v2_6184', 'drugName': 'Olopatadine Hydrochloride', 'tradeNames_string': 'Olopatadine hydrochloride, Pataday, Pataday once daily relief, Pataday twice daily relief, Patanase, Patanol, Pazeo', 'drugSynonyms_string': 'ALO-4943A, ALO4943A, Allelock, KW-4679, KW4679, Olopatadine (as hydrochloride)... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1361 | Q15 | When was Pregabalin approved by the FDA? | The drug Pregabalin was first FDA approved for use in 2004. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pregabalin%" OR LOWER(tradeNames_string) LIKE "%pregabalin%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_2991', 'drugName': 'Pregabalin', 'tradeNames_string': 'Alzain, Axalid, Lecaent, Lyrica, Lyrica cr, Pregabalin, Rewisca', 'drugSynonyms_string': 'CI-1008, NSC-759256, PD-144723, Pregabalin, Pregabalin mylan, Pregabalin sandoz, Pregabalin sandoz gmbh, Pregabalin zentiva, Vronogabic, YNP-1807... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1291 | Q15 | When was Biciromab Brallobarbital approved by the FDA? | The drug Biciromab Brallobarbital has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%biciromab brallobarbital%" OR LOWER(tradeNames_string) LIKE "%biciromab b... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1969 | Q15 | When was Isopropamide Iodide approved by the FDA? | The drug Isopropamide Iodide was first FDA approved for use in 1957. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%isopropamide iodide%" OR LOWER(tradeNames_string) LIKE "%isopropamide iod... | [{'UUID': 'DrugGeneTargets_v2_4390', 'drugName': 'Isopropamide Iodide', 'tradeNames_string': 'Darbid', 'drugSynonyms_string': 'Dipramid, Dipramide, Isamid, Isopropamide (as iodide), Isopropamide iodide, Isoproponum iodide, Marygin-m, NSC-15521, Piaccamide, Priamide, Priazimide, SKF-4740, Sanulcin, Tyrimide', 'yearOfFir... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.935 | Q15 | When was Apremilast approved by the FDA? | The drug Apremilast was first FDA approved for use in 2014. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apremilast%" OR LOWER(tradeNames_string) LIKE "%apremilast%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_2487', 'drugName': 'Apremilast', 'tradeNames_string': 'Otezla', 'drugSynonyms_string': 'Apremilast, CC-10004, CC10004', 'yearOfFirstApproval': 2014, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.989 | Q15 | When was Eprosartan approved by the FDA? | The drug Eprosartan was first FDA approved for use in 1997. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%eprosartan%" OR LOWER(tradeNames_string) LIKE "%eprosartan%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_5954', 'drugName': 'Eprosartan', 'tradeNames_string': 'Teveten', 'drugSynonyms_string': 'Eprosartan, SK&F 108566, SK&F-108566, SK-108566, Teveten', 'yearOfFirstApproval': 1997, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_5528', 'drugName': 'Eprosartan ... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1965 | Q15 | When was Meprednisone approved by the FDA? | The drug Meprednisone was first FDA approved for use in 1982. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%meprednisone%" OR LOWER(tradeNames_string) LIKE "%meprednisone%" OR LOWER... | [{'UUID': 'DrugGeneTargets_v2_5378', 'drugName': 'Meprednisone', 'tradeNames_string': 'Betapar', 'drugSynonyms_string': 'Meprednisone, NSC-527579, SCH 4358, SCH-4358', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.193 | Q15 | When was Nefazodone Hydrochloride approved by the FDA? | The drug Nefazodone Hydrochloride was first FDA approved for use in 1994. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nefazodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%nefazodone ... | [{'UUID': 'DrugGeneTargets_v2_5045', 'drugName': 'Nefazodone Hydrochloride', 'tradeNames_string': 'Dutonin, Nefazodone hydrochloride, Serzone', 'drugSynonyms_string': 'BMY 13754, BMY-13754, MJ 13,754-1, MJ-13754-1, NSC-760344, Nefazodone hcl, Nefazodone hydrochloride', 'yearOfFirstApproval': 1994, 'maxClinicalTrialPhas... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1149 | Q15 | When was Febuxostat approved by the FDA? | The drug Febuxostat was first FDA approved for use in 2009. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%febuxostat%" OR LOWER(tradeNames_string) LIKE "%febuxostat%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_1230', 'drugName': 'Febuxostat', 'tradeNames_string': 'Adenuric, Uloric', 'drugSynonyms_string': 'Febuxostat, NSC-758874, TMX-67', 'yearOfFirstApproval': 2009, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1001 | Q15 | When was Sildenafil approved by the FDA? | The drug Sildenafil was first FDA approved for use in 1998. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sildenafil%" OR LOWER(tradeNames_string) LIKE "%sildenafil%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_4134', 'drugName': 'Sildenafil Citrate', 'tradeNames_string': 'Revatio, Sildenafil citrate, Viagra', 'drugSynonyms_string': 'NSC-744009, NSC-758669, Sildenafil (as citrate), Sildenafil citrate, UK-92,480-10, UK-92480-10', 'yearOfFirstApproval': 1998, 'maxClinicalTrialPhase': 4, 'drugIsAppr... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1956 | Q15 | When was Pentazocine approved by the FDA? | The drug Pentazocine was first FDA approved for use in 1967. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pentazocine%" OR LOWER(tradeNames_string) LIKE "%pentazocine%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_1542', 'drugName': 'Pentazocine', 'tradeNames_string': 'Fortral, Talwin', 'drugSynonyms_string': 'Dl-pentazocine, NIH-7958, NSC-107430, Pentazocine, Pentazocine civ, WIN 20,228, WIN-20228', 'yearOfFirstApproval': 1967, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGene... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1657 | Q15 | When was Olanzapine approved by the FDA? | The drug Olanzapine was first FDA approved for use in 1996. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olanzapine%" OR LOWER(tradeNames_string) LIKE "%olanzapine%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_2613', 'drugName': 'Olanzapine', 'tradeNames_string': 'Arkolamyl, Olanzapine, Zalasta, Zyprexa, Zyprexa zydis', 'drugSynonyms_string': 'LY-170053, LY170053, Olansek, Olanzapine, Olanzapine apotex, Olanzapine cipla, Olanzapine glenmark, Olanzapine mylan, Olanzapine teva, Olazax, Olazax disp... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.613 | Q15 | When was Sibutramine Hydrochloride approved by the FDA? | The drug Sibutramine Hydrochloride was first FDA approved for use in 1997. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sibutramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%sibutramin... | [{'UUID': 'DrugGeneTargets_v2_2809', 'drugName': 'Sibutramine Hydrochloride', 'tradeNames_string': 'Meridia', 'drugSynonyms_string': 'BTS 54524, BTS-54524, NSC-758928, Sibutramine hcl, Sibutramine hydrochloride, Sibutramine hydrochloride civ, Sibutramine hydrochloride hydrate, Sibutramine hydrochloride monohydrate', 'y... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.183 | Q15 | When was Ritobegron approved by the FDA? | The drug Ritobegron has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ritobegron%" OR LOWER(tradeNames_string) LIKE "%ritobegron%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.305 | Q15 | When was Selegiline Hydrochloride approved by the FDA? | The drug Selegiline Hydrochloride was first FDA approved for use in 1989. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%selegiline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%selegiline ... | [{'UUID': 'DrugGeneTargets_v2_991', 'drugName': 'Selegiline Hydrochloride', 'tradeNames_string': 'Centrapryl 10, Centrapryl 5, Eldepryl, Ensam, Selegiline hydrochloride, Stilline 10, Stilline 5, Vivapryl, Zelapar', 'drugSynonyms_string': 'L-deprenyl, NSC-759259, Selegiline hcl, Selegiline hydrochloride', 'yearOfFirstAp... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.502 | Q15 | When was Methotrexate Sodium approved by the FDA? | The drug Methotrexate Sodium was first FDA approved for use in 1953. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methotrexate sodium%" OR LOWER(tradeNames_string) LIKE "%methotrexate sod... | [{'UUID': 'DrugGeneTargets_v2_1736', 'drugName': 'Methotrexate Sodium', 'tradeNames_string': 'Abitrexate, Folex, Folex pfs, Methotrexate lpf, Methotrexate preservative free, Methotrexate sodium, Methotrexate sodium preservative free, Mexate, Mexate-aq, Mexate-aq preserved, Trexall, Xatmep', 'drugSynonyms_string': 'ADX-... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1696 | Q15 | When was Phenylbutazone approved by the FDA? | The drug Phenylbutazone was first FDA approved for use in 1980. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%phenylbutazone%" OR LOWER(tradeNames_string) LIKE "%phenylbutazone%" OR L... | [{'UUID': 'DrugGeneTargets_v2_4421', 'drugName': 'Phenylbutazone', 'tradeNames_string': 'Antadol, Azolid, Butacote, Butaject, Butazolidin, Elmedal, Equiphar, Phenylbutazone, Pro-Bute', 'drugSynonyms_string': 'Ambene, Artrizin, Bizolin, Butadion, Butadiona, Butapirazol, Butatron, Butoz, Buzon, Diphebuzol, Diphenylbutazo... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1721 | Q15 | When was Lazertinib approved by the FDA? | The drug Lazertinib has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lazertinib%" OR LOWER(tradeNames_string) LIKE "%lazertinib%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1662 | Q15 | When was Tenecteplase approved by the FDA? | The drug Tenecteplase was first FDA approved for use in 2000. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tenecteplase%" OR LOWER(tradeNames_string) LIKE "%tenecteplase%" OR LOWER... | [{'UUID': 'DrugGeneTargets_v2_5412', 'drugName': 'Tenecteplase', 'tradeNames_string': 'Metalyse', 'drugSynonyms_string': 'TNK-TPA, Tenecteplase', 'yearOfFirstApproval': 2000, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1639 | Q15 | When was At-7519 approved by the FDA? | The drug At-7519 has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%at-7519%" OR LOWER(tradeNames_string) LIKE "%at-7519%" OR LOWER(drugSynon... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.523 | Q15 | When was Rivoceranib approved by the FDA? | The drug Rivoceranib has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rivoceranib%" OR LOWER(tradeNames_string) LIKE "%rivoceranib%" OR LOWER(d... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1985 | Q15 | When was Tebentafusp approved by the FDA? | The drug Tebentafusp was first FDA approved for use in 2022. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tebentafusp%" OR LOWER(tradeNames_string) LIKE "%tebentafusp%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_5977', 'drugName': 'Tebentafusp', 'tradeNames_string': 'Kimmtrak', 'drugSynonyms_string': 'IMCGP-100, IMCGP100, IMCgp 100, IMMTAC IMCGP100, Imcgp100, ImmTAC IMCgpgp 100, Kimmtrak, Tebentafusp, Tebentafusp tebn, Tebentafusp-tebn', 'yearOfFirstApproval': 2022, 'maxClinicalTrialPhase': 4, 'dr... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1078 | Q15 | When was Interferon Alfacon-1 approved by the FDA? | The drug Interferon Alfacon-1 was first FDA approved for use in 1997. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%interferon alfacon-1%" OR LOWER(tradeNames_string) LIKE "%interferon alfa... | [{'UUID': 'DrugGeneTargets_v2_4051', 'drugName': 'Interferon Alfacon-1', 'tradeNames_string': 'Infergen', 'drugSynonyms_string': 'Interferon alfacon-1, Rsifn-co', 'yearOfFirstApproval': 1997, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.482 | Q15 | When was Icatibant Acetate approved by the FDA? | The drug Icatibant Acetate was first FDA approved for use in 2011. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%icatibant acetate%" OR LOWER(tradeNames_string) LIKE "%icatibant acetate%... | [{'UUID': 'DrugGeneTargets_v2_226', 'drugName': 'Icatibant Acetate', 'tradeNames_string': 'Firazyr', 'drugSynonyms_string': 'HOE 140, HOE-140, Icatibant acetate', 'yearOfFirstApproval': 2011, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.160 | Q15 | When was Bms-741672 approved by the FDA? | The drug Bms-741672 has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bms-741672%" OR LOWER(tradeNames_string) LIKE "%bms-741672%" OR LOWER(dru... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1253 | Q15 | When was Prednicarbate approved by the FDA? | The drug Prednicarbate was first FDA approved for use in 1991. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%prednicarbate%" OR LOWER(tradeNames_string) LIKE "%prednicarbate%" OR LOW... | [{'UUID': 'DrugGeneTargets_v2_3323', 'drugName': 'Prednicarbate', 'tradeNames_string': 'Dermatop, Dermatop e emollient, Prednicarbate', 'drugSynonyms_string': 'HOE 777, HOE-777, LAS-189961, LAS-41003 COMPONENT PREDNICARBATE, LAS189961, NSC-760042, Prednicarbate, S 77 0777, S-77 0777, S-77-0777, S-770777', 'yearOfFirstA... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1205 | Q15 | When was Vortioxetine approved by the FDA? | The drug Vortioxetine was first FDA approved for use in 2013. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vortioxetine%" OR LOWER(tradeNames_string) LIKE "%vortioxetine%" OR LOWER... | [{'UUID': 'DrugGeneTargets_v2_2170', 'drugName': 'Vortioxetine', 'tradeNames_string': 'Brintellix', 'drugSynonyms_string': 'LU AA21004, LU-AA21004, LUAA21004, Vortioxetine', 'yearOfFirstApproval': 2013, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2171', 'drugName': 'Vortioxetine', ... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.17 | Q15 | When was Insulin Susp Protamine Zinc Beef/Pork approved by the FDA? | The drug Insulin Susp Protamine Zinc Beef/Pork was first FDA approved for use in 1966. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%insulin susp protamine zinc beef/pork%" OR LOWER(tradeNames_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2164', 'drugName': 'Insulin Susp Protamine Zinc Beef/Pork', 'tradeNames_string': 'Protamine zinc & iletin i (beef-pork)', 'drugSynonyms_string': 'Insulin susp protamine zinc beef/pork', 'yearOfFirstApproval': 1966, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1550 | Q15 | When was Fosphenytoin approved by the FDA? | The drug Fosphenytoin was first FDA approved for use in 1996. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fosphenytoin%" OR LOWER(tradeNames_string) LIKE "%fosphenytoin%" OR LOWER... | [{'UUID': 'DrugGeneTargets_v2_993', 'drugName': 'Fosphenytoin', 'tradeNames_string': '', 'drugSynonyms_string': 'Fosphenytoin, Np-06', 'yearOfFirstApproval': 1996, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_181', 'drugName': 'Fosphenytoin Sodium', 'tradeNames_string': 'Cerebyx, Fo... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1081 | Q15 | When was Oxybate approved by the FDA? | The drug Oxybate was first FDA approved for use in 2002. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxybate%" OR LOWER(tradeNames_string) LIKE "%oxybate%" OR LOWER(drugSynon... | [{'UUID': 'DrugGeneTargets_v2_4208', 'drugName': 'Sodium Oxybate', 'tradeNames_string': 'Xyrem', 'drugSynonyms_string': '.gamma.-hydroxybutyrate sodium salt, Catabate, Lumryz, NSC-84223, Oxybate sodium, Sodium oxybat, Sodium oxybate, Sodium oxybutyrate, WY-3478', 'yearOfFirstApproval': 2002, 'maxClinicalTrialPhase': 4,... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1972 | Q15 | When was Levodopa approved by the FDA? | The drug Levodopa was first FDA approved for use in 1970. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%levodopa%" OR LOWER(tradeNames_string) LIKE "%levodopa%" OR LOWER(drugSyn... | [{'UUID': 'DrugGeneTargets_v2_4351', 'drugName': 'Levodopa', 'tradeNames_string': 'Bendopa, Brocadopa, Dopar, Inbrija, Larodopa', 'drugSynonyms_string': 'Bendopa, Cvt-301, Levodopa, Levodopum, NSC-118381, V-1512', 'yearOfFirstApproval': 1970, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.552 | Q15 | When was Dobutamine Hydrochloride approved by the FDA? | The drug Dobutamine Hydrochloride was first FDA approved for use in 1978. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dobutamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%dobutamine ... | [{'UUID': 'DrugGeneTargets_v2_2852', 'drugName': 'Dobutamine Hydrochloride', 'tradeNames_string': 'Dobutamine hydrochloride, Dobutrex, Posiject', 'drugSynonyms_string': '46236, Dl-dobutamine hydrochloride, Dobutamine hcl, Dobutamine hydrochloride, NSC-299583', 'yearOfFirstApproval': 1978, 'maxClinicalTrialPhase': 4, 'd... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1554 | Q15 | When was Aminophylline approved by the FDA? | The drug Aminophylline was first FDA approved for use in 1940. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%aminophylline%" OR LOWER(tradeNames_string) LIKE "%aminophylline%" OR LOW... | [{'UUID': 'DrugGeneTargets_v2_5470', 'drugName': 'Aminophylline', 'tradeNames_string': 'Aminophyllin, Aminophylline, Aminophylline In Sodium Chloride, Aminophylline dye free, Ammophyllin, Amnivent-225 sr, Amnivent-350 sr, Peterphyllin, Phyllocontin, Somophyllin, Somophyllin-df, Truphylline', 'drugSynonyms_string': 'Ami... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.665 | Q15 | When was Olsalazine approved by the FDA? | The drug Olsalazine was first FDA approved for use in 1990. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olsalazine%" OR LOWER(tradeNames_string) LIKE "%olsalazine%" OR LOWER(dru... | [{'UUID': 'DrugGeneTargets_v2_4289', 'drugName': 'Olsalazine', 'tradeNames_string': '', 'drugSynonyms_string': 'C. i. mordant yellow 5, Dipentum, Olsalazine', 'yearOfFirstApproval': 1990, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4290', 'drugName': 'Olsalazine', 'tradeNames_strin... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1626 | Q15 | When was Pki-179 approved by the FDA? | The drug Pki-179 has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pki-179%" OR LOWER(tradeNames_string) LIKE "%pki-179%" OR LOWER(drugSynon... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1028 | Q15 | When was Amitriptyline Hydrochloride approved by the FDA? | The drug Amitriptyline Hydrochloride was first FDA approved for use in 1961. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%amitriptyline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%amitript... | [{'UUID': 'DrugGeneTargets_v2_3357', 'drugName': 'Amitriptyline Hydrochloride', 'tradeNames_string': 'Amitid, Amitril, Amitriptyline hydrochloride, Cytriptyline, Domical, Elavil, Endep, Lentizol, Limbitrol 5, Saroten, Saroten retard, Triptafen, Triptafen-m, Tryptizol, Tryptizol-75', 'drugSynonyms_string': 'Amitriptylin... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1994 | Q15 | When was Gsk-1521498 approved by the FDA? | The drug Gsk-1521498 has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gsk-1521498%" OR LOWER(tradeNames_string) LIKE "%gsk-1521498%" OR LOWER(d... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1519 | Q15 | When was Intepirdine approved by the FDA? | The drug Intepirdine has not been approved by the FDA. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%intepirdine%" OR LOWER(tradeNames_string) LIKE "%intepirdine%" OR LOWER(d... | [] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.968 | Q15 | When was Dostarlimab approved by the FDA? | The drug Dostarlimab was first FDA approved for use in 2021. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dostarlimab%" OR LOWER(tradeNames_string) LIKE "%dostarlimab%" OR LOWER(d... | [{'UUID': 'DrugGeneTargets_v2_6044', 'drugName': 'Dostarlimab', 'tradeNames_string': 'Jemperli', 'drugSynonyms_string': 'Dostarlimab, Dostarlimab gxly, Dostarlimab-gxly, GSK-4057190, GSK4057190, TSR-042, Tsr 042, Tsr-042, WBP-285', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.1883 | Q15 | When was Succinylcholine Chloride approved by the FDA? | The drug Succinylcholine Chloride was first FDA approved for use in 1952. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%succinylcholine chloride%" OR LOWER(tradeNames_string) LIKE "%succinylcho... | [{'UUID': 'DrugGeneTargets_v2_2723', 'drugName': 'Succinylcholine Chloride', 'tradeNames_string': 'Anectine, Quelicin, Quelicin preservative free, Scoline, Succinylcholine chloride, Sucostrin, Suxamethonium Chloride', 'drugSynonyms_string': 'Choline chloride succinate (2:1), NSC-49132, Succinylcholine chloride, Suxamet... | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q15.287 | Q15 | When was Etoposide Phosphate approved by the FDA? | The drug Etoposide Phosphate was first FDA approved for use in 1996. | SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%etoposide phosphate%" OR LOWER(tradeNames_string) LIKE "%etoposide phosph... | [{'UUID': 'DrugGeneTargets_v2_2949', 'drugName': 'Etoposide Phosphate', 'tradeNames_string': 'Etopophos, Etopophos preservative free', 'drugSynonyms_string': 'BMY 40481, BMY-40481, Etoposide phosphate, VP-16, VP16, Vepeside', 'yearOfFirstApproval': 1996, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}] | refined | Distinct, Similarity Search, Multi-Filter | Approval Status |
Q16.664 | Q16 | What Small molecule therapies have been approved by the FDA to treat Transitional Cell Carcinoma? | There are no drug Small molecule therapies approved to treat Transitional 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) = "transitional cell carcinoma" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1366 | Q16 | What Small molecule therapies have been approved by the FDA to treat nephrolithiasis? | There are no drug Small molecule therapies approved to treat nephrolithiasis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "nephrolithiasis" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.869 | Q16 | What Small molecule therapies have been approved by the FDA to treat cardiac hypertrophy? | There are no drug Small molecule therapies approved to treat cardiac 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) = "cardiac hypertrophy" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.112 | Q16 | What Protein therapies have been approved by the FDA to treat breast neoplasm? | There are no drug Protein therapies approved to treat breast 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) = "breast neoplasm" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.334 | Q16 | What Small molecule therapies have been approved by the FDA to treat Adenomyosis? | There are no drug Small molecule therapies approved to treat Adenomyosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "adenomyosis" OR LOWER(mesh_heading) = "aden... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1013 | Q16 | What Small molecule therapies have been approved by the FDA to treat eating disorder? | There are no drug Small molecule therapies approved to treat eating 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) = "eating disorder" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1174 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypotension? | There are 2 Small molecule therapy drugs that are approved to treat hypotension which are as follows: Phenylephrine Hydrochloride and Ephedrine Sulfate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypotension" OR LOWER(mesh_heading) = "hypo... | [{'UUID': 'DrugTargetsIndication121923_text_416610', 'drugName': 'Phenylephrine Hydrochloride', 'tradeNames_list': "['Afrin 4 hour nasal spray', 'Biomydrin', 'Biorphen', 'Fenilfar', 'FenoxMydfrin', 'Nazex', 'Neo-synephrine', 'Neosynephrine', 'NostrilNurofen sinus pain relief', 'Phenylephrine hydrochloride', 'PrefrinVaz... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.110 | Q16 | What Protein therapies have been approved by the FDA to treat breast carcinoma? | Goserelin Acetate is the only Protein therapy approved by the FDA to treat breast 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) = "breast carcinoma" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_1096827', '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.136 | Q16 | What Protein therapies have been approved by the FDA to treat congenital heart disease? | There are no drug Protein therapies approved to treat congenital 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) = "congenital heart disease" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1453 | Q16 | What Small molecule therapies have been approved by the FDA to treat pemphigus? | There are 2 Small molecule therapy drugs that are approved to treat pemphigus 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) = "pemphigus" OR LOWER(mesh_heading) = "pemphi... | [{'UUID': 'DrugTargetsIndication121923_text_217646', '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.204 | Q16 | What Protein therapies have been approved by the FDA to treat lung disease? | There are no drug Protein therapies approved to treat lung 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) = "lung disease" OR LOWER(mesh_heading) = "lun... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.712 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute pancreatitis? | There are no drug Small molecule therapies approved to treat acute pancreatitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 pancreatitis" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.727 | Q16 | What Small molecule therapies have been approved by the FDA to treat albinism? | There are no drug Small molecule therapies approved to treat albinism. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "albinism" OR LOWER(mesh_heading) = "albinis... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.683 | Q16 | What Small molecule therapies have been approved by the FDA to treat West syndrome? | Ganaxolone is the only Small molecule therapy approved by the FDA to treat West 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) = "west syndrome" OR LOWER(mesh_heading) = "we... | [{'UUID': 'DrugTargetsIndication121923_text_945891', 'drugName': 'Ganaxolone', 'tradeNames_list': "['Ztalmy']", 'drugType': 'Small molecule', 'actionType': 'positive allosteric modulator', 'target': 'ENSG00000022355', 'approvedSymbol': 'GABRA1', 'approvedName': 'gamma-aminobutyric acid type A receptor subunit alpha1', ... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1088 | Q16 | What Small molecule therapies have been approved by the FDA to treat gallbladder cancer? | There are no drug Small molecule therapies approved to treat gallbladder 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) = "gallbladder cancer" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.436 | Q16 | What Small molecule therapies have been approved by the FDA to treat Fabry disease? | Migalastat Hydrochloride is the only Small molecule therapy approved by the FDA to treat Fabry 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) = "fabry disease" OR LOWER(mesh_heading) = "fa... | [{'UUID': 'DrugTargetsIndication121923_text_1192170', 'drugName': 'Migalastat Hydrochloride', 'tradeNames_list': "['Galafold']", 'drugType': 'Small molecule', 'actionType': 'stabiliser', 'target': 'ENSG00000102393', 'approvedSymbol': 'GLA', 'approvedName': 'galactosidase alpha', 'yearOfFirstApproval': 2018, 'max_phase_... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.526 | Q16 | What Small molecule therapies have been approved by the FDA to treat Klinefelter's syndrome? | There are 2 Small molecule therapy drugs that are approved to treat Klinefelter's syndrome which are as follows: Testosterone Undecanoate 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) = "klinefelter's syndrome" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_921973', 'drugName': 'Testosterone Undecanoate', 'tradeNames_list': "['Andriol', 'Aveed', 'Jatenzo', 'Kyzatrex', 'Nebido', 'RestandolRestandol testocap', 'Tlando', 'Undestor']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000169083', 'approvedSymbo... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.326 | Q16 | What Small molecule therapies have been approved by the FDA to treat Abnormality of blood and blood-forming tissues? | There are no drug Small molecule therapies approved to treat Abnormality of blood and blood-forming tissues. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 blood and blood-forming tiss... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.66 | Q16 | What Protein therapies have been approved by the FDA to treat Stevens-Johnson syndrome? | There are no drug Protein therapies approved to treat Stevens-Johnson 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) = "stevens-johnson syndrome" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.186 | Q16 | What Protein therapies have been approved by the FDA to treat interstitial cystitis? | There are no drug Protein 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.239 | Q16 | What Protein therapies have been approved by the FDA to treat neutropenia? | There are no drug Protein therapies approved to treat neutropenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neutropenia" OR LOWER(mesh_heading) = "neut... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.915 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic inflammatory demyelinating polyradiculoneuropathy? | There are no drug Small molecule therapies approved to treat chronic inflammatory demyelinating polyradiculoneuropathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 inflammatory demyelinating polyradi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1241 | Q16 | What Small molecule therapies have been approved by the FDA to treat laryngeal squamous cell carcinoma? | There are no drug Small molecule therapies approved to treat laryngeal squamous 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) = "laryngeal squamous cell carcinoma" OR LOWER... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.870 | Q16 | What Small molecule therapies have been approved by the FDA to treat cardiomyopathy? | There are 2 Small molecule therapy drugs that are approved to treat cardiomyopathy which are as follows: Tafamidis and Tafamidis Meglumine. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cardiomyopathy" OR LOWER(mesh_heading) = "c... | [{'UUID': 'DrugTargetsIndication121923_text_1097595', 'drugName': 'Tafamidis', 'tradeNames_list': "['Vyndamax', 'Vyndaqel']", 'drugType': 'Small molecule', 'actionType': 'stabiliser', 'target': 'ENSG00000118271', 'approvedSymbol': 'TTR', 'approvedName': 'transthyretin', 'yearOfFirstApproval': 2019, 'max_phase_for_ind':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.587 | Q16 | What Small molecule therapies have been approved by the FDA to treat Pelvic Inflammatory Disease? | There are no drug Small molecule therapies approved to treat Pelvic Inflammatory 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) = "pelvic inflammatory disease" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1332 | Q16 | What Small molecule therapies have been approved by the FDA to treat morphine dependence? | There are no drug Small molecule therapies approved to treat morphine 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) = "morphine dependence" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1049 | Q16 | What Small molecule therapies have been approved by the FDA to treat extranodal nasal NK/T cell lymphoma? | There are no drug Small molecule therapies approved to treat extranodal nasal NK/T cell 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) = "extranodal nasal nk/t cell lymphoma" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.751 | Q16 | What Small molecule therapies have been approved by the FDA to treat amyloidosis? | There are 2 Small molecule therapy drugs that are approved to treat amyloidosis which are as follows: Tafamidis and Tafamidis Meglumine. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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_1097596', 'drugName': 'Tafamidis', 'tradeNames_list': "['Vyndamax', 'Vyndaqel']", 'drugType': 'Small molecule', 'actionType': 'stabiliser', 'target': 'ENSG00000118271', 'approvedSymbol': 'TTR', 'approvedName': 'transthyretin', 'yearOfFirstApproval': 2019, 'max_phase_for_ind':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.347 | Q16 | What Small molecule therapies have been approved by the FDA to treat Arthropathy? | There are no drug Small molecule therapies approved to treat Arthropathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "arthropathy" OR LOWER(mesh_heading) = "arth... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1082 | Q16 | What Small molecule therapies have been approved by the FDA to treat food allergy? | There are no drug Small molecule therapies approved to treat food allergy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "food allergy" OR LOWER(mesh_heading) = "foo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.486 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hernia? | Bupivacaine is the only Small molecule therapy approved by the FDA to treat Hernia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hernia" OR LOWER(mesh_heading) = "hernia") ... | [{'UUID': 'DrugTargetsIndication121923_text_662789', 'drugName': 'Bupivacaine', 'tradeNames_list': "['Anekain', 'Exparel', 'Marcaine', 'Posimir', 'Sensorcaine']", 'drugType': 'Small molecule', 'actionType': 'blocker', 'target': 'ENSG00000007314', 'approvedSymbol': 'SCN4A', 'approvedName': 'sodium voltage-gated channel ... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1109 | Q16 | What Small molecule therapies have been approved by the FDA to treat glaucoma? | There are 9 Small molecule therapy drugs that are approved to treat glaucoma which are as follows: Epinephrine, Lisdexamfetamine Dimesylate, Clonidine, Brimonidine Tartrate, Latanoprostene Bunod, Latanoprost, Bimatoprost, Travoprost, and Tafluprost. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "glaucoma" OR LOWER(mesh_heading) = "glaucom... | [{'UUID': 'DrugTargetsIndication121923_text_360824', '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.1635 | Q16 | What Small molecule therapies have been approved by the FDA to treat small cell lung carcinoma? | There are 2 Small molecule therapy drugs that are approved to treat small cell lung carcinoma which are as follows: Trilaciclib Dihydrochloride 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) = "small cell lung carcinoma" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_851292', 'drugName': 'Trilaciclib Dihydrochloride', 'tradeNames_list': "['Cosela']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000135446', 'approvedSymbol': 'CDK4', 'approvedName': 'cyclin dependent kinase 4', 'yearOfFirstApproval': 2021, 'max_... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.749 | Q16 | What Small molecule therapies have been approved by the FDA to treat amenorrhea? | Progesterone is the only Small molecule therapy approved by the FDA to treat amenorrhea. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "amenorrhea" OR LOWER(mesh_heading) = "ameno... | [{'UUID': 'DrugTargetsIndication121923_text_940055', 'drugName': 'Progesterone', 'tradeNames_list': "['Crinone', 'Cyclogest', 'Endometrin', 'Gesterol', 'Lutigest', 'MilprosaProchieve', 'Progesta-care', 'Progestasert', 'Progesterone', 'ProgestinPrometrium', 'Regumate', 'Serenity for women', 'Syngestrone', 'Utrogestan']"... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.687 | Q16 | What Small molecule therapies have been approved by the FDA to treat Wolff-Parkinson-White Syndrome? | Propranolol Hydrochloride is the only Small molecule therapy approved by the FDA to treat Wolff-Parkinson-White 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) = "wolff-parkinson-white syndrome" OR LOWER(me... | [{'UUID': 'DrugTargetsIndication121923_text_937021', 'drugName': 'Propranolol Hydrochloride', 'tradeNames_list': "['Angilol', 'Apsolol', 'Avlocardyl', 'Bedranol', 'Bedranol s.r.', 'BerkololBeta-prograne mr', 'Betadur cr', 'Cardinol', 'DupromexHalf beta-prograne mr', 'Half propanix la', 'Half propatard laHalf-beprane cr... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1420 | Q16 | What Small molecule therapies have been approved by the FDA to treat osteogenesis imperfecta? | There are no drug Small molecule therapies approved to treat osteogenesis imperfecta. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "osteogenesis imperfecta" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.30 | Q16 | What Protein therapies have been approved by the FDA to treat COVID-19? | There are no drug Protein therapies approved to treat COVID-19. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "covid-19" OR LOWER(mesh_heading) = "covid-1... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.940 | Q16 | What Small molecule therapies have been approved by the FDA to treat colon carcinoma? | There are no drug Small molecule therapies approved to treat colon 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) = "colon carcinoma" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.169 | Q16 | What Protein therapies have been approved by the FDA to treat hemophagocytic syndrome? | There are no drug Protein therapies approved to treat hemophagocytic 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) = "hemophagocytic syndrome" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.789 | Q16 | What Small molecule therapies have been approved by the FDA to treat aseptic meningitis? | There are no drug Small molecule therapies approved to treat aseptic meningitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "aseptic meningitis" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.705 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute lymphoblastic leukemia? | There are 3 Small molecule therapy drugs that are approved to treat acute lymphoblastic leukemia which are as follows: Dasatinib, Ponatinib Hydrochloride, 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) = "acute lymphoblastic leukemia" OR LOWER(mesh... | [{'UUID': 'DrugTargetsIndication121923_text_713206', 'drugName': 'Dasatinib', 'tradeNames_list': "['Dasatinib', 'Sprycel']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000097007', 'approvedSymbol': 'ABL1', 'approvedName': 'ABL proto-oncogene 1, non-receptor tyrosine kinase', 'yearOfFirstA... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1649 | Q16 | What Small molecule therapies have been approved by the FDA to treat spinocerebellar ataxia type 7? | There are no drug Small molecule therapies approved to treat spinocerebellar ataxia type 7. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "spinocerebellar ataxia type 7" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1448 | Q16 | What Small molecule therapies have been approved by the FDA to treat paranasal sinus neoplasm? | There are no drug Small molecule therapies approved to treat paranasal sinus 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) = "paranasal sinus neoplasm" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.71 | Q16 | What Protein therapies have been approved by the FDA to treat Vitiligo? | There are no drug Protein 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.