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.1495
Q9
Is Trihexyphenidyl Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Trihexyphenidyl Hydrochloride was first FDA approved for use in 1949.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%trihexyphenidyl hydrochloride%" OR LOWER(tradeNames_string) LIKE "%trihex...
[{'UUID': 'DrugGeneTargets_v2_6050', 'drugName': 'Trihexyphenidyl Hydrochloride', 'tradeNames_string': 'Agitane, Artane, Bentex, Broflex, Tremin, Trihexyphenidyl hydrochloride', 'drugSynonyms_string': 'Aparkane, Benzhexol, Benzhexol hydrochloride, Cyclodol, Cyclodolum, NSC-757357, Parcopane, Romparkin, Sedrina, Trihexy...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.335
Q9
Is Fentanyl Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Fentanyl Hydrochloride 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 "%fentanyl hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fentanyl hydr...
[{'UUID': 'DrugGeneTargets_v2_3916', 'drugName': 'Fentanyl Hydrochloride', 'tradeNames_string': 'Ionsys', 'drugSynonyms_string': 'Fentanyl hcl, Fentanyl hydrochloride', 'yearOfFirstApproval': 2006, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.975
Q9
Is Odronextamab approved by the FDA and if so when was it?
No, the drug Odronextamab 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 "%odronextamab%" OR LOWER(tradeNames_string) LIKE "%odronextamab%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_1602', 'drugName': 'Odronextamab', 'tradeNames_string': '', 'drugSynonyms_string': 'Odronextamab, REGN-1979, REGN1979, Regn-1979, Regn1979', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_1603', 'drugName': 'Odronextamab', 'trad...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.197
Q9
Is Pipecuronium approved by the FDA and if so when was it?
Yes, the drug Pipecuronium 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 "%pipecuronium%" OR LOWER(tradeNames_string) LIKE "%pipecuronium%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_544', 'drugName': 'Pipecuronium', 'tradeNames_string': '', 'drugSynonyms_string': 'Pipecuronium', 'yearOfFirstApproval': 1990, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_5171', 'drugName': 'Pipecuronium Bromide', 'tradeNames_string': 'Arduan', 'drugSy...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.520
Q9
Is Galcanezumab approved by the FDA and if so when was it?
Yes, the drug Galcanezumab 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 "%galcanezumab%" OR LOWER(tradeNames_string) LIKE "%galcanezumab%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_1901', 'drugName': 'Galcanezumab', 'tradeNames_string': 'Emgality', 'drugSynonyms_string': 'Galcanezumab, Galcanezumab gnlm, Galcanezumab-gnlm, LY-2951742, LY2951742', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.459
Q9
Is Rilotumumab approved by the FDA and if so when was it?
No, the drug Rilotumumab 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 "%rilotumumab%" OR LOWER(tradeNames_string) LIKE "%rilotumumab%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_1237', 'drugName': 'Rilotumumab', 'tradeNames_string': '', 'drugSynonyms_string': 'AMG 102, AMG-102, Rilotumumab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1714
Q9
Is Histrelin Acetate approved by the FDA and if so when was it?
Yes, the drug Histrelin Acetate 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 "%histrelin acetate%" OR LOWER(tradeNames_string) LIKE "%histrelin acetate%...
[{'UUID': 'DrugGeneTargets_v2_3420', 'drugName': 'Histrelin Acetate', 'tradeNames_string': 'Supprelin, Supprelin la, Vantas', 'drugSynonyms_string': 'Histrelin acetate', 'yearOfFirstApproval': 1991, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.326
Q9
Is Tisotumab Vedotin approved by the FDA and if so when was it?
Yes, the drug Tisotumab Vedotin 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 "%tisotumab vedotin%" OR LOWER(tradeNames_string) LIKE "%tisotumab vedotin%...
[{'UUID': 'DrugGeneTargets_v2_4157', 'drugName': 'Tisotumab Vedotin', 'tradeNames_string': 'Tivdak', 'drugSynonyms_string': 'GCT1015-04, HuMax-TF-ADC, IGG1-1015-011-1006, TF-011-MMAE, Tisotumab vedotin, Tisotumab vedotin tftv, Tisotumab vedotin-tftv', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsAppr...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1323
Q9
Is Lorediplon approved by the FDA and if so when was it?
No, the drug Lorediplon 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 "%lorediplon%" OR LOWER(tradeNames_string) LIKE "%lorediplon%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5767', 'drugName': 'Lorediplon', 'tradeNames_string': '', 'drugSynonyms_string': 'Gf-015535-00, Lorediplon', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': -1, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.269
Q9
Is Chlorotrianisene approved by the FDA and if so when was it?
Yes, the drug Chlorotrianisene 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 "%chlorotrianisene%" OR LOWER(tradeNames_string) LIKE "%chlorotrianisene%" ...
[{'UUID': 'DrugGeneTargets_v2_3631', 'drugName': 'Chlorotrianisene', 'tradeNames_string': 'Chlorotrianisene, Tace', 'drugSynonyms_string': 'Chlorotrianisene, Chlortrianisestrol, NSC-10108, Trianisestrol', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.799
Q9
Is Treprostinil Diolamine approved by the FDA and if so when was it?
Yes, the drug Treprostinil Diolamine 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 "%treprostinil diolamine%" OR LOWER(tradeNames_string) LIKE "%treprostinil ...
[{'UUID': 'DrugGeneTargets_v2_2433', 'drugName': 'Treprostinil Diolamine', 'tradeNames_string': 'Orenitram, Ut-15c', 'drugSynonyms_string': 'Treprostinil diethanolamine, Treprostinil diolamin, Treprostinil diolamine, UT-15C', 'yearOfFirstApproval': 2013, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1432
Q9
Is Tramadol approved by the FDA and if so when was it?
Yes, the drug Tramadol 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 "%tramadol%" OR LOWER(tradeNames_string) LIKE "%tramadol%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_5530', 'drugName': 'Tramadol', 'tradeNames_string': '', 'drugSynonyms_string': 'Amanda, CG-315E, E-265, ETS-6103, ETS6103, Tramadol, U-26255A, Ultracet, Ultram', 'yearOfFirstApproval': 1995, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3268', 'drugName'...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.70
Q9
Is Ketoprofen approved by the FDA and if so when was it?
Yes, the drug Ketoprofen 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 "%ketoprofen%" OR LOWER(tradeNames_string) LIKE "%ketoprofen%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5314', 'drugName': 'Dexketoprofen', 'tradeNames_string': 'Keral', 'drugSynonyms_string': '(s)-ketoprofen, Arveles, Dexketoprofen, Ketoprofen, (s)-', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_5877', 'drugName': 'Ketoprofen', ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.938
Q9
Is Pseudoephedrine Polistirex approved by the FDA and if so when was it?
Yes, the drug Pseudoephedrine Polistirex 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 "%pseudoephedrine polistirex%" OR LOWER(tradeNames_string) LIKE "%pseudoeph...
[{'UUID': 'DrugGeneTargets_v2_5086', 'drugName': 'Pseudoephedrine', 'tradeNames_string': '', 'drugSynonyms_string': 'Acunaso, Isoephedrine, d-, Neodurasina, Pseudoephedrine, Pseudoephedrine polistirex', 'yearOfFirstApproval': 1963, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2493',...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1447
Q9
Is Cenobamate approved by the FDA and if so when was it?
Yes, the drug Cenobamate 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 "%cenobamate%" OR LOWER(tradeNames_string) LIKE "%cenobamate%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_2508', 'drugName': 'Cenobamate', 'tradeNames_string': 'Xcopri', 'drugSynonyms_string': 'Cenobamate, YKP-3089, YKP3089', 'yearOfFirstApproval': 2020, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2509', 'drugName': 'Cenobamate', 'tradeNames_string': 'Xcop...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1782
Q9
Is Andolast approved by the FDA and if so when was it?
No, the drug Andolast 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 "%andolast%" OR LOWER(tradeNames_string) LIKE "%andolast%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_5782', 'drugName': 'Andolast', 'tradeNames_string': '', 'drugSynonyms_string': 'Andolast, Cr2039', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.468
Q9
Is Perindopril approved by the FDA and if so when was it?
Yes, the drug Perindopril 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 "%perindopril%" OR LOWER(tradeNames_string) LIKE "%perindopril%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_252', 'drugName': 'Perindopril', 'tradeNames_string': '', 'drugSynonyms_string': 'MCN-A-2833, Perindopril, S-9490', 'yearOfFirstApproval': 1993, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_1718', 'drugName': 'Perindopril Erbumine', 'tradeNames_string':...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1396
Q9
Is Troxacitabine approved by the FDA and if so when was it?
No, the drug Troxacitabine 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 "%troxacitabine%" OR LOWER(tradeNames_string) LIKE "%troxacitabine%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_5766', 'drugName': 'Troxacitabine', 'tradeNames_string': '', 'drugSynonyms_string': '(-)-ODDC, BCH-4556, Lamivudine impurity i, Lamivudine impurity i rs, Troxacitabine, Troxatyl', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1614
Q9
Is Methsuximide approved by the FDA and if so when was it?
Yes, the drug Methsuximide 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 "%methsuximide%" OR LOWER(tradeNames_string) LIKE "%methsuximide%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_4085', 'drugName': 'Methsuximide', 'tradeNames_string': 'Celontin', 'drugSynonyms_string': 'Mesuximide, Methsuximide, NSC-760075', 'yearOfFirstApproval': 1957, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.549
Q9
Is Prs-211375 approved by the FDA and if so when was it?
No, the drug Prs-211375 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 "%prs-211375%" OR LOWER(tradeNames_string) LIKE "%prs-211375%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5005', 'drugName': 'Prs-211375', 'tradeNames_string': '', 'drugSynonyms_string': 'Cannabinor, Cannabinor, (-)-, PRS-211,375, Prs-211375', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.538
Q9
Is Estrone Sulfuric Acid approved by the FDA and if so when was it?
Yes, the drug Estrone Sulfuric Acid was first FDA approved for use in 1977.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%estrone sulfuric acid%" OR LOWER(tradeNames_string) LIKE "%estrone sulfur...
[{'UUID': 'DrugGeneTargets_v2_2018', 'drugName': 'Estrone Sulfuric Acid', 'tradeNames_string': '', 'drugSynonyms_string': 'Estrone Sulphate', 'yearOfFirstApproval': 1977, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1230
Q9
Is Methohexital Sodium approved by the FDA and if so when was it?
Yes, the drug Methohexital Sodium 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 sodium%" OR LOWER(tradeNames_string) LIKE "%methohexital sod...
[{'UUID': 'DrugGeneTargets_v2_4143', 'drugName': 'Methohexital Sodium', 'tradeNames_string': 'Brevimytal, Brevital, Brevital sodium, Brietal, Brietal sod, Methohexitone', 'drugSynonyms_string': 'Enallynymal sodium, Methohexital sodium, Methohexital sodium salt, Sodium methohexital', 'yearOfFirstApproval': 1960, 'maxCli...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.957
Q9
Is Pavinetant approved by the FDA and if so when was it?
No, the drug Pavinetant 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 "%pavinetant%" OR LOWER(tradeNames_string) LIKE "%pavinetant%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_3855', 'drugName': 'Pavinetant', 'tradeNames_string': '', 'drugSynonyms_string': 'AZ-12472520, AZ12472520, AZ124752520, AZ4901, AZD-4901, AZD2624, AZD4901, Azd 2624, Azd 4901, Azd-2624, Azd2624, MLE-4901, MLE4901, Pavinetant', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsAp...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1635
Q9
Is Etilevodopa approved by the FDA and if so when was it?
No, the drug Etilevodopa 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 "%etilevodopa%" OR LOWER(tradeNames_string) LIKE "%etilevodopa%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_3987', 'drugName': 'Etilevodopa', 'tradeNames_string': '', 'drugSynonyms_string': 'Etilevodopa, L-dopa ethyl ester, TV-1203', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1418
Q9
Is Betaxolol approved by the FDA and if so when was it?
Yes, the drug Betaxolol was first FDA approved for use in 1985.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%betaxolol%" OR LOWER(tradeNames_string) LIKE "%betaxolol%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_694', 'drugName': 'Betaxolol', 'tradeNames_string': 'Betoptic, Betoptic susp', 'drugSynonyms_string': 'ALO-140102 FREE BASE, Betaxolol, Betoptic, Kerledex, Kerlone, SL-7521210 FREE BASE', 'yearOfFirstApproval': 1985, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTa...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.422
Q9
Is Rescinnamine approved by the FDA and if so when was it?
Yes, the drug Rescinnamine 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 "%rescinnamine%" OR LOWER(tradeNames_string) LIKE "%rescinnamine%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_4945', 'drugName': 'Rescinnamine', 'tradeNames_string': 'Cinnasil, Moderil', 'drugSynonyms_string': 'Apoterin s, Cartric, Cinnaloid, NSC-15628, Rescinnamine, Rescisan, Resealoid, Reserpinine, Scinnamina, Tsuruselpi s', 'yearOfFirstApproval': 1956, 'maxClinicalTrialPhase': 4, 'drugIsApprove...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1935
Q9
Is Hydrocortisone Valerate approved by the FDA and if so when was it?
Yes, the drug Hydrocortisone Valerate 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 "%hydrocortisone valerate%" OR LOWER(tradeNames_string) LIKE "%hydrocortiso...
[{'UUID': 'DrugGeneTargets_v2_1914', 'drugName': 'Hydrocortisone Valerate', 'tradeNames_string': 'Hydrocortisone valerate, Westcort', 'drugSynonyms_string': 'Cortisol 17-valerate, Hydrocortisone 17-valerate, Hydrocortisone valerate, NSC-759133', 'yearOfFirstApproval': 1978, 'maxClinicalTrialPhase': 4, 'drugIsApproved':...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1532
Q9
Is Lamotrigine approved by the FDA and if so when was it?
Yes, the drug Lamotrigine 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 "%lamotrigine%" OR LOWER(tradeNames_string) LIKE "%lamotrigine%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_5462', 'drugName': 'Lamotrigine', 'tradeNames_string': 'Lamictal, Lamictal cd, Lamictal odt, Lamictal xr, Lamotrigine', 'drugSynonyms_string': 'BW 430C, BW-430C, Lamotrigine, NSC-759171', 'yearOfFirstApproval': 1994, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1580
Q9
Is S-222611 approved by the FDA and if so when was it?
No, the drug S-222611 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 "%s-222611%" OR LOWER(tradeNames_string) LIKE "%s-222611%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_2712', 'drugName': 'S-222611', 'tradeNames_string': '', 'drugSynonyms_string': 'S-222611', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_2713', 'drugName': 'S-222611', 'tradeNames_string': '', 'drugSynonyms_string': 'S-222611',...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1659
Q9
Is Amantadine approved by the FDA and if so when was it?
Yes, the drug Amantadine was first FDA approved for use in 1968.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%amantadine%" OR LOWER(tradeNames_string) LIKE "%amantadine%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_4207', 'drugName': 'Amantadine', 'tradeNames_string': '', 'drugSynonyms_string': 'Amantadine, Amantidine, NSC-341865, Symadine, Symmetrel, TCMDC-125869', 'yearOfFirstApproval': 1968, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4206', 'drugName': 'Amant...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1116
Q9
Is Ponatinib Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Ponatinib Hydrochloride 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 "%ponatinib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ponatinib hy...
[{'UUID': 'DrugGeneTargets_v2_6150', 'drugName': 'Ponatinib Hydrochloride', 'tradeNames_string': 'Iclusig', 'drugSynonyms_string': 'AP-24534 HCL, AP24534 HCL, Ponatinib hydrochloride', 'yearOfFirstApproval': 2012, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.722
Q9
Is Idasanutlin approved by the FDA and if so when was it?
No, the drug Idasanutlin 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 "%idasanutlin%" OR LOWER(tradeNames_string) LIKE "%idasanutlin%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_3191', 'drugName': 'Idasanutlin', 'tradeNames_string': '', 'drugSynonyms_string': 'Idasanutlin, RG-7388, RG7388, RO-5503781, RO5503781', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1247
Q9
Is Naloxegol Oxalate approved by the FDA and if so when was it?
Yes, the drug Naloxegol Oxalate 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 "%naloxegol oxalate%" OR LOWER(tradeNames_string) LIKE "%naloxegol oxalate%...
[{'UUID': 'DrugGeneTargets_v2_264', 'drugName': 'Naloxegol Oxalate', 'tradeNames_string': 'Movantik', 'drugSynonyms_string': 'AZ13337019 oxalate, NKTR-118 oxalate, Naloxegol oxalate', 'yearOfFirstApproval': 2014, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1236
Q9
Is Tafluprost approved by the FDA and if so when was it?
Yes, the drug Tafluprost 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 "%tafluprost%" OR LOWER(tradeNames_string) LIKE "%tafluprost%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_4212', 'drugName': 'Tafluprost', 'tradeNames_string': 'Saflutan, Zioptan', 'drugSynonyms_string': 'AFP-168, MK-2452, Tafluprost', 'yearOfFirstApproval': 2012, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1076
Q9
Is Rimexolone approved by the FDA and if so when was it?
Yes, the drug Rimexolone 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 "%rimexolone%" OR LOWER(tradeNames_string) LIKE "%rimexolone%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5317', 'drugName': 'Rimexolone', 'tradeNames_string': 'Vexol', 'drugSynonyms_string': 'ORG 6216, ORG-6216, Rimexolon, Rimexolone', 'yearOfFirstApproval': 1994, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1907
Q9
Is Patidegib approved by the FDA and if so when was it?
No, the drug Patidegib 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 "%patidegib%" OR LOWER(tradeNames_string) LIKE "%patidegib%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_6104', 'drugName': 'Patidegib', 'tradeNames_string': '', 'drugSynonyms_string': 'FIN-5, IP-9, IP9 FREE BASE, IPI 926, IPI-926, IPI-926 FREE BASE, Ipi-926, Patidegib, Saridegib', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.264
Q9
Is Vatelizumab approved by the FDA and if so when was it?
No, the drug Vatelizumab 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 "%vatelizumab%" OR LOWER(tradeNames_string) LIKE "%vatelizumab%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_4470', 'drugName': 'Vatelizumab', 'tradeNames_string': '', 'drugSynonyms_string': 'GBR 500, GBR-500, SAR-339658, SAR339658, Vatelizumab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1437
Q9
Is Follitropin Alfa approved by the FDA and if so when was it?
Yes, the drug Follitropin Alfa 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 "%follitropin alfa%" OR LOWER(tradeNames_string) LIKE "%follitropin alfa%" ...
[{'UUID': 'DrugGeneTargets_v2_2306', 'drugName': 'Corifollitropin Alfa', 'tradeNames_string': 'Elonva', 'drugSynonyms_string': 'Corifollitropin alfa, MK-8962, ORG 36286, ORG-36286, SCH 900962, SCH-900962', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_206', ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1339
Q9
Is Iloprost approved by the FDA and if so when was it?
Yes, the drug Iloprost 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 "%iloprost%" OR LOWER(tradeNames_string) LIKE "%iloprost%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_1577', 'drugName': 'Iloprost', 'tradeNames_string': 'Ventavis', 'drugSynonyms_string': 'Ciloprost, Endoprost, Ilomedin, Iloprost, ZK 00036374, ZK-00036374, ZK-36374', 'yearOfFirstApproval': 2004, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.243
Q9
Is Cemiplimab approved by the FDA and if so when was it?
Yes, the drug Cemiplimab 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 "%cemiplimab%" OR LOWER(tradeNames_string) LIKE "%cemiplimab%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_4032', 'drugName': 'Cemiplimab', 'tradeNames_string': 'Libtayo', 'drugSynonyms_string': 'Cemiplimab, Cemiplimab rwlc, Cemiplimab-rwlc, REGN-2810, REGN2810, Regn2810', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1010
Q9
Is Saralasin approved by the FDA and if so when was it?
Yes, the drug Saralasin 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 "%saralasin%" OR LOWER(tradeNames_string) LIKE "%saralasin%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_3720', 'drugName': 'Saralasin', 'tradeNames_string': '', 'drugSynonyms_string': '1-sar-8-ala-angiotensin ii, Sar-arg-val-tyr-val-his-pro-ala, Saralasin', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4566', 'drugName': 'Saral...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.685
Q9
Is Medi-8968 approved by the FDA and if so when was it?
No, the drug Medi-8968 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 "%medi-8968%" OR LOWER(tradeNames_string) LIKE "%medi-8968%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_2001', 'drugName': 'Medi-8968', 'tradeNames_string': '', 'drugSynonyms_string': 'MEDI-8968, Medi-8968', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1268
Q9
Is Larotrectinib Sulfate approved by the FDA and if so when was it?
Yes, the drug Larotrectinib Sulfate 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 "%larotrectinib sulfate%" OR LOWER(tradeNames_string) LIKE "%larotrectinib ...
[{'UUID': 'DrugGeneTargets_v2_3998', 'drugName': 'Larotrectinib Sulfate', 'tradeNames_string': 'Vitrakvi', 'drugSynonyms_string': 'ARRY-470 SULFATE, LOXO-101 sulfate, Larotrectinib sulfate', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1475
Q9
Is Phenylephrine Bitartrate approved by the FDA and if so when was it?
Yes, the drug Phenylephrine Bitartrate 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 "%phenylephrine bitartrate%" OR LOWER(tradeNames_string) LIKE "%phenylephri...
[{'UUID': 'DrugGeneTargets_v2_2414', 'drugName': 'Phenylephrine Bitartrate', 'tradeNames_string': '', 'drugSynonyms_string': 'Phenylephrine acid tartrate, Phenylephrine bitartrate, Phenylephrine hydrogen tartrate', 'yearOfFirstApproval': 1973, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1502
Q9
Is Monobenzone approved by the FDA and if so when was it?
Yes, the drug Monobenzone 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 "%monobenzone%" OR LOWER(tradeNames_string) LIKE "%monobenzone%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_3683', 'drugName': 'Monobenzone', 'tradeNames_string': 'Benoquin', 'drugSynonyms_string': 'Monobenzone, Monobenzyl ether of hydroquinone, NSC-2132, P-(benzyloxy)phenol, P-benzyloxyphenol', 'yearOfFirstApproval': 1952, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.370
Q9
Is Sincalide approved by the FDA and if so when was it?
Yes, the drug Sincalide 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 "%sincalide%" OR LOWER(tradeNames_string) LIKE "%sincalide%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_2693', 'drugName': 'Sincalide', 'tradeNames_string': 'Kinevac', 'drugSynonyms_string': 'Cck c-terminal octapeptide, Cck-8, Cholecystokinin, Cholecystokinin c-terminal octapeptide, Pancreozymin, SQ 19844, SQ-19844, Sincalide', 'yearOfFirstApproval': 1976, 'maxClinicalTrialPhase': 4, 'drugIs...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1009
Q9
Is Magrolimab approved by the FDA and if so when was it?
No, the drug Magrolimab 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 "%magrolimab%" OR LOWER(tradeNames_string) LIKE "%magrolimab%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_4258', 'drugName': 'Magrolimab', 'tradeNames_string': '', 'drugSynonyms_string': 'Hu5F9-G4, Hu5f9 g4, Hu5f9-g4, Magrolimab', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1239
Q9
Is Mycophenolate Mofetil Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Mycophenolate Mofetil Hydrochloride 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 "%mycophenolate mofetil hydrochloride%" OR LOWER(tradeNames_string) LIKE "%...
[{'UUID': 'DrugGeneTargets_v2_4489', 'drugName': 'Mycophenolate Mofetil Hydrochloride', 'tradeNames_string': 'Cellcept, Mycophenolate mofetil hydrochloride', 'drugSynonyms_string': 'Mycophenolate mofetil hcl, Mycophenolate mofetil hydrochloride, RS-61443-190', 'yearOfFirstApproval': 1998, 'maxClinicalTrialPhase': 4, 'd...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.595
Q9
Is Dazodalibep approved by the FDA and if so when was it?
No, the drug Dazodalibep 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 "%dazodalibep%" OR LOWER(tradeNames_string) LIKE "%dazodalibep%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_4887', 'drugName': 'Dazodalibep', 'tradeNames_string': '', 'drugSynonyms_string': 'Dazodalibep, MEDI-4920, MEDI4920, Medi 4920, VIB-4920, VIB4920, Vib4920', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.728
Q9
Is Belinostat approved by the FDA and if so when was it?
Yes, the drug Belinostat 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 "%belinostat%" OR LOWER(tradeNames_string) LIKE "%belinostat%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_1601', 'drugName': 'Belinostat', 'tradeNames_string': 'Beleodaq', 'drugSynonyms_string': 'Belinostat, NSC-726630, NSC726630, PX-105684, PXD-101, PXD101', 'yearOfFirstApproval': 2014, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.486
Q9
Is Voclosporin approved by the FDA and if so when was it?
Yes, the drug Voclosporin 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 "%voclosporin%" OR LOWER(tradeNames_string) LIKE "%voclosporin%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_3543', 'drugName': 'Voclosporin', 'tradeNames_string': 'Lupkynis', 'drugSynonyms_string': 'ISA-247, ISA247, ISATX-247, ISATX247, LX-211, LX211, Voclosporin', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.573
Q9
Is Metolazone approved by the FDA and if so when was it?
Yes, the drug Metolazone 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 "%metolazone%" OR LOWER(tradeNames_string) LIKE "%metolazone%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_4829', 'drugName': 'Metolazone', 'tradeNames_string': 'Diulo, Metenix, Metolazone, Mykrox, Xuret, Zaroxolyn', 'drugSynonyms_string': 'Metazoline, Metolazone, Metozalone, NSC-759581, Normelan, Oldren, SR 720-22, SR-720-22', 'yearOfFirstApproval': 1973, 'maxClinicalTrialPhase': 4, 'drugIsApp...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.74
Q9
Is Hydroflumethiazide approved by the FDA and if so when was it?
Yes, the drug Hydroflumethiazide 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 "%hydroflumethiazide%" OR LOWER(tradeNames_string) LIKE "%hydroflumethiazid...
[{'UUID': 'DrugGeneTargets_v2_2023', 'drugName': 'Hydroflumethiazide', 'tradeNames_string': 'Diucardin, Hydrenox, Hydroflumethiazide, Saluron', 'drugSynonyms_string': 'Hydroflumethiazide, NSC-44627', 'yearOfFirstApproval': 1959, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.635
Q9
Is Phenylephrine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Phenylephrine Hydrochloride 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 "%phenylephrine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%phenylep...
[{'UUID': 'DrugGeneTargets_v2_3941', 'drugName': 'Phenylephrine Hydrochloride', 'tradeNames_string': 'Afrin 4 hour nasal spray, Biomydrin, Biorphen, Fenilfar, Fenox, Mydfrin, Nazex, Neo-synephrine, Neosynephrine, Nostril, Nurofen sinus pain relief, Phenylephrine hydrochloride, Prefrin, Vazculep', 'drugSynonyms_string':...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.262
Q9
Is Budigalimab approved by the FDA and if so when was it?
No, the drug Budigalimab 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 "%budigalimab%" OR LOWER(tradeNames_string) LIKE "%budigalimab%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_6333', 'drugName': 'Budigalimab', 'tradeNames_string': '', 'drugSynonyms_string': 'ABBV-181, ABBV181, Abbv-181, Budigalimab, PR-1648817', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.52
Q9
Is Sonidegib approved by the FDA and if so when was it?
Yes, the drug Sonidegib was first FDA approved for use in 2015.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%sonidegib%" OR LOWER(tradeNames_string) LIKE "%sonidegib%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_3128', 'drugName': 'Sonidegib', 'tradeNames_string': '', 'drugSynonyms_string': 'Erismodegib, LDE 225, LDE-225, LDE225, NVP-LDE 225, NVP-LDE-225, NVP-LDE225, Sonidegib', 'yearOfFirstApproval': 2015, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3933', 'd...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.201
Q9
Is Cdx-3379 approved by the FDA and if so when was it?
No, the drug Cdx-3379 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 "%cdx-3379%" OR LOWER(tradeNames_string) LIKE "%cdx-3379%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_1385', 'drugName': 'Cdx-3379', 'tradeNames_string': '', 'drugSynonyms_string': 'CDX-3379, Cdx 3379, Cdx-3379, Cdx3379, KTN-3379, MEDI-3379', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.432
Q9
Is Lecozotan approved by the FDA and if so when was it?
No, the drug Lecozotan 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 "%lecozotan%" OR LOWER(tradeNames_string) LIKE "%lecozotan%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_1643', 'drugName': 'Lecozotan', 'tradeNames_string': '', 'drugSynonyms_string': 'Lecozotan', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_6152', 'drugName': 'Lecozotan Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_str...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1563
Q9
Is Obeticholic Acid approved by the FDA and if so when was it?
Yes, the drug Obeticholic Acid 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 "%obeticholic acid%" OR LOWER(tradeNames_string) LIKE "%obeticholic acid%" ...
[{'UUID': 'DrugGeneTargets_v2_3863', 'drugName': 'Obeticholic Acid', 'tradeNames_string': 'Ocaliva', 'drugSynonyms_string': '6-ecdca, 6-ethylchenodeoxycholic acid, DSP-1747, INT-747, Obeticholic acid', 'yearOfFirstApproval': 2016, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.336
Q9
Is Mbx-2044 approved by the FDA and if so when was it?
No, the drug Mbx-2044 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 "%mbx-2044%" OR LOWER(tradeNames_string) LIKE "%mbx-2044%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_5830', 'drugName': 'Mbx-2044', 'tradeNames_string': '', 'drugSynonyms_string': 'Mbx-2044', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1557
Q9
Is Bms-582949 approved by the FDA and if so when was it?
No, the drug Bms-582949 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-582949%" OR LOWER(tradeNames_string) LIKE "%bms-582949%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_673', 'drugName': 'Bms-582949', 'tradeNames_string': '', 'drugSynonyms_string': 'BMS-582949, Bms 582949, Bms-582949, PS-540446, Ps-540446', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1539
Q9
Is Chlorpromazine approved by the FDA and if so when was it?
Yes, the drug Chlorpromazine 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 "%chlorpromazine%" OR LOWER(tradeNames_string) LIKE "%chlorpromazine%" OR L...
[{'UUID': 'DrugGeneTargets_v2_2783', 'drugName': 'Chlorpromazine Hydrochloride', 'tradeNames_string': 'Chloractil, Chlorazine, Chlorpromazine hydrochloride, Chlorpromazine hydrochloride intensol, Largactil, Largactil fte, Promapar, Rimazine, Sonazine, Thorazine', 'drugSynonyms_string': 'Chlorpromazine HCl, Chlorpromazi...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.426
Q9
Is Alvespimycin approved by the FDA and if so when was it?
No, the drug Alvespimycin 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 "%alvespimycin%" OR LOWER(tradeNames_string) LIKE "%alvespimycin%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_5099', 'drugName': 'Alvespimycin', 'tradeNames_string': '', 'drugSynonyms_string': 'Alvespimycin, NSC-707545', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.637
Q9
Is Vatiquinone approved by the FDA and if so when was it?
No, the drug Vatiquinone 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 "%vatiquinone%" OR LOWER(tradeNames_string) LIKE "%vatiquinone%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_2788', 'drugName': 'Vatiquinone', 'tradeNames_string': '', 'drugSynonyms_string': '(R)-Alpha-Tocotrienol Quinone, .alpha.-tocotrienol quinone, Alpha tocotrienol quinone, Alpha-tocotrienol quinone, EPI-743, Vatiquinone', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved'...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.941
Q9
Is Plovamer Acetate approved by the FDA and if so when was it?
No, the drug Plovamer Acetate 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 "%plovamer acetate%" OR LOWER(tradeNames_string) LIKE "%plovamer acetate%" ...
[{'UUID': 'DrugGeneTargets_v2_5057', 'drugName': 'Plovamer Acetate', 'tradeNames_string': '', 'drugSynonyms_string': 'CO-14, PI-2301, Pi-2301 acetate, Plovamer acetate', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.993
Q9
Is Dexmedetomidine approved by the FDA and if so when was it?
Yes, the drug Dexmedetomidine 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 "%dexmedetomidine%" OR LOWER(tradeNames_string) LIKE "%dexmedetomidine%" OR...
[{'UUID': 'DrugGeneTargets_v2_1779', 'drugName': 'Dexmedetomidine', 'tradeNames_string': 'Precedex', 'drugSynonyms_string': 'Dexmedetomidine, MPV-1440, Medetomidine, (s)-', 'yearOfFirstApproval': 1999, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_6083', 'drugName': 'Dexmedetomidine ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.868
Q9
Is Avoralstat approved by the FDA and if so when was it?
No, the drug Avoralstat 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 "%avoralstat%" OR LOWER(tradeNames_string) LIKE "%avoralstat%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_1318', 'drugName': 'Avoralstat', 'tradeNames_string': '', 'drugSynonyms_string': 'Avoralstat, BCX-4161', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1951
Q9
Is Levomilnacipran Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Levomilnacipran Hydrochloride 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 "%levomilnacipran hydrochloride%" OR LOWER(tradeNames_string) LIKE "%levomi...
[{'UUID': 'DrugGeneTargets_v2_5567', 'drugName': 'Levomilnacipran Hydrochloride', 'tradeNames_string': 'Fetzima', 'drugSynonyms_string': '(1s,2r)-milnacipran hydrochloride, F 2695 HYDROCHLORIDE, F-2695 HYDROCHLORIDE, F2695, F2695 HYDROCHLORIDE, Levomilnacipran hydrochloride', 'yearOfFirstApproval': 2013, 'maxClinicalTr...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.558
Q9
Is Mapatumumab approved by the FDA and if so when was it?
No, the drug Mapatumumab 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 "%mapatumumab%" OR LOWER(tradeNames_string) LIKE "%mapatumumab%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_5538', 'drugName': 'Mapatumumab', 'tradeNames_string': '', 'drugSynonyms_string': 'HGS-1012, HGS-ETR1, HGS1012, Mapatumumab, TRAIL-R 1MAB, TRAIL-R1 MAB, TRM-1, TRM-1 HGS-ETR1', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 2, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.433
Q9
Is Secobarbital approved by the FDA and if so when was it?
Yes, the drug Secobarbital 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 "%secobarbital%" OR LOWER(tradeNames_string) LIKE "%secobarbital%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_5547', 'drugName': 'Secobarbital', 'tradeNames_string': 'Seconal', 'drugSynonyms_string': '(rs)-secobarbital, Evronal, Hypotrol, Immenox, Meballymal, Quinalbarbital, Secobarbital, Secobarbital cii, Secobarbital sodium free acid, Secobarbitone, Somatarax', 'yearOfFirstApproval': 1950, 'maxC...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1777
Q9
Is Ethotoin approved by the FDA and if so when was it?
Yes, the drug Ethotoin 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 "%ethotoin%" OR LOWER(tradeNames_string) LIKE "%ethotoin%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_2992', 'drugName': 'Ethotoin', 'tradeNames_string': 'Peganone', 'drugSynonyms_string': 'Accenon, Ethotoin, NSC-760074', 'yearOfFirstApproval': 1957, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1834
Q9
Is Tas-115 approved by the FDA and if so when was it?
No, the drug Tas-115 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 "%tas-115%" OR LOWER(tradeNames_string) LIKE "%tas-115%" OR LOWER(drugSynon...
[{'UUID': 'DrugGeneTargets_v2_532', 'drugName': 'Tas-115', 'tradeNames_string': '', 'drugSynonyms_string': 'Pamufetinib, Tas-115', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_533', 'drugName': 'Tas-115', 'tradeNames_string': '', 'drugSynonyms_string': 'Pa...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1977
Q9
Is Technetium Succimer approved by the FDA and if so when was it?
Yes, the drug Technetium Succimer 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 "%technetium succimer%" OR LOWER(tradeNames_string) LIKE "%technetium succi...
[{'UUID': 'DrugGeneTargets_v2_4248', 'drugName': 'Technetium Succimer', 'tradeNames_string': '', 'drugSynonyms_string': '', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1506
Q9
Is Tinzaparin Sodium approved by the FDA and if so when was it?
Yes, the drug Tinzaparin Sodium 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 "%tinzaparin sodium%" OR LOWER(tradeNames_string) LIKE "%tinzaparin sodium%...
[{'UUID': 'DrugGeneTargets_v2_3678', 'drugName': 'Tinzaparin Sodium', 'tradeNames_string': 'Innohep, Logiparin', 'drugSynonyms_string': 'LNH-1, LNH1, Tinzaparin, Tinzaparin na, Tinzaparin sodium, Tinzaparin sodium, porcine', 'yearOfFirstApproval': 2000, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1622
Q9
Is Rosuvastatin Calcium approved by the FDA and if so when was it?
Yes, the drug Rosuvastatin Calcium 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 "%rosuvastatin calcium%" OR LOWER(tradeNames_string) LIKE "%rosuvastatin ca...
[{'UUID': 'DrugGeneTargets_v2_5208', 'drugName': 'Rosuvastatin Calcium', 'tradeNames_string': 'Crestor, Ezallor, Ezallor sprinkle, Rosuvastatin calcium', 'drugSynonyms_string': 'Fortius, NSC-747274, NSC-758930, Rostar, Rosuvastatin (as calcium), Rosuvastatin calcium, Rosuvastatin calcium salt, Rosuvastatin hemicalcium,...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.404
Q9
Is Ibritumomab Tiuxetan approved by the FDA and if so when was it?
Yes, the drug Ibritumomab Tiuxetan 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 "%ibritumomab tiuxetan%" OR LOWER(tradeNames_string) LIKE "%ibritumomab tiu...
[{'UUID': 'DrugGeneTargets_v2_3680', 'drugName': 'Ibritumomab Tiuxetan', 'tradeNames_string': 'Zevalin, Zevalin Kit-Indium-111', 'drugSynonyms_string': 'IDEC-129, IDEC-IN2B8, IDEC-Y2B8, IDEC-Y2B8 IDEC-129, Ibritumomab tiuxetan', 'yearOfFirstApproval': 2002, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': ...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1791
Q9
Is Bupropion Hydrobromide approved by the FDA and if so when was it?
Yes, the drug Bupropion Hydrobromide 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 "%bupropion hydrobromide%" OR LOWER(tradeNames_string) LIKE "%bupropion hyd...
[{'UUID': 'DrugGeneTargets_v2_1806', 'drugName': 'Bupropion Hydrobromide', 'tradeNames_string': 'Aplenzin', 'drugSynonyms_string': 'BVF-033, Bupropion hbr, Bupropion hydrobromide', 'yearOfFirstApproval': 2008, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_1807', 'drugName': 'Bupropio...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.195
Q9
Is Rapacuronium approved by the FDA and if so when was it?
Yes, the drug Rapacuronium 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 "%rapacuronium%" OR LOWER(tradeNames_string) LIKE "%rapacuronium%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_5014', 'drugName': 'Rapacuronium', 'tradeNames_string': '', 'drugSynonyms_string': 'Rapacuronium, Rapacuronium cation, Rapacuronium ion', 'yearOfFirstApproval': 1999, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_5464', 'drugName': 'Rapacuronium Bromide'...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1281
Q9
Is Doxycycline Hyclate approved by the FDA and if so when was it?
Yes, the drug Doxycycline Hyclate 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 "%doxycycline hyclate%" OR LOWER(tradeNames_string) LIKE "%doxycycline hycl...
[{'UUID': 'DrugGeneTargets_v2_2400', 'drugName': 'Doxycycline Hyclate', 'tradeNames_string': 'Acticlate, Acticlate cap, Alodox, Atridox, Cyclodox, Demix 100, Demix 50, Doryx, Doryx mpc, Doxatet, Doxy, Doxy 100, Doxy 200, Doxy-Caps, Doxy-lemmon, Doxychel hyclate, Doxycycline hyclate, Doxylar, Lymepak, Nordox, Periostat,...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1381
Q9
Is Milrinone Lactate approved by the FDA and if so when was it?
Yes, the drug Milrinone Lactate 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 "%milrinone lactate%" OR LOWER(tradeNames_string) LIKE "%milrinone lactate%...
[{'UUID': 'DrugGeneTargets_v2_3912', 'drugName': 'Milrinone Lactate', 'tradeNames_string': 'Milrinone lactate, Primacor', 'drugSynonyms_string': 'Milrinone lactate', 'yearOfFirstApproval': 1987, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.677
Q9
Is Anileridine Phosphate approved by the FDA and if so when was it?
Yes, the drug Anileridine Phosphate 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 "%anileridine phosphate%" OR LOWER(tradeNames_string) LIKE "%anileridine ph...
[{'UUID': 'DrugGeneTargets_v2_4938', 'drugName': 'Anileridine Phosphate', 'tradeNames_string': 'Leritine', 'drugSynonyms_string': 'Anileridine phosphate, Leritine phosphate', 'yearOfFirstApproval': 1982, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_4939', 'drugName': 'Anileridine Ph...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.795
Q9
Is Apixaban approved by the FDA and if so when was it?
Yes, the drug Apixaban 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 "%apixaban%" OR LOWER(tradeNames_string) LIKE "%apixaban%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_4326', 'drugName': 'Apixaban', 'tradeNames_string': 'Eliquis', 'drugSynonyms_string': 'Apixaban, BMS-562247, BMS-562247-01', 'yearOfFirstApproval': 2012, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1463
Q9
Is Reslizumab approved by the FDA and if so when was it?
Yes, the drug Reslizumab 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 "%reslizumab%" OR LOWER(tradeNames_string) LIKE "%reslizumab%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5821', 'drugName': 'Reslizumab', 'tradeNames_string': 'Cinqaero, Cinqair, Cinquil', 'drugSynonyms_string': 'CEP-38072, DCP 835, DCP-835, Reslizumab, SCH 55700, SCH-55700, SCH55700', 'yearOfFirstApproval': 2016, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1457
Q9
Is Rivaroxaban approved by the FDA and if so when was it?
Yes, the drug Rivaroxaban 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 "%rivaroxaban%" OR LOWER(tradeNames_string) LIKE "%rivaroxaban%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_816', 'drugName': 'Rivaroxaban', 'tradeNames_string': 'Xarelto', 'drugSynonyms_string': 'BAY 59-7939, BAY-59-7939, JNJ-39039039, JNJ39039039, Rivaroxaban', 'yearOfFirstApproval': 2011, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.144
Q9
Is Mequinol approved by the FDA and if so when was it?
Yes, the drug Mequinol 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 "%mequinol%" OR LOWER(tradeNames_string) LIKE "%mequinol%" OR LOWER(drugSyn...
[{'UUID': 'DrugGeneTargets_v2_5010', 'drugName': 'Mequinol', 'tradeNames_string': '', 'drugSynonyms_string': '4-hydroxyanisole, 4-methoxyphenol, 4ha, BMS-181158, Hqmme; hydroxyquinone methyl ether, Leucobasal, Leucodine b, Mechinolum, Menthyl anthranilate, Mequinol, NSC-4960, Novo-dermoquinona, P-guaiacol, P-hydroxyani...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1188
Q9
Is Pseudoephedrine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Pseudoephedrine Hydrochloride was first FDA approved for use in 1975.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pseudoephedrine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pseudo...
[{'UUID': 'DrugGeneTargets_v2_151', 'drugName': 'Pseudoephedrine Hydrochloride', 'tradeNames_string': 'Actifed, Contac, Dimotane plus, Dimotane plus l.a., Galpseud, Galpseud plus, Novafed, Otrivine mu-cron, Pseudoephedrine hydrochloride, Pseudophed, Sinutab, Sudafed, Sudafed 12 hour, Sudafed 12 hr decongest, Sudafed 24...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.3
Q9
Is Tivozanib Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Tivozanib Hydrochloride 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 "%tivozanib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%tivozanib hy...
[{'UUID': 'DrugGeneTargets_v2_2104', 'drugName': 'Tivozanib Hydrochloride', 'tradeNames_string': 'Fotivda', 'drugSynonyms_string': 'AV-951, Tivozanib hydrochloride, Tivozanib hydrochloride monohydrate', 'yearOfFirstApproval': 2021, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2105',...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.743
Q9
Is Amantadine Hydrochloride approved by the FDA and if so when was it?
Yes, the drug Amantadine Hydrochloride was first FDA approved for use in 1968.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%amantadine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%amantadine ...
[{'UUID': 'DrugGeneTargets_v2_768', 'drugName': 'Amantadine Hydrochloride', 'tradeNames_string': 'Amantadine hydrochloride, Gocovri, Lysovir, Mantadine, Osmolex er, Symadine, Symmetrel', 'drugSynonyms_string': 'Adamantanamine hydrochloride, Amantadine hcl, Amantadine hydrochloride, EXP-105-1, Mantadix, NSC-83653, Osmol...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1871
Q9
Is Iguratimod approved by the FDA and if so when was it?
No, the drug Iguratimod 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 "%iguratimod%" OR LOWER(tradeNames_string) LIKE "%iguratimod%" OR LOWER(dru...
[{'UUID': 'DrugGeneTargets_v2_5945', 'drugName': 'Iguratimod', 'tradeNames_string': '', 'drugSynonyms_string': 'Careram, Iguratimod, Kolbet, T-614', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_5946', 'drugName': 'Iguratimod', 'tradeNames_string': '', 'dru...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1516
Q9
Is Naproxen Sodium approved by the FDA and if so when was it?
Yes, the drug Naproxen Sodium 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 "%naproxen sodium%" OR LOWER(tradeNames_string) LIKE "%naproxen sodium%" OR...
[{'UUID': 'DrugGeneTargets_v2_5291', 'drugName': 'Naproxen Sodium', 'tradeNames_string': 'Aleve, Anaprox, Anaprox ds, Naprelan, Naproxen sodium, Synflex', 'drugSynonyms_string': 'BAY-117031, BAY117031, BAYH6689, Naproxen sodium, Naproxen sodium anhydrous, Naproxen sodium salt, RS-3650', 'yearOfFirstApproval': 1980, 'ma...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.343
Q9
Is Pwt-33579 approved by the FDA and if so when was it?
No, the drug Pwt-33579 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 "%pwt-33579%" OR LOWER(tradeNames_string) LIKE "%pwt-33579%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_5396', 'drugName': 'Pwt-33579', 'tradeNames_string': '', 'drugSynonyms_string': 'Pwt-33579', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_5397', 'drugName': 'Pwt-33579', 'tradeNames_string': '', 'drugSynonyms_string': 'Pwt-335...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.626
Q9
Is Rilmenidine approved by the FDA and if so when was it?
No, the drug Rilmenidine 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 "%rilmenidine%" OR LOWER(tradeNames_string) LIKE "%rilmenidine%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_3253', 'drugName': 'Rilmenidine', 'tradeNames_string': '', 'drugSynonyms_string': 'Hyperium, Rilmenidine', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.484
Q9
Is Histamine approved by the FDA and if so when was it?
Yes, the drug Histamine was first FDA approved for use in 1939.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string, yearOfFirstApproval, maxClinicalTrialPhase, drugIsApproved FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%histamine%" OR LOWER(tradeNames_string) LIKE "%histamine%" OR LOWER(drugS...
[{'UUID': 'DrugGeneTargets_v2_2616', 'drugName': 'Histamine', 'tradeNames_string': '', 'drugSynonyms_string': '.beta.-aminoethylglyoxaline, Ergamine, Ergotidine, Histamine, NSC-33792', 'yearOfFirstApproval': 1939, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_2637', 'drugName': 'Terf...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.532
Q9
Is Ulimorelin Hydrochloride approved by the FDA and if so when was it?
No, the drug Ulimorelin Hydrochloride 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 "%ulimorelin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ulimorelin ...
[{'UUID': 'DrugGeneTargets_v2_2076', 'drugName': 'Ulimorelin Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_string': 'TZP-101, Ulimorelin hydrochloride, Ulimorelin hydrochloride monohydrate', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 3, 'drugIsApproved': False}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.268
Q9
Is Difluprednate approved by the FDA and if so when was it?
Yes, the drug Difluprednate 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 "%difluprednate%" OR LOWER(tradeNames_string) LIKE "%difluprednate%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_207', 'drugName': 'Difluprednate', 'tradeNames_string': 'Durezol', 'drugSynonyms_string': 'Difluprednate, W 6309, W-6309', 'yearOfFirstApproval': 2008, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.1390
Q9
Is Vinorelbine Tartrate approved by the FDA and if so when was it?
Yes, the drug Vinorelbine Tartrate 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 "%vinorelbine tartrate%" OR LOWER(tradeNames_string) LIKE "%vinorelbine tar...
[{'UUID': 'DrugGeneTargets_v2_6364', 'drugName': 'Vinorelbine Tartrate', 'tradeNames_string': 'Navelbine, Vinorelbine tartrate', 'drugSynonyms_string': 'Liposomal vinorelbine tartrate, TLC-178, TLC178, Vinorelbine (as tartrate), Vinorelbine Ditartarate, Vinorelbine ditartrate, Vinorelbine liposomal, Vinorelbine tartrat...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.681
Q9
Is Difelikefalin approved by the FDA and if so when was it?
Yes, the drug Difelikefalin 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 "%difelikefalin%" OR LOWER(tradeNames_string) LIKE "%difelikefalin%" OR LOW...
[{'UUID': 'DrugGeneTargets_v2_4408', 'drugName': 'Difelikefalin', 'tradeNames_string': 'Korsuva', 'drugSynonyms_string': '4-PIPERIDINECARBOXYLIC ACID, N1-(D-PHENYLALANYL-D-PHENYLALANYL-D-LEUCYL-D-LYSYL)-4-AMINO-, CR-845, CR845, Cr-845 acetate, Difelikefalin, Difelikefalin acetate, FE-202845, FE202845, MR-13A9, MR13A9',...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.492
Q9
Is Benzhydrocodone approved by the FDA and if so when was it?
Yes, the drug Benzhydrocodone 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%" OR LOWER(tradeNames_string) LIKE "%benzhydrocodone%" OR...
[{'UUID': 'DrugGeneTargets_v2_529', 'drugName': 'Benzhydrocodone', 'tradeNames_string': '', 'drugSynonyms_string': 'Benzhydrocodone', 'yearOfFirstApproval': 2018, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}, {'UUID': 'DrugGeneTargets_v2_3008', 'drugName': 'Benzhydrocodone Hydrochloride', 'tradeNames_string': ''...
general
Distinct, Similarity Search, Order By
Approval Status
Q9.445
Q9
Is Viltolarsen approved by the FDA and if so when was it?
Yes, the drug Viltolarsen 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 "%viltolarsen%" OR LOWER(tradeNames_string) LIKE "%viltolarsen%" OR LOWER(d...
[{'UUID': 'DrugGeneTargets_v2_2014', 'drugName': 'Viltolarsen', 'tradeNames_string': 'Viltepso', 'drugSynonyms_string': 'NCNP-01, NS-065, NS-065/NCNP-01, Ns-065/ncnp-01, Viltolarsen', 'yearOfFirstApproval': 2020, 'maxClinicalTrialPhase': 4, 'drugIsApproved': True}]
general
Distinct, Similarity Search, Order By
Approval Status
Q9.274
Q9
Is Msc-2363318A approved by the FDA and if so when was it?
No, the drug Msc-2363318A 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 "%msc-2363318a%" OR LOWER(tradeNames_string) LIKE "%msc-2363318a%" OR LOWER...
[{'UUID': 'DrugGeneTargets_v2_2448', 'drugName': 'Msc-2363318A', 'tradeNames_string': '', 'drugSynonyms_string': 'M-2698, M2698, MSC-2363318A, MSC2363318A, Msc-2363318a', 'yearOfFirstApproval': 0, 'maxClinicalTrialPhase': 1, 'drugIsApproved': False}, {'UUID': 'DrugGeneTargets_v2_2449', 'drugName': 'Msc-2363318A', 'trad...
general
Distinct, Similarity Search, Order By
Approval Status