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
Q9.1666
Q9
Is Rotigotine approved by the FDA and if so when was it?
Yes, the drug Rotigotine was first FDA approved for use in 2007.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%rotigotine%" OR LOWER(tradeNames_string) LIKE "%rotigotine%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_2304', 'drugName': 'Rotigotine', 'tradeNames_string': 'Neupro', 'drugSynonyms_string': 'Leganto, Rotigotine, SPM 962, SPM-962', 'yearOfFirstApproval': 2007, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1270
Q9
Is Entinostat approved by the FDA and if so when was it?
No, the drug Entinostat 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 "%entinostat%" OR LOWER(tradeNames_string) LIKE "%entinostat%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5058', 'drugName': 'Entinostat', 'tradeNames_string': '', 'drugSynonyms_string': 'Entinostat, MS-27-275, MS-275, MS-275-27, SNDX-275', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.493
Q9
Is Nipocalimab approved by the FDA and if so when was it?
No, the drug Nipocalimab 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 "%nipocalimab%" OR LOWER(tradeNames_string) LIKE "%nipocalimab%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_2985', 'drugName': 'Nipocalimab', 'tradeNames_string': '', 'drugSynonyms_string': 'JNJ-80202135, M-281, M281, Nipocalimab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.565
Q9
Is Hydroxyzine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Hydroxyzine Hydrochloride was first FDA approved for use in 1956.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%hydroxyzine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%hydroxyzin...
[{'UUID': 'DrugGeneTargets_v2_3406', 'drugName': 'Hydroxyzine Hydrochloride', 'tradeNames_string': 'Atarax, Hydroxyzine, Hydroxyzine hydrochloride, Orgatrax, Ucerax, Vistaril', 'drugSynonyms_string': 'Hydroxizine chloride, Hydroxyzine dihydrochloride, Hydroxyzine hydrochloride', 'yearOfFirstApproval': 1956, 'maxClinica...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1151
Q9
Is Ce-224535 approved by the FDA and if so when was it?
No, the drug Ce-224535 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 "%ce-224535%" OR LOWER(tradeNames_string) LIKE "%ce-224535%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_3180', 'drugName': 'Ce-224535', 'tradeNames_string': '', 'drugSynonyms_string': 'CE 224,535, CE-224,535, CE224535, Ce 224535, Ce-224535', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1129
Q9
Is Hydroxyurea approved by the FDA and if so when was it?
Yes, the drug Hydroxyurea 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 "%hydroxyurea%" OR LOWER(tradeNames_string) LIKE "%hydroxyurea%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_5698', 'drugName': 'Hydroxyurea', 'tradeNames_string': 'Droxia, Hydrea, Hydroxyurea, Siklos', 'drugSynonyms_string': 'Hydroxycarbamide, Hydroxyurea, NSC-32065, SQ 1089, SQ-1089', 'yearOfFirstApproval': 1967, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.808
Q9
Is Mavoglurant approved by the FDA and if so when was it?
No, the drug Mavoglurant 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 "%mavoglurant%" OR LOWER(tradeNames_string) LIKE "%mavoglurant%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_4815', 'drugName': 'Mavoglurant', 'tradeNames_string': '', 'drugSynonyms_string': 'AFQ-056, AFQ056, Mavoglurant', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.518
Q9
Is Demecarium Bromide approved by the FDA and if so when was it?
Yes, the drug Demecarium Bromide was first FDA approved for use in 1959.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%demecarium bromide%" OR LOWER(tradeNames_string) LIKE "%demecarium bromid...
[{'UUID': 'DrugGeneTargets_v2_4088', 'drugName': 'Demecarium Bromide', 'tradeNames_string': 'Humorsol, Tosmilen', 'drugSynonyms_string': 'BC-48, Demecarium bromide, Demekastigmine bromide', 'yearOfFirstApproval': 1959, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.640
Q9
Is Infigratinib approved by the FDA and if so when was it?
Yes, the drug Infigratinib 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 "%infigratinib%" OR LOWER(tradeNames_string) LIKE "%infigratinib%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_1239', 'drugName': 'Infigratinib', 'tradeNames_string': '', 'drugSynonyms_string': 'BGJ-398, BGJ398, Bgj-398, Infigratinib, MVP-BGJ398, NVP-BGJ398', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3003', 'drugName': 'Infigratin...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1480
Q9
Is Niraparib Tosylate approved by the FDA and if so when was it?
Yes, the drug Niraparib Tosylate was first FDA approved for use in 2017.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%niraparib tosylate%" OR LOWER(tradeNames_string) LIKE "%niraparib tosylat...
[{'UUID': 'DrugGeneTargets_v2_4882', 'drugName': 'Niraparib Tosylate', 'tradeNames_string': 'Zejula', 'drugSynonyms_string': 'MK-4827-TOSYLATE, Niraparib tosylate, Niraparib tosylate anhydrous, Niraparib tosylate monohydrate', 'yearOfFirstApproval': 2017, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'D...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1789
Q9
Is K-877 approved by the FDA and if so when was it?
No, the drug K-877 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 "%k-877%" OR LOWER(tradeNames_string) LIKE "%k-877%" OR LOWER(drugSynonyms_...
[{'UUID': 'DrugGeneTargets_v2_2055', 'drugName': 'K-877', 'tradeNames_string': '', 'drugSynonyms_string': 'K-877', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_3221', 'drugName': 'Sch-900776', 'tradeNames_string': '', 'drugSynonyms_string': 'MK-8776, Mk-87...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1546
Q9
Is Chenodiol approved by the FDA and if so when was it?
Yes, the drug Chenodiol was first FDA approved for use in 1983.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%chenodiol%" OR LOWER(tradeNames_string) LIKE "%chenodiol%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_976', 'drugName': 'Chenodiol', 'tradeNames_string': 'Chendol 125, Chendol 250, Chenix, Chenocedon, Chenodiol, Chenofalk, Combidol, Lithofalk, Xenbilox', 'drugSynonyms_string': 'Anthropodeoxycholic acid, Anthropodesoxycholic acid, Anthropododesoxycholic acid, Chendol, Chenic acid, Chenocol,...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1160
Q9
Is Benoxaprofen approved by the FDA and if so when was it?
Yes, the drug Benoxaprofen 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 "%benoxaprofen%" OR LOWER(tradeNames_string) LIKE "%benoxaprofen%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_5509', 'drugName': 'Benoxaprofen', 'tradeNames_string': 'Oraflex', 'drugSynonyms_string': 'Benoxaprofen, COMPD 90459, COMPOUND 90459, Coxigon, NSC-299582, Opren', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.797
Q9
Is Levamlodipine Maleate approved by the FDA and if so when was it?
Yes, the drug Levamlodipine Maleate was first FDA approved for use in 2019.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%levamlodipine maleate%" OR LOWER(tradeNames_string) LIKE "%levamlodipine ...
[{'UUID': 'DrugGeneTargets_v2_6132', 'drugName': 'Levamlodipine Maleate', 'tradeNames_string': 'Conjupri', 'drugSynonyms_string': 'Amlodipine maleate, s-, Levamlodipine maleate', 'yearOfFirstApproval': 2019, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.119
Q9
Is Becaplermin approved by the FDA and if so when was it?
Yes, the drug Becaplermin 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 "%becaplermin%" OR LOWER(tradeNames_string) LIKE "%becaplermin%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_519', 'drugName': 'Becaplermin', 'tradeNames_string': 'Regranex', 'drugSynonyms_string': 'Becaplermin, GEM 21S, GEM-21S, Gemesis, Pdgf-2, Pdgf-bb, Pdgfb, Platelet derived growth factor-bb, Platelet-derived growth factor becaplermin, RWJ 60235, RWJ-60235, Sh-polypeptide-59', 'yearOfFirstApp...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.747
Q9
Is Prednisolone Sodium Phosphate approved by the FDA and if so when was it?
Yes, the drug Prednisolone Sodium Phosphate was first FDA approved for use in 1973.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%prednisolone sodium phosphate%" OR LOWER(tradeNames_string) LIKE "%predni...
[{'UUID': 'DrugGeneTargets_v2_2586', 'drugName': 'Prednisolone Sodium Phosphate', 'tradeNames_string': 'Codelsol, Cortisate, Hydeltrasol, Inflamase, Inflamase forte, Inflamase mild, Metreton, Orapred, Orapred odt, Pediapred, Predair, Predair forte, Prednisolone sodium phosphate, Predsol, Predsol-n', 'drugSynonyms_strin...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1691
Q9
Is Gaboxadol approved by the FDA and if so when was it?
No, the drug Gaboxadol 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 "%gaboxadol%" OR LOWER(tradeNames_string) LIKE "%gaboxadol%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_3615', 'drugName': 'Gaboxadol', 'tradeNames_string': '', 'drugSynonyms_string': 'Gaboxadol, LU 02-030, LU-02-030, LU-02030, MK-0928, NSC-759585', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1090
Q9
Is Nicardipine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Nicardipine Hydrochloride was first FDA approved for use in 1988.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%nicardipine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%nicardipin...
[{'UUID': 'DrugGeneTargets_v2_320', 'drugName': 'Nicardipine Hydrochloride', 'tradeNames_string': 'Cardene, Cardene sr, Nicardipine hydrochloride', 'drugSynonyms_string': 'Barizin, Cardepine, Dacarel, Lecibra, Lecibral, Lescodil, Loxen, NSC-757855, Nerdipina, Nicant, Nicapress, Nicardal, Nicardipine hcl, Nicardipine hy...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.837
Q9
Is Diphemanil approved by the FDA and if so when was it?
Yes, the drug Diphemanil 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 "%diphemanil%" OR LOWER(tradeNames_string) LIKE "%diphemanil%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_2135', 'drugName': 'Diphemanil', 'tradeNames_string': '', 'drugSynonyms_string': 'Diphemanil, Diphemanil cation, Diphemanil ion', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2134', 'drugName': 'Diphemanil', 'tradeNames_stri...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.122
Q9
Is Procaine approved by the FDA and if so when was it?
Yes, the drug Procaine was first FDA approved for use in 1954.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%procaine%" OR LOWER(tradeNames_string) LIKE "%procaine%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_1754', 'drugName': 'Benoxinate', 'tradeNames_string': '', 'drugSynonyms_string': 'Benoxinate, Conjucain, Dorsacain, Monofree oxybuprocaine, Oxybucaine, Oxybuprocaine', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3148', 'dru...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.663
Q9
Is Pasireotide approved by the FDA and if so when was it?
Yes, the drug Pasireotide was first FDA approved for use in 2012.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pasireotide%" OR LOWER(tradeNames_string) LIKE "%pasireotide%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_1407', 'drugName': 'Pasireotide Diaspartate', 'tradeNames_string': 'Signifor', 'drugSynonyms_string': 'Pasireotide (as diaspartate), Pasireotide diaspartate', 'yearOfFirstApproval': 2012, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_6120', 'drugName': '...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1908
Q9
Is Dexbrompheniramine approved by the FDA and if so when was it?
Yes, the drug Dexbrompheniramine was first FDA approved for use in 1963.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dexbrompheniramine%" OR LOWER(tradeNames_string) LIKE "%dexbrompheniramin...
[{'UUID': 'DrugGeneTargets_v2_4355', 'drugName': 'Dexbrompheniramine', 'tradeNames_string': '', 'drugSynonyms_string': 'Brompheniramine d-form, Brompheniramine, (s)-, Dexbrompheniramine', 'yearOfFirstApproval': 1963, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_431', 'drugName': 'De...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.642
Q9
Is Entacapone approved by the FDA and if so when was it?
Yes, the drug Entacapone 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 "%entacapone%" OR LOWER(tradeNames_string) LIKE "%entacapone%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_3321', 'drugName': 'Entacapone', 'tradeNames_string': 'Comtan, Comtess, Entacapone', 'drugSynonyms_string': 'Entacapone, Entacapone orion, Entacapone teva, OR-611', 'yearOfFirstApproval': 1999, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.374
Q9
Is Gsk-2245035 approved by the FDA and if so when was it?
No, the drug Gsk-2245035 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-2245035%" OR LOWER(tradeNames_string) LIKE "%gsk-2245035%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_4576', 'drugName': 'Gsk-2245035', 'tradeNames_string': '', 'drugSynonyms_string': 'GSK-2245035, GSK2245035, Gsk-2245035, Gsk2245035', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.271
Q9
Is Etidocaine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Etidocaine Hydrochloride was first FDA approved for use in 1976.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%etidocaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%etidocaine ...
[{'UUID': 'DrugGeneTargets_v2_1658', 'drugName': 'Etidocaine Hydrochloride', 'tradeNames_string': 'Duranest', 'drugSynonyms_string': 'Duranest hydrochloride, Etidocaine hcl, Etidocaine hydrochloride, W-19053', 'yearOfFirstApproval': 1976, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.662
Q9
Is Muromonab-Cd3 approved by the FDA and if so when was it?
Yes, the drug Muromonab-Cd3 was first FDA approved for use in 1986.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%muromonab-cd3%" OR LOWER(tradeNames_string) LIKE "%muromonab-cd3%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_3214', 'drugName': 'Muromonab-Cd3', 'tradeNames_string': 'Orthoclone okt3', 'drugSynonyms_string': 'Anticd3, L04AA02, Macs gmp cd3 pure, Muromomab, Muromonab, Muromonab cd3, Muromonab-cd3, OKT-3, OKT3', 'yearOfFirstApproval': 1986, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.944
Q9
Is Dinoprost approved by the FDA and if so when was it?
Yes, the drug Dinoprost 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 "%dinoprost%" OR LOWER(tradeNames_string) LIKE "%dinoprost%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_1161', 'drugName': 'Dinoprost', 'tradeNames_string': '', 'drugSynonyms_string': 'Dinoprost, Pgf2a, Pgf2alpha, Prosmon, Prostaglandin f2-alpha, Prostaglandin f2.alpha., Prostaglandin f2alpha, U-14,583, U-14583', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.829
Q9
Is Levobetaxolol Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Levobetaxolol Hydrochloride 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 "%levobetaxolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%levobeta...
[{'UUID': 'DrugGeneTargets_v2_2237', 'drugName': 'Levobetaxolol Hydrochloride', 'tradeNames_string': 'Betaxon', 'drugSynonyms_string': 'AL-1577A, AL1577A, Levobetaxolol hcl, Levobetaxolol hydrochloride', 'yearOfFirstApproval': 2000, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.873
Q9
Is Rontalizumab approved by the FDA and if so when was it?
No, the drug Rontalizumab 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 "%rontalizumab%" OR LOWER(tradeNames_string) LIKE "%rontalizumab%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_4431', 'drugName': 'Rontalizumab', 'tradeNames_string': '', 'drugSynonyms_string': 'RG-7415, RHUMAB IFNALPHA, RHUMAB-IFNALPHA, Rontalizumab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.47
Q9
Is Serdexmethylphenidate Chloride approved by the FDA and if so when was it?
Yes, the drug Serdexmethylphenidate Chloride 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 "%serdexmethylphenidate chloride%" OR LOWER(tradeNames_string) LIKE "%serde...
[{'UUID': 'DrugGeneTargets_v2_4160', 'drugName': 'Serdexmethylphenidate Chloride', 'tradeNames_string': '', 'drugSynonyms_string': 'KP415 Cl, Serdexmethylphenidate chloride', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4161', 'drugName': 'Serdexmethylph...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1388
Q9
Is Fondaparinux approved by the FDA and if so when was it?
Yes, the drug Fondaparinux was first FDA approved for use in 2001.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%fondaparinux%" OR LOWER(tradeNames_string) LIKE "%fondaparinux%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_1957', 'drugName': 'Fondaparinux Sodium', 'tradeNames_string': 'Arixtra, Fondaparinux sodium', 'drugSynonyms_string': 'Fondaparin sodium, Fondaparinux sodium, Fondaparinux sodium for assay, Fondaparinux sodium identification, IC-851589, ORG 31540, ORG-31540, Quixidar, SR 90107A, SR-90107A'...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1709
Q9
Is Antazoline Phosphate approved by the FDA and if so when was it?
Yes, the drug Antazoline Phosphate 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 "%antazoline phosphate%" OR LOWER(tradeNames_string) LIKE "%antazoline phos...
[{'UUID': 'DrugGeneTargets_v2_4047', 'drugName': 'Antazoline Phosphate', 'tradeNames_string': '', 'drugSynonyms_string': 'Antazoline phosphate, NSC-755865', 'yearOfFirstApproval': 1994, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1000
Q9
Is Bortezomib approved by the FDA and if so when was it?
Yes, the drug Bortezomib was first FDA approved for use in 2003.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bortezomib%" OR LOWER(tradeNames_string) LIKE "%bortezomib%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_559', 'drugName': 'Bortezomib', 'tradeNames_string': 'Velcade', 'drugSynonyms_string': 'Bortezomib, Bortezomib accord, Bortezomib hydrate, LDP-341, NSC-681239, PS-341, Velcade', 'yearOfFirstApproval': 2003, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.883
Q9
Is Coformycin approved by the FDA and if so when was it?
No, the drug Coformycin 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 "%coformycin%" OR LOWER(tradeNames_string) LIKE "%coformycin%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_251', 'drugName': 'Pentostatin', 'tradeNames_string': 'Nipent, Pentostatin', 'drugSynonyms_string': 'CI-825, Deoxycoformycin, NSC-218321, Nipent, PD 81565, PD-81565, Pentostatin, YK-176', 'yearOfFirstApproval': 1991, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTa...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.780
Q9
Is Glucagon approved by the FDA and if so when was it?
Yes, the drug Glucagon 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 "%glucagon%" OR LOWER(tradeNames_string) LIKE "%glucagon%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_1857', 'drugName': 'Glucagon', 'tradeNames_string': 'Baqsimi, Glucagen Hypokit, Glucagon, Glucagon Emergency Kit, Gvoke hypopen, Gvoke pfs', 'drugSynonyms_string': 'Glucagon, Glucagon recombinant', 'yearOfFirstApproval': 1998, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': '...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1229
Q9
Is Balsalazide Disodium approved by the FDA and if so when was it?
Yes, the drug Balsalazide Disodium 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 "%balsalazide disodium%" OR LOWER(tradeNames_string) LIKE "%balsalazide dis...
[{'UUID': 'DrugGeneTargets_v2_1296', 'drugName': 'Balsalazide Disodium', 'tradeNames_string': 'Balsalazide disodium, Colazal, Colazide, Giazo', 'drugSynonyms_string': 'BX-661A, BX661A, Balsalazide disodium, Balsalazide disodium anhydrous, Balsalazide disodium dihydrate, Balsalazide disodium salt dihydrate, Balsalazide ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.2000
Q9
Is Benzhydrocodone Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Benzhydrocodone 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 "%benzhydrocodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%benzhy...
[{'UUID': 'DrugGeneTargets_v2_3008', 'drugName': 'Benzhydrocodone Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_string': 'Benzhydrocodone hydrochloride, KP-201, KP201', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.5
Q9
Is Quinidine Gluconate approved by the FDA and if so when was it?
Yes, the drug Quinidine Gluconate was first FDA approved for use in 1950.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%quinidine gluconate%" OR LOWER(tradeNames_string) LIKE "%quinidine glucon...
[{'UUID': 'DrugGeneTargets_v2_2256', 'drugName': 'Quinidine Gluconate', 'tradeNames_string': 'Duraquin, Quinact, Quinaglute, Quinalan, Quinatime, Quinidine gluconate', 'drugSynonyms_string': 'Dura-tab, Gluconic acid quinidine salt, Gluquinate, NSC-757297, Quinidine gluconate, Quinidine mono-d-gluconate, Quinidine monog...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1012
Q9
Is Insulin Susp Isophane Purified Beef approved by the FDA and if so when was it?
Yes, the drug Insulin Susp Isophane Purified Beef 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 "%insulin susp isophane purified beef%" OR LOWER(tradeNames_string) LIKE "%...
[{'UUID': 'DrugGeneTargets_v2_4804', 'drugName': 'Insulin Susp Isophane Purified Beef', 'tradeNames_string': 'Nph iletin ii', 'drugSynonyms_string': 'Insulin susp isophane purified beef', 'yearOfFirstApproval': 1980, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1724
Q9
Is Fruquintinib approved by the FDA and if so when was it?
No, the drug Fruquintinib 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 "%fruquintinib%" OR LOWER(tradeNames_string) LIKE "%fruquintinib%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_1715', 'drugName': 'Fruquintinib', 'tradeNames_string': '', 'drugSynonyms_string': 'Fruquintinib, HMPL-013, HMPL013, Hmpl-013', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.266
Q9
Is Insm-18 approved by the FDA and if so when was it?
No, the drug Insm-18 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 "%insm-18%" OR LOWER(tradeNames_string) LIKE "%insm-18%" OR LOWER(drugSynon...
[{'UUID': 'DrugGeneTargets_v2_12', 'drugName': 'Insm-18', 'tradeNames_string': '', 'drugSynonyms_string': 'Insm-18', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_13', 'drugName': 'Insm-18', 'tradeNames_string': '', 'drugSynonyms_string': 'Insm-18', 'yearOf...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1570
Q9
Is Nalmefene approved by the FDA and if so when was it?
Yes, the drug Nalmefene was first FDA approved for use in 1995.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%nalmefene%" OR LOWER(tradeNames_string) LIKE "%nalmefene%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_4044', 'drugName': 'Nalmefene', 'tradeNames_string': 'Selincro', 'drugSynonyms_string': 'JF-1, JKB-121, Nalmefene, Nalmefene hydrochloride dihydrate, Nalmefene hydrochloride hydrate, Nalmetrene, ORF 1167, ORF 11676, ORF-1167, ORF-11676, Revex, SRD-174, SRD174', 'yearOfFirstApproval': 1995,...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1832
Q9
Is Azd1981 approved by the FDA and if so when was it?
No, the drug Azd1981 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 "%azd1981%" OR LOWER(tradeNames_string) LIKE "%azd1981%" OR LOWER(drugSynon...
[{'UUID': 'DrugGeneTargets_v2_3608', 'drugName': 'Azd1981', 'tradeNames_string': '', 'drugSynonyms_string': 'AZD-1981, Azd 1981, Azd-1981, Azd1981', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.449
Q9
Is Mepenzolate Bromide approved by the FDA and if so when was it?
Yes, the drug Mepenzolate Bromide was first FDA approved for use in 1956.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%mepenzolate bromide%" OR LOWER(tradeNames_string) LIKE "%mepenzolate brom...
[{'UUID': 'DrugGeneTargets_v2_3596', 'drugName': 'Mepenzolate', 'tradeNames_string': '', 'drugSynonyms_string': 'Mepenzolate, Mepenzolate bromide free base, Mepenzolate cation, Mepenzolate ion', 'yearOfFirstApproval': 1956, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3595', 'drugNa...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1011
Q9
Is Insulin Susp Isophane Beef/Pork approved by the FDA and if so when was it?
Yes, the drug Insulin Susp Isophane 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 isophane beef/pork%" OR LOWER(tradeNames_string) LIKE "%insu...
[{'UUID': 'DrugGeneTargets_v2_1693', 'drugName': 'Insulin Susp Isophane Beef/Pork', 'tradeNames_string': 'Nph iletin i (beef-pork)', 'drugSynonyms_string': 'Insulin susp isophane beef/pork', 'yearOfFirstApproval': 1966, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1086
Q9
Is Brivaracetam approved by the FDA and if so when was it?
Yes, the drug Brivaracetam 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 "%brivaracetam%" OR LOWER(tradeNames_string) LIKE "%brivaracetam%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_4908', 'drugName': 'Brivaracetam', 'tradeNames_string': 'Briviact', 'drugSynonyms_string': 'Brivaracetam, UCB 34714, UCB-34714', 'yearOfFirstApproval': 2016, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.844
Q9
Is Belimumab approved by the FDA and if so when was it?
Yes, the drug Belimumab 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 "%belimumab%" OR LOWER(tradeNames_string) LIKE "%belimumab%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_6001', 'drugName': 'Belimumab', 'tradeNames_string': 'Benlysta, Lymphostat-b, Lymphostat-b benlysta', 'drugSynonyms_string': 'BEL-114333, BEL114333, Belimumab, Belimumab (genetical recombination), GSK-1550188, GSK1550188, HGS-1006, HGS1006', 'yearOfFirstApproval': 2011, 'maxClinicalTrialPh...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1792
Q9
Is Doxepin Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Doxepin Hydrochloride was first FDA approved for use in 1969.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%doxepin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%doxepin hydroc...
[{'UUID': 'DrugGeneTargets_v2_2495', 'drugName': 'Doxepin Hydrochloride', 'tradeNames_string': 'Adapin, Doxepin hydrochloride, Quitaxon, Silenor, Sinequan, Xepin, Zonalon', 'drugSynonyms_string': 'Doxepin hcl, Doxepin hydrochloride, NSC-108160, P-3693A', 'yearOfFirstApproval': 1969, 'maxClinicalTrialPhase': 4, 'drugIsA...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.308
Q9
Is Trospium Chloride approved by the FDA and if so when was it?
Yes, the drug Trospium Chloride 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 "%trospium chloride%" OR LOWER(tradeNames_string) LIKE "%trospium chloride%...
[{'UUID': 'DrugGeneTargets_v2_4683', 'drugName': 'Trospium Chloride', 'tradeNames_string': 'Flotros, Regurin, Regurin xl, Sanctura, Sanctura xr, Spasmo-lyt, Trospium chloride, Uraplex', 'drugSynonyms_string': 'IP-631, IP631, Relaspium, Spasmex, Spasmolyt, Trospium chloride', 'yearOfFirstApproval': 2004, 'maxClinicalTri...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1380
Q9
Is Imaradenant approved by the FDA and if so when was it?
No, the drug Imaradenant 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 "%imaradenant%" OR LOWER(tradeNames_string) LIKE "%imaradenant%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_373', 'drugName': 'Imaradenant', 'tradeNames_string': '', 'drugSynonyms_string': 'AZD-4635, AZD4635, Azd 4635, Azd4635, HTL-1071, HTL1071, Imaradenant', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1558
Q9
Is Thioridazine approved by the FDA and if so when was it?
Yes, the drug Thioridazine was first FDA approved for use in 1962.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%thioridazine%" OR LOWER(tradeNames_string) LIKE "%thioridazine%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_6304', 'drugName': 'Thioridazine Hydrochloride', 'tradeNames_string': 'Mellaril, Thioridazine hydrochloride, Thioridazine hydrochloride intensol', 'drugSynonyms_string': 'NSC-186060, Thioridazine hcl, Thioridazine hydrochloride', 'yearOfFirstApproval': 1962, 'maxClinicalTrialPhase': 4, 'dr...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.317
Q9
Is Levilimab approved by the FDA and if so when was it?
No, the drug Levilimab 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 "%levilimab%" OR LOWER(tradeNames_string) LIKE "%levilimab%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_947', 'drugName': 'Levilimab', 'tradeNames_string': '', 'drugSynonyms_string': 'BCD-089, Bcd-089, Levilimab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.152
Q9
Is Interferon Gamma-1B approved by the FDA and if so when was it?
Yes, the drug Interferon Gamma-1B 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 "%interferon gamma-1b%" OR LOWER(tradeNames_string) LIKE "%interferon gamma...
[{'UUID': 'DrugGeneTargets_v2_3679', 'drugName': 'Interferon Gamma-1B', 'tradeNames_string': 'Actimmune, Immukin', 'drugSynonyms_string': 'Ifn-.gamma., Ifn-.gamma.1b, Imifn, Immune ifn, Interferon .gamma.-1b, Interferon gama-1b, Interferon gamma, Interferon gamma-1b, Interferon gamma-1b, recombinant, Interferon gamma-1...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1158
Q9
Is Methohexital approved by the FDA and if so when was it?
Yes, the drug Methohexital was first FDA approved for use in 1960.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%methohexital%" OR LOWER(tradeNames_string) LIKE "%methohexital%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_314', 'drugName': 'Methohexital', 'tradeNames_string': '', 'drugSynonyms_string': 'Methohexital, Methohexital civ, Methohexitone', 'yearOfFirstApproval': 1960, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4143', 'drugName': 'Methohexital Sodium', 'trade...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1223
Q9
Is Amlodipine Besylate approved by the FDA and if so when was it?
Yes, the drug Amlodipine Besylate was first FDA approved for use in 1992.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%amlodipine besylate%" OR LOWER(tradeNames_string) LIKE "%amlodipine besyl...
[{'UUID': 'DrugGeneTargets_v2_2584', 'drugName': 'Amlodipine Besylate', 'tradeNames_string': 'Amlodipine besylate, Norliqva, Norvasc', 'drugSynonyms_string': 'Amlodipine (as besilate), Amlodipine benzenesulfonate, Amlodipine besilate, Amlodipine besylate, Amlor, Antacal, Lodipressin, Monopina, NSC-758922, Norliqva, UK-...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.580
Q9
Is Tasosartan approved by the FDA and if so when was it?
No, the drug Tasosartan 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 "%tasosartan%" OR LOWER(tradeNames_string) LIKE "%tasosartan%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_3109', 'drugName': 'Tasosartan', 'tradeNames_string': '', 'drugSynonyms_string': 'ANA-756, Tasosartan, WAY-ANA-756', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': -1, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.51
Q9
Is Rpr749 approved by the FDA and if so when was it?
No, the drug Rpr749 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 "%rpr749%" OR LOWER(tradeNames_string) LIKE "%rpr749%" OR LOWER(drugSynonym...
[{'UUID': 'DrugGeneTargets_v2_5693', 'drugName': 'Rpr749', 'tradeNames_string': '', 'drugSynonyms_string': 'Rpr749', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1553
Q9
Is Orphenadrine approved by the FDA and if so when was it?
Yes, the drug Orphenadrine 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 "%orphenadrine%" OR LOWER(tradeNames_string) LIKE "%orphenadrine%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_4306', 'drugName': 'Orphenadrine Hydrochloride', 'tradeNames_string': 'Biorphen, Disipal', 'drugSynonyms_string': 'Mephenamin, NSC-82357, Orphenadrine (chloride), Orphenadrine Chloride, Orphenadrine hcl, Orphenadrine hydrochloride', 'yearOfFirstApproval': 1957, 'maxClinicalTrialPhase': 4, ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.733
Q9
Is Prasugrel Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Prasugrel Hydrochloride 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 "%prasugrel hydrochloride%" OR LOWER(tradeNames_string) LIKE "%prasugrel hy...
[{'UUID': 'DrugGeneTargets_v2_2823', 'drugName': 'Prasugrel Hydrochloride', 'tradeNames_string': 'Effient', 'drugSynonyms_string': 'LY640315, Prasu doc, Prasugrel hcl, Prasugrel hydrochloride', 'yearOfFirstApproval': 2009, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.840
Q9
Is Paliperidone approved by the FDA and if so when was it?
Yes, the drug Paliperidone was first FDA approved for use in 2006.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%paliperidone%" OR LOWER(tradeNames_string) LIKE "%paliperidone%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_3644', 'drugName': 'Paliperidone', 'tradeNames_string': 'Invega, Paliperidone, Trevicta, Xeplion', 'drugSynonyms_string': '9-hydroxyrisperidone, NSC-759623, Paliperidone, R-76477, RO-76477, RO76477, Risperidone impurity, 9-hydroxyrisperidone-', 'yearOfFirstApproval': 2006, 'maxClinicalTria...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1392
Q9
Is Netoglitazone approved by the FDA and if so when was it?
No, the drug Netoglitazone 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 "%netoglitazone%" OR LOWER(tradeNames_string) LIKE "%netoglitazone%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_1686', 'drugName': 'Netoglitazone', 'tradeNames_string': '', 'drugSynonyms_string': 'MCC 555, Mcc-555, Netoglitazone, PGX-510, RWJ-241947', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1125
Q9
Is Iferanserin approved by the FDA and if so when was it?
No, the drug Iferanserin 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 "%iferanserin%" OR LOWER(tradeNames_string) LIKE "%iferanserin%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_1280', 'drugName': 'Iferanserin', 'tradeNames_string': '', 'drugSynonyms_string': 'Iferanserin, Ven-309', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1176
Q9
Is Linifanib approved by the FDA and if so when was it?
No, the drug Linifanib 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 "%linifanib%" OR LOWER(tradeNames_string) LIKE "%linifanib%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_1027', 'drugName': 'Linifanib', 'tradeNames_string': '', 'drugSynonyms_string': 'A-741439, ABT-869, AL-39324, Linifanib, RG-3635', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_1026', 'drugName': 'Linifanib', 'tradeNames_string...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.476
Q9
Is Phenylpropanolamine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Phenylpropanolamine Hydrochloride 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 "%phenylpropanolamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ph...
[{'UUID': 'DrugGeneTargets_v2_1690', 'drugName': 'Phenylpropanolamine Hydrochloride', 'tradeNames_string': 'Dexatrim, Dimotapp, Dimotapp l.a., Eskornade, Procol, Propagest, Sine-off, Triogesic, Triominic', 'drugSynonyms_string': 'NSC-23798, Norephedrine hydrochloride, Phenylpropanolamine chloride, Phenylpropanolamine h...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.980
Q9
Is Trifluoperazine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Trifluoperazine Hydrochloride was first FDA approved for use in 1959.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%trifluoperazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%triflu...
[{'UUID': 'DrugGeneTargets_v2_5532', 'drugName': 'Trifluoperazine Hydrochloride', 'tradeNames_string': 'Stelazine, Trifluoperazine hydrochloride', 'drugSynonyms_string': 'NSC-757369, Trifluoperazine HCl, Trifluoperazine dihydrochloride, Trifluoperazine hcl, Trifluoperazine hydrochloride, Trifluoperazine maleate', 'year...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.660
Q9
Is Dextroamphetamine Saccharate approved by the FDA and if so when was it?
Yes, the drug Dextroamphetamine Saccharate 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 "%dextroamphetamine saccharate%" OR LOWER(tradeNames_string) LIKE "%dextroa...
[{'UUID': 'DrugGeneTargets_v2_983', 'drugName': 'Dextroamphetamine Saccharate', 'tradeNames_string': '', 'drugSynonyms_string': 'D-amphetamine saccharate, Dexamfetamine hemisaccharate, Dexamfetamine saccharate, Dexamfetaphine saccharate, Dextroamphetamine saccharate', 'yearOfFirstApproval': 1996, 'maxClinicalTrialPhase...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.405
Q9
Is Levobetaxolol approved by the FDA and if so when was it?
Yes, the drug Levobetaxolol 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 "%levobetaxolol%" OR LOWER(tradeNames_string) LIKE "%levobetaxolol%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_2237', 'drugName': 'Levobetaxolol Hydrochloride', 'tradeNames_string': 'Betaxon', 'drugSynonyms_string': 'AL-1577A, AL1577A, Levobetaxolol hcl, Levobetaxolol hydrochloride', 'yearOfFirstApproval': 2000, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_6023'...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.517
Q9
Is Pravastatin approved by the FDA and if so when was it?
Yes, the drug Pravastatin 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 "%pravastatin%" OR LOWER(tradeNames_string) LIKE "%pravastatin%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_5677', 'drugName': 'Pravastatin', 'tradeNames_string': '', 'drugSynonyms_string': 'C10AA03, Pravachol, Pravastatin, Pravator', 'yearOfFirstApproval': 1991, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_1605', 'drugName': 'Pravastatin Sodium', 'tradeNames...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.324
Q9
Is Indecainide approved by the FDA and if so when was it?
Yes, the drug Indecainide 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 "%indecainide%" OR LOWER(tradeNames_string) LIKE "%indecainide%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_112', 'drugName': 'Indecainide', 'tradeNames_string': '', 'drugSynonyms_string': 'Indecainide', 'yearOfFirstApproval': 1989, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_6337', 'drugName': 'Indecainide Hydrochloride', 'tradeNames_string': 'Decabid', 'dr...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.20
Q9
Is Tofersen approved by the FDA and if so when was it?
No, the drug Tofersen 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 "%tofersen%" OR LOWER(tradeNames_string) LIKE "%tofersen%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_651', 'drugName': 'Tofersen', 'tradeNames_string': '', 'drugSynonyms_string': 'BIIB-067, BIIB067, Biib067, ISIS-SOD1Rx, Tofersen', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.691
Q9
Is Propantheline Bromide approved by the FDA and if so when was it?
Yes, the drug Propantheline Bromide 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 "%propantheline bromide%" OR LOWER(tradeNames_string) LIKE "%propantheline ...
[{'UUID': 'DrugGeneTargets_v2_4309', 'drugName': 'Propantheline Bromide', 'tradeNames_string': 'Pro-banthine, Propantheline bromide', 'drugSynonyms_string': 'NSC-757294, Propantheline Bromide, Propantheline bromide', 'yearOfFirstApproval': 1953, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTar...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.36
Q9
Is Lisinopril approved by the FDA and if so when was it?
Yes, the drug Lisinopril was first FDA approved for use in 1987.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%lisinopril%" OR LOWER(tradeNames_string) LIKE "%lisinopril%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_1473', 'drugName': 'Lisinopril', 'tradeNames_string': 'Prinivil, Zestril', 'drugSynonyms_string': 'Lisinopril, MK-521, NSC-751176, NSC-758151', 'yearOfFirstApproval': 1987, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_656', 'drugName': 'Lisinopril', 'tr...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.910
Q9
Is Doxapram approved by the FDA and if so when was it?
Yes, the drug Doxapram 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 "%doxapram%" OR LOWER(tradeNames_string) LIKE "%doxapram%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_6167', 'drugName': 'Doxapram Hydrochloride', 'tradeNames_string': 'Dopram, Doxapram hydrochloride, Stimulexin', 'drugSynonyms_string': 'AHR-619, Doxapram hcl, Doxapram hydrochloride, Doxapram hydrochloride hydrate, Doxapram hydrochloride monohydrate, NSC-170958, NSC-760347, Stimulexin', 'y...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.834
Q9
Is Levetiracetam approved by the FDA and if so when was it?
Yes, the drug Levetiracetam 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 "%levetiracetam%" OR LOWER(tradeNames_string) LIKE "%levetiracetam%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_283', 'drugName': 'Levetiracetam', 'tradeNames_string': 'Desitrend, Elepsia xr, Keppra, Keppra xr, Levetiracetam, Levetiracetam in sodium chloride, Matever, Spritam', 'drugSynonyms_string': 'AGB-101, Elepsia, Levetiracetam, Levetiracetam accord, Levetiracetam actavis, Levetiracetam hospira...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1798
Q9
Is Disulfiram approved by the FDA and if so when was it?
Yes, the drug Disulfiram was first FDA approved for use in 1951.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%disulfiram%" OR LOWER(tradeNames_string) LIKE "%disulfiram%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5934', 'drugName': 'Disulfiram', 'tradeNames_string': 'Antabuse, Disulfiram, Esperal', 'drugSynonyms_string': 'Disulfiram, NSC-25953, ORA-102, ORA102', 'yearOfFirstApproval': 1951, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.413
Q9
Is Lanoteplase approved by the FDA and if so when was it?
No, the drug Lanoteplase 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 "%lanoteplase%" OR LOWER(tradeNames_string) LIKE "%lanoteplase%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_5822', 'drugName': 'Lanoteplase', 'tradeNames_string': '', 'drugSynonyms_string': '7-l-glutamine-245-l-methionine, BMS-200980, Lanoteplase, SUN 9216, SUN-9216', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': -1, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.928
Q9
Is Echothiophate approved by the FDA and if so when was it?
Yes, the drug Echothiophate was first FDA approved for use in 1960.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%echothiophate%" OR LOWER(tradeNames_string) LIKE "%echothiophate%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_2260', 'drugName': 'Echothiophate', 'tradeNames_string': '', 'drugSynonyms_string': 'Echothiophate, Echothiophate cation, Echothiophate ion, Ecothiopate, Ecothiopate cation', 'yearOfFirstApproval': 1960, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2129...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.543
Q9
Is Demecarium approved by the FDA and if so when was it?
Yes, the drug Demecarium was first FDA approved for use in 1959.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%demecarium%" OR LOWER(tradeNames_string) LIKE "%demecarium%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_2522', 'drugName': 'Demecarium', 'tradeNames_string': '', 'drugSynonyms_string': 'Demecarium, Demecarium cation, Demecarium ion', 'yearOfFirstApproval': 1959, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4088', 'drugName': 'Demecarium Bromide', 'tradeNa...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.765
Q9
Is Verubulin approved by the FDA and if so when was it?
No, the drug Verubulin 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 "%verubulin%" OR LOWER(tradeNames_string) LIKE "%verubulin%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_4227', 'drugName': 'Verubulin', 'tradeNames_string': 'Azixa', 'drugSynonyms_string': 'MPC-6827, MX-128495, Verubulin', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1905
Q9
Is Tlc-388 approved by the FDA and if so when was it?
No, the drug Tlc-388 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 "%tlc-388%" OR LOWER(tradeNames_string) LIKE "%tlc-388%" OR LOWER(drugSynon...
[{'UUID': 'DrugGeneTargets_v2_1007', 'drugName': 'Tlc-388', 'tradeNames_string': '', 'drugSynonyms_string': 'Lipotecan, Lipothecan free base, Tlc-388', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1071
Q9
Is Ozanimod approved by the FDA and if so when was it?
Yes, the drug Ozanimod was first FDA approved for use in 2020.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ozanimod%" OR LOWER(tradeNames_string) LIKE "%ozanimod%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_1976', 'drugName': 'Ozanimod', 'tradeNames_string': '', 'drugSynonyms_string': 'Ozanimod, RPC-1063, RPC1063', 'yearOfFirstApproval': 2020, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_5399', 'drugName': 'Ozanimod Hydrochloride', 'tradeNames_string': 'Ze...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1209
Q9
Is Botulinum Toxin Type B approved by the FDA and if so when was it?
Yes, the drug Botulinum Toxin Type B 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 "%botulinum toxin type b%" OR LOWER(tradeNames_string) LIKE "%botulinum tox...
[{'UUID': 'DrugGeneTargets_v2_6024', 'drugName': 'Botulinum Toxin Type B', 'tradeNames_string': 'Myobloc, Neurobloc', 'drugSynonyms_string': 'AN-0772, Botulin b, Botulinum toxin type b', 'yearOfFirstApproval': 2000, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.248
Q9
Is Ttp-607 approved by the FDA and if so when was it?
No, the drug Ttp-607 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 "%ttp-607%" OR LOWER(tradeNames_string) LIKE "%ttp-607%" OR LOWER(drugSynon...
[{'UUID': 'DrugGeneTargets_v2_4902', 'drugName': 'Ttp-607', 'tradeNames_string': '', 'drugSynonyms_string': 'Ttp-607', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1431
Q9
Is Indomethacin approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1137
Q9
Is Fluvastatin approved by the FDA and if so when was it?
Yes, 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': ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.791
Q9
Is Fosnetupitant Chloride Hydrochloride approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1744
Q9
Is Adriforant approved by the FDA and if so when was it?
No, 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...
[{'UUID': 'DrugGeneTargets_v2_1729', 'drugName': 'Adriforant', 'tradeNames_string': '', 'drugSynonyms_string': 'Adriforant, NVP-ZPL389-NX, PF-03893787, PF-3893787, Pf-03893787, ZPL-389, ZPL-389-NX, ZPL-3893787, ZPL389-NX', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.495
Q9
Is Hydrocortisone Hemisuccinate approved by the FDA and if so when was it?
Yes, 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}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.157
Q9
Is Rosiglitazone approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.970
Q9
Is Netupitant approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.860
Q9
Is Darusentan approved by the FDA and if so when was it?
No, 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...
[{'UUID': 'DrugGeneTargets_v2_4363', 'drugName': 'Darusentan', 'tradeNames_string': '', 'drugSynonyms_string': 'Darusentan, HMR-4005, LU-135252, Lu-135252', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_4364', 'drugName': 'Darusentan', 'tradeNames_string': ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1325
Q9
Is Crisaborole approved by the FDA and if so when was it?
Yes, 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}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.632
Q9
Is Difamilast approved by the FDA and if so when was it?
No, 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...
[{'UUID': 'DrugGeneTargets_v2_4073', 'drugName': 'Difamilast', 'tradeNames_string': '', 'drugSynonyms_string': 'Difamilast, OPA-15406', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.692
Q9
Is Eltrombopag approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1562
Q9
Is Olopatadine approved by the FDA and if so when was it?
Yes, 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)...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.575
Q9
Is Phenoxybenzamine Hydrochloride approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1909
Q9
Is Chlorzoxazone approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.18
Q9
Is Futibatinib approved by the FDA and if so when was it?
Yes, 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}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.130
Q9
Is Olopatadine Hydrochloride approved by the FDA and if so when was it?
Yes, 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)...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1361
Q9
Is Pregabalin approved by the FDA and if so when was it?
Yes, 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...
general
Distinct, Similarity Search, Order By
Approval Status