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
Q12.432
Q12
What other names are there for the drug Vatelizumab?
Some additional names for Vatelizumab are SAR339658, SAR-339658, GBR 500, and GBR-500.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%vatelizumab%" OR LOWER(tradeNames_string) LIKE "%vatelizumab%" OR LOWER(drugSynonyms_string) LIKE "%vatelizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4470', 'drugName': 'Vatelizumab', 'tradeNames_string': '', 'drugSynonyms_string': 'GBR 500, GBR-500, SAR-339658, SAR339658, Vatelizumab'}]
general
Distinct, Similarity Search
Metadata
Q12.1563
Q12
What other names are there for the drug Sontuzumab?
Some additional names for Sontuzumab are AS-1402 and HUHMFG-1.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%sontuzumab%" OR LOWER(tradeNames_string) LIKE "%sontuzumab%" OR LOWER(drugSynonyms_string) LIKE "%sontuzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4993', 'drugName': 'Sontuzumab', 'tradeNames_string': '', 'drugSynonyms_string': 'AS-1402, HUHMFG-1, Sontuzumab'}]
general
Distinct, Similarity Search
Metadata
Q12.336
Q12
What other names are there for the drug Evt401?
There are no additional names for the drug Evt401.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%evt401%" OR LOWER(tradeNames_string) LIKE "%evt401%" OR LOWER(drugSynonyms_string) LIKE "%evt401%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5098', 'drugName': 'Evt401', 'tradeNames_string': '', 'drugSynonyms_string': 'Evt401'}]
general
Distinct, Similarity Search
Metadata
Q12.1557
Q12
What other names are there for the drug Tarenflurbil?
Some additional names for Tarenflurbil are MPC-7869, Flurbiprofen, (r)-, Flurizan, R-flurbiprofen, and E-7869.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tarenflurbil%" OR LOWER(tradeNames_string) LIKE "%tarenflurbil%" OR LOWER(drugSynonyms_string) LIKE "%tarenflurbil%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2667', 'drugName': 'Tarenflurbil', 'tradeNames_string': 'Flurizan', 'drugSynonyms_string': 'E-7869, Flurbiprofen, (r)-, MPC-7869, R-flurbiprofen, Tarenflurbil'}]
general
Distinct, Similarity Search
Metadata
Q12.1539
Q12
What other names are there for the drug Talquetamab?
Some additional names for Talquetamab are JNJ-63483043 and JNJ-64407564.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%talquetamab%" OR LOWER(tradeNames_string) LIKE "%talquetamab%" OR LOWER(drugSynonyms_string) LIKE "%talquetamab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5924', 'drugName': 'Talquetamab', 'tradeNames_string': '', 'drugSynonyms_string': 'JNJ-63483043, JNJ-64407564, Talquetamab'}, {'UUID': 'DrugGeneTargets_v2_5925', 'drugName': 'Talquetamab', 'tradeNames_string': '', 'drugSynonyms_string': 'JNJ-63483043, JNJ-64407564, Talquetamab'}]
general
Distinct, Similarity Search
Metadata
Q12.426
Q12
What other names are there for the drug Brequinar?
There are no additional names for the drug Brequinar.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%brequinar%" OR LOWER(tradeNames_string) LIKE "%brequinar%" OR LOWER(drugSynonyms_string) LIKE "%brequinar%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_371', 'drugName': 'Brequinar', 'tradeNames_string': '', 'drugSynonyms_string': 'Brequinar'}]
general
Distinct, Similarity Search
Metadata
Q12.637
Q12
What other names are there for the drug Pipecuronium?
There are no additional names for the drug Pipecuronium.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pipecuronium%" OR LOWER(tradeNames_string) LIKE "%pipecuronium%" OR LOWER(drugSynonyms_string) LIKE "%pipecuronium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_544', 'drugName': 'Pipecuronium', 'tradeNames_string': '', 'drugSynonyms_string': 'Pipecuronium'}, {'UUID': 'DrugGeneTargets_v2_5171', 'drugName': 'Pipecuronium Bromide', 'tradeNames_string': 'Arduan', 'drugSynonyms_string': 'Pipecurium bromide, Pipecuronium bromide, Pipecuronium bromide anhydrous, Pipecuronium bromide dihydrate, Pipecuronium bromide hydrate, RGH 1106, RGH-1106'}]
general
Distinct, Similarity Search
Metadata
Q12.941
Q12
What other names are there for the drug R-1487?
There are no additional names for the drug R-1487.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%r-1487%" OR LOWER(tradeNames_string) LIKE "%r-1487%" OR LOWER(drugSynonyms_string) LIKE "%r-1487%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4243', 'drugName': 'R-1487', 'tradeNames_string': '', 'drugSynonyms_string': 'R 1487, R-1487'}, {'UUID': 'DrugGeneTargets_v2_5560', 'drugName': 'R-1487', 'tradeNames_string': '', 'drugSynonyms_string': ''}]
general
Distinct, Similarity Search
Metadata
Q12.993
Q12
What other names are there for the drug Bms-582949?
Some additional names for Bms-582949 are PS-540446, BMS-582949, Ps-540446, and Bms 582949.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bms-582949%" OR LOWER(tradeNames_string) LIKE "%bms-582949%" OR LOWER(drugSynonyms_string) LIKE "%bms-582949%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_673', 'drugName': 'Bms-582949', 'tradeNames_string': '', 'drugSynonyms_string': 'BMS-582949, Bms 582949, Bms-582949, PS-540446, Ps-540446'}]
general
Distinct, Similarity Search
Metadata
Q12.868
Q12
What other names are there for the drug Spirapril?
There are no additional names for the drug Spirapril.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%spirapril%" OR LOWER(tradeNames_string) LIKE "%spirapril%" OR LOWER(drugSynonyms_string) LIKE "%spirapril%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2773', 'drugName': 'Spirapril', 'tradeNames_string': '', 'drugSynonyms_string': 'Spirapril'}, {'UUID': 'DrugGeneTargets_v2_4466', 'drugName': 'Spirapril Hydrochloride', 'tradeNames_string': 'Renormax', 'drugSynonyms_string': 'SCH 33844, SCH-33844, Spirapril hcl, Spirapril hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.1951
Q12
What other names are there for the drug Adapalene?
Some additional names for Adapalene are Differin, CD 271, and CD-271.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%adapalene%" OR LOWER(tradeNames_string) LIKE "%adapalene%" OR LOWER(drugSynonyms_string) LIKE "%adapalene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1916', 'drugName': 'Adapalene', 'tradeNames_string': 'Adapalene, Differin', 'drugSynonyms_string': 'Adapalene, CD 271, CD-271, Differin'}]
general
Distinct, Similarity Search
Metadata
Q12.558
Q12
What other names are there for the drug Dolasetron?
There are no additional names for the drug Dolasetron.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dolasetron%" OR LOWER(tradeNames_string) LIKE "%dolasetron%" OR LOWER(drugSynonyms_string) LIKE "%dolasetron%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2936', 'drugName': 'Dolasetron Mesylate', 'tradeNames_string': 'Anzemet', 'drugSynonyms_string': 'Dolasetron mesilate, Dolasetron mesilate monohydrate, Dolasetron mesylate, Dolasetron mesylate anhydrous, Dolasetron mesylate monohydrate, Dolasetron methanesulfonate, MDL 73,147EF, MDL-73147EF'}, {'UUID': 'DrugGeneTargets_v2_5894', 'drugName': 'Dolasetron', 'tradeNames_string': '', 'drugSynonyms_string': 'Dolasetron'}]
general
Distinct, Similarity Search
Metadata
Q12.433
Q12
What other names are there for the drug Viltolarsen?
Some additional names for Viltolarsen are NCNP-01, Viltepso, Ns-065/ncnp-01, NS-065/NCNP-01, and NS-065.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%viltolarsen%" OR LOWER(tradeNames_string) LIKE "%viltolarsen%" OR LOWER(drugSynonyms_string) LIKE "%viltolarsen%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2014', 'drugName': 'Viltolarsen', 'tradeNames_string': 'Viltepso', 'drugSynonyms_string': 'NCNP-01, NS-065, NS-065/NCNP-01, Ns-065/ncnp-01, Viltolarsen'}]
general
Distinct, Similarity Search
Metadata
Q12.1777
Q12
What other names are there for the drug Elafibranor?
Some additional names for Elafibranor are GFT505, GFT-505, and Gft505.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%elafibranor%" OR LOWER(tradeNames_string) LIKE "%elafibranor%" OR LOWER(drugSynonyms_string) LIKE "%elafibranor%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5283', 'drugName': 'Elafibranor', 'tradeNames_string': '', 'drugSynonyms_string': 'Elafibranor, GFT-505, GFT505, Gft505'}, {'UUID': 'DrugGeneTargets_v2_5284', 'drugName': 'Elafibranor', 'tradeNames_string': '', 'drugSynonyms_string': 'Elafibranor, GFT-505, GFT505, Gft505'}]
general
Distinct, Similarity Search
Metadata
Q12.1834
Q12
What other names are there for the drug Benzydamine Hydrochloride?
Some additional names for Benzydamine Hydrochloride are AF-864, Benzydamine hydrochloride, Lozamine, Benzydamine hcl, Difflam, NSC-759276, Tantum, Benzidamine hydrochloride, and Difflam-p.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%benzydamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%benzydamine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%benzydamine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3576', 'drugName': 'Benzydamine Hydrochloride', 'tradeNames_string': 'Difflam, Difflam-p, Lozamine, Tantum', 'drugSynonyms_string': 'AF-864, Benzidamine hydrochloride, Benzydamine hcl, Benzydamine hydrochloride, NSC-759276'}]
general
Distinct, Similarity Search
Metadata
Q12.1977
Q12
What other names are there for the drug Methyldopa?
Some additional names for Methyldopa are (s)-(-)-.alpha.-methyldopa, (-)-.alpha.-methyldopa, Methyldopa sesquihydrate, .alpha.-methyl-l-dopa, Methyldopa hydrate, Medomet, Alpha-methyldopa, Metalpha 250, Dopamet, Metalpha 500, Methyldopa (levorotatory), Methyldopa, anhydrous, BAYER-1440L, J9.247I, Aldomet, Lederdopa, NSC-760080, MK-351, Methyldopa anhydrous, NSC-169916, L-.alpha.-methyldopa, and Anhydrous methyldopa.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%methyldopa%" OR LOWER(tradeNames_string) LIKE "%methyldopa%" OR LOWER(drugSynonyms_string) LIKE "%methyldopa%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6296', 'drugName': 'Methyldopa', 'tradeNames_string': 'Aldomet, Dopamet, Lederdopa, Medomet, Metalpha 250, Metalpha 500, Methyldopa', 'drugSynonyms_string': '(-)-.alpha.-methyldopa, (s)-(-)-.alpha.-methyldopa, .alpha.-methyl-l-dopa, Alpha-methyldopa, Anhydrous methyldopa, BAYER-1440L, J9.247I, L-.alpha.-methyldopa, MK-351, Methyldopa, Methyldopa (levorotatory), Methyldopa anhydrous, Methyldopa hydrate, Methyldopa sesquihydrate, Methyldopa, anhydrous, NSC-169916, NSC-760080'}, {'UUID': 'DrugGeneTargets_v2_5960', 'drugName': 'Methyldopate Hydrochloride', 'tradeNames_string': 'Aldomet, Methyldopate hydrochloride', 'drugSynonyms_string': 'Methyldopa l-form ethyl ester hydrochloride, Methyldopate hcl, Methyldopate hydrochloride, NSC-760088'}, {'UUID': 'DrugGeneTargets_v2_6307', 'drugName': 'Methyldopate', 'tradeNames_string': '', 'drugSynonyms_string': 'Methyldopate'}]
general
Distinct, Similarity Search
Metadata
Q12.1506
Q12
What other names are there for the drug Razuprotafib?
The drug Razuprotafib has one aditional name: AKB-9778.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%razuprotafib%" OR LOWER(tradeNames_string) LIKE "%razuprotafib%" OR LOWER(drugSynonyms_string) LIKE "%razuprotafib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3104', 'drugName': 'Razuprotafib', 'tradeNames_string': '', 'drugSynonyms_string': 'AKB-9778, Razuprotafib'}]
general
Distinct, Similarity Search
Metadata
Q12.1622
Q12
What other names are there for the drug Erteberel?
Some additional names for Erteberel are LY-500307, LY500307, and Serba-1.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%erteberel%" OR LOWER(tradeNames_string) LIKE "%erteberel%" OR LOWER(drugSynonyms_string) LIKE "%erteberel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3545', 'drugName': 'Erteberel', 'tradeNames_string': '', 'drugSynonyms_string': 'Erteberel, LY-500307, LY500307, Serba-1'}]
general
Distinct, Similarity Search
Metadata
Q12.404
Q12
What other names are there for the drug Danicopan?
Some additional names for Danicopan are Ach-0144471, ACH-4471, and ACH-0144471.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%danicopan%" OR LOWER(tradeNames_string) LIKE "%danicopan%" OR LOWER(drugSynonyms_string) LIKE "%danicopan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3017', 'drugName': 'Danicopan', 'tradeNames_string': '', 'drugSynonyms_string': 'ACH-0144471, ACH-4471, Ach-0144471, Danicopan'}]
general
Distinct, Similarity Search
Metadata
Q12.1791
Q12
What other names are there for the drug Dorzolamide Hydrochloride?
Some additional names for Dorzolamide Hydrochloride are Dorzolamide (as hydrochloride), Dorzolamide hcl, MK-507, Dorzolamide hydrochloride, Trusopt, and Cosopt Pf.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dorzolamide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%dorzolamide hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%dorzolamide hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1719', 'drugName': 'Dorzolamide Hydrochloride', 'tradeNames_string': 'Cosopt Pf, Dorzolamide hydrochloride, Trusopt', 'drugSynonyms_string': 'Dorzolamide (as hydrochloride), Dorzolamide hcl, Dorzolamide hydrochloride, MK-507'}]
general
Distinct, Similarity Search
Metadata
Q12.195
Q12
What other names are there for the drug Trifluoperazine?
Some additional names for Trifluoperazine are NSC-46061, Stelazine fte, NSC-17474, RP-7623, Flurazine, Apo-trifluoperazine, Stelazine, and Amylozine.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%trifluoperazine%" OR LOWER(tradeNames_string) LIKE "%trifluoperazine%" OR LOWER(drugSynonyms_string) LIKE "%trifluoperazine%") LIMIT 100
[{'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'}, {'UUID': 'DrugGeneTargets_v2_5533', 'drugName': 'Trifluoperazine Hydrochloride', 'tradeNames_string': 'Stelazine, Trifluoperazine hydrochloride', 'drugSynonyms_string': 'NSC-757369, Trifluoperazine HCl, Trifluoperazine dihydrochloride, Trifluoperazine hcl, Trifluoperazine hydrochloride, Trifluoperazine maleate'}, {'UUID': 'DrugGeneTargets_v2_5534', 'drugName': 'Trifluoperazine Hydrochloride', 'tradeNames_string': 'Stelazine, Trifluoperazine hydrochloride', 'drugSynonyms_string': 'NSC-757369, Trifluoperazine HCl, Trifluoperazine dihydrochloride, Trifluoperazine hcl, Trifluoperazine hydrochloride, Trifluoperazine maleate'}, {'UUID': 'DrugGeneTargets_v2_5158', 'drugName': 'Trifluoperazine', 'tradeNames_string': 'Amylozine, Stelazine, Stelazine fte', 'drugSynonyms_string': 'Apo-trifluoperazine, Flurazine, NSC-17474, NSC-46061, RP-7623, Trifluoperazine'}, {'UUID': 'DrugGeneTargets_v2_5159', 'drugName': 'Trifluoperazine', 'tradeNames_string': 'Amylozine, Stelazine, Stelazine fte', 'drugSynonyms_string': 'Apo-trifluoperazine, Flurazine, NSC-17474, NSC-46061, RP-7623, Trifluoperazine'}, {'UUID': 'DrugGeneTargets_v2_5160', 'drugName': 'Trifluoperazine', 'tradeNames_string': 'Amylozine, Stelazine, Stelazine fte', 'drugSynonyms_string': 'Apo-trifluoperazine, Flurazine, NSC-17474, NSC-46061, RP-7623, Trifluoperazine'}]
general
Distinct, Similarity Search
Metadata
Q12.1281
Q12
What other names are there for the drug K-134?
The drug K-134 has one aditional name: OPC-33509.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%k-134%" OR LOWER(tradeNames_string) LIKE "%k-134%" OR LOWER(drugSynonyms_string) LIKE "%k-134%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_298', 'drugName': 'K-134', 'tradeNames_string': '', 'drugSynonyms_string': 'K-134, OPC-33509'}]
general
Distinct, Similarity Search
Metadata
Q12.1381
Q12
What other names are there for the drug Anamorelin?
Some additional names for Anamorelin are RC-1291 and ST-1291.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%anamorelin%" OR LOWER(tradeNames_string) LIKE "%anamorelin%" OR LOWER(drugSynonyms_string) LIKE "%anamorelin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_712', 'drugName': 'Anamorelin Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_string': 'Anamorelin hcl, Anamorelin hydrochloride, Ono-7643, RC-1291 HCl'}, {'UUID': 'DrugGeneTargets_v2_1970', 'drugName': 'Anamorelin', 'tradeNames_string': '', 'drugSynonyms_string': 'Anamorelin, RC-1291, ST-1291'}]
general
Distinct, Similarity Search
Metadata
Q12.677
Q12
What other names are there for the drug Somatrogon?
Some additional names for Somatrogon are Mod-4023, MOD-4023, Ctp-somatropin fusion protein, MOD4023, and Somatropin-ctp fusion protein.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%somatrogon%" OR LOWER(tradeNames_string) LIKE "%somatrogon%" OR LOWER(drugSynonyms_string) LIKE "%somatrogon%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3230', 'drugName': 'Somatrogon', 'tradeNames_string': '', 'drugSynonyms_string': 'Ctp-somatropin fusion protein, MOD-4023, MOD4023, Mod-4023, Somatrogon, Somatropin-ctp fusion protein'}]
general
Distinct, Similarity Search
Metadata
Q12.795
Q12
What other names are there for the drug Adenosine?
Some additional names for Adenosine are NSC-7652, SR-96225, 9-.beta.-d-ribofuranosyladenine, Adenocard, Adenocor, SR 96225, and Adenoscan.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%adenosine%" OR LOWER(tradeNames_string) LIKE "%adenosine%" OR LOWER(drugSynonyms_string) LIKE "%adenosine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1105', 'drugName': 'Adenosine', 'tradeNames_string': 'Adenocard, Adenocor, Adenoscan, Adenosine', 'drugSynonyms_string': '9-.beta.-d-ribofuranosyladenine, Adenosine, NSC-7652, SR 96225, SR-96225'}]
general
Distinct, Similarity Search
Metadata
Q12.1463
Q12
What other names are there for the drug Duvoglustat Hydrochloride?
Some additional names for Duvoglustat Hydrochloride are Duvoglustat hcl, AT2220, 1 deoxynojirimycin hydrochloride, Duvoglustat hydrochloride, AT-2220, 1-deoxynojirimycin hydrochloride, and Moranoline hydrochloride.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%duvoglustat hydrochloride%" OR LOWER(tradeNames_string) LIKE "%duvoglustat hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%duvoglustat hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_135', 'drugName': 'Duvoglustat Hydrochloride', 'tradeNames_string': '', 'drugSynonyms_string': '1 deoxynojirimycin hydrochloride, 1-deoxynojirimycin hydrochloride, AT-2220, AT2220, Duvoglustat hcl, Duvoglustat hydrochloride, Moranoline hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.1457
Q12
What other names are there for the drug Fulacimstat?
Some additional names for Fulacimstat are Bay1142524, BAY-1142524, and BAY1142524.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%fulacimstat%" OR LOWER(tradeNames_string) LIKE "%fulacimstat%" OR LOWER(drugSynonyms_string) LIKE "%fulacimstat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1677', 'drugName': 'Fulacimstat', 'tradeNames_string': '', 'drugSynonyms_string': 'BAY-1142524, BAY1142524, Bay1142524, Fulacimstat'}]
general
Distinct, Similarity Search
Metadata
Q12.144
Q12
What other names are there for the drug Bortezomib?
Some additional names for Bortezomib are Bortezomib accord, PS-341, Velcade, Bortezomib hydrate, NSC-681239, and LDP-341.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bortezomib%" OR LOWER(tradeNames_string) LIKE "%bortezomib%" OR LOWER(drugSynonyms_string) LIKE "%bortezomib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_559', 'drugName': 'Bortezomib', 'tradeNames_string': 'Velcade', 'drugSynonyms_string': 'Bortezomib, Bortezomib accord, Bortezomib hydrate, LDP-341, NSC-681239, PS-341, Velcade'}]
general
Distinct, Similarity Search
Metadata
Q12.1188
Q12
What other names are there for the drug Dezocine?
Some additional names for Dezocine are Dozocine, WY-16, 225, Dalgan, Docozine, and WY-16225.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dezocine%" OR LOWER(tradeNames_string) LIKE "%dezocine%" OR LOWER(drugSynonyms_string) LIKE "%dezocine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1510', 'drugName': 'Dezocine', 'tradeNames_string': 'Dalgan', 'drugSynonyms_string': 'Dezocine, Docozine, Dozocine, WY-16,225, WY-16225'}, {'UUID': 'DrugGeneTargets_v2_1511', 'drugName': 'Dezocine', 'tradeNames_string': 'Dalgan', 'drugSynonyms_string': 'Dezocine, Docozine, Dozocine, WY-16,225, WY-16225'}]
general
Distinct, Similarity Search
Metadata
Q12.3
Q12
What other names are there for the drug Streptokinase?
Some additional names for Streptokinase are Kabikinase, Streptokinase c, and Streptase.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%streptokinase%" OR LOWER(tradeNames_string) LIKE "%streptokinase%" OR LOWER(drugSynonyms_string) LIKE "%streptokinase%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_329', 'drugName': 'Streptokinase', 'tradeNames_string': 'Kabikinase, Streptase', 'drugSynonyms_string': 'Streptokinase, Streptokinase c'}]
general
Distinct, Similarity Search
Metadata
Q12.743
Q12
What other names are there for the drug Cnv2197944?
Some additional names for Cnv2197944 are CNV2197944 and Cnv-2197944.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%cnv2197944%" OR LOWER(tradeNames_string) LIKE "%cnv2197944%" OR LOWER(drugSynonyms_string) LIKE "%cnv2197944%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3408', 'drugName': 'Cnv2197944', 'tradeNames_string': '', 'drugSynonyms_string': 'CNV2197944, Cnv-2197944, Cnv2197944'}]
general
Distinct, Similarity Search
Metadata
Q12.1871
Q12
What other names are there for the drug Wx-037?
There are no additional names for the drug Wx-037.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%wx-037%" OR LOWER(tradeNames_string) LIKE "%wx-037%" OR LOWER(drugSynonyms_string) LIKE "%wx-037%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2871', 'drugName': 'Wx-037', 'tradeNames_string': '', 'drugSynonyms_string': 'Wx-037'}]
general
Distinct, Similarity Search
Metadata
Q12.1516
Q12
What other names are there for the drug Aspirin?
Some additional names for Aspirin are Aspro clr, Acetylsalicylic acid, Alka rapid, Acetylsalic acid, Max strgh aspro clr, Enprin, Levius, Paynocil, Salicylic Acid Acetate, Postmi 300, Postmi 75, Nu-seals cardio 75, NSC-27223, 8-hour bayer, Danamep, Platet 300, Disprin cv, Benzoic acid, 2-(acetyloxy)-, Acetylsalicylic Acid, Acidum acetylsalicylicum, Acetyl salicylate, Vazalore, Acidum acetylsalicylicum (who-ip), Measurin, Nu-seals 600, Gencardia, Anadin all night, Micropirin ec, Acetylsalicylicum acidum, Bayer extra strength aspirin for migraine pain, Acetylsalicylic acid (who-ip), Platet, NSC-406186, Durlaza, Nu-seals 300, Acetosalic Acid, Nu-seals 75, Equi-Prin, Disprin direct, Ecotrin, BAY1019036, and Angettes 75.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%aspirin%" OR LOWER(tradeNames_string) LIKE "%aspirin%" OR LOWER(drugSynonyms_string) LIKE "%aspirin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1563', 'drugName': 'Aspirin', 'tradeNames_string': '8-hour bayer, Acetosalic Acid, Acetylsalic acid, Acetylsalicylic Acid, Alka rapid, Anadin all night, Angettes 75, Aspirin, Aspro clr, Bayer extra strength aspirin for migraine pain, Danamep, Disprin cv, Disprin direct, Durlaza, Ecotrin, Enprin, Equi-Prin, Gencardia, Levius, Max strgh aspro clr, Measurin, Micropirin ec, Nu-seals 300, Nu-seals 600, Nu-seals 75, Nu-seals cardio 75, Paynocil, Platet, Platet 300, Postmi 300, Postmi 75, Salicylic Acid Acetate, Vazalore', 'drugSynonyms_string': 'Acetyl salicylate, Acetylsalicylic Acid, Acetylsalicylic acid, Acetylsalicylic acid (who-ip), Acetylsalicylicum acidum, Acidum acetylsalicylicum, Acidum acetylsalicylicum (who-ip), Aspirin, BAY1019036, Benzoic acid, 2-(acetyloxy)-, NSC-27223, NSC-406186'}]
general
Distinct, Similarity Search
Metadata
Q12.343
Q12
What other names are there for the drug Pritumumab?
There are no additional names for the drug Pritumumab.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pritumumab%" OR LOWER(tradeNames_string) LIKE "%pritumumab%" OR LOWER(drugSynonyms_string) LIKE "%pritumumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_551', 'drugName': 'Pritumumab', 'tradeNames_string': '', 'drugSynonyms_string': 'Pritumumab'}]
general
Distinct, Similarity Search
Metadata
Q12.626
Q12
What other names are there for the drug Seletalisib?
Some additional names for Seletalisib are Ucb5857, UCB5857, and UCB-5857.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%seletalisib%" OR LOWER(tradeNames_string) LIKE "%seletalisib%" OR LOWER(drugSynonyms_string) LIKE "%seletalisib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_787', 'drugName': 'Seletalisib', 'tradeNames_string': '', 'drugSynonyms_string': 'Seletalisib, UCB-5857, UCB5857, Ucb5857'}]
general
Distinct, Similarity Search
Metadata
Q12.484
Q12
What other names are there for the drug Beloranib?
Some additional names for Beloranib are ZGN-433, Zgn-440, ZGN-440, and Zgn-433.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%beloranib%" OR LOWER(tradeNames_string) LIKE "%beloranib%" OR LOWER(drugSynonyms_string) LIKE "%beloranib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2571', 'drugName': 'Beloranib', 'tradeNames_string': '', 'drugSynonyms_string': 'Beloranib, ZGN-433, ZGN-440, Zgn-433, Zgn-440'}]
general
Distinct, Similarity Search
Metadata
Q12.532
Q12
What other names are there for the drug Gsk2881078?
There are no additional names for the drug Gsk2881078.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%gsk2881078%" OR LOWER(tradeNames_string) LIKE "%gsk2881078%" OR LOWER(drugSynonyms_string) LIKE "%gsk2881078%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1153', 'drugName': 'Gsk2881078', 'tradeNames_string': '', 'drugSynonyms_string': 'Gsk2881078'}]
general
Distinct, Similarity Search
Metadata
Q12.268
Q12
What other names are there for the drug Rivoglitazone?
Some additional names for Rivoglitazone are R-106056, DE-101, CS-011, and R 106056.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%rivoglitazone%" OR LOWER(tradeNames_string) LIKE "%rivoglitazone%" OR LOWER(drugSynonyms_string) LIKE "%rivoglitazone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5537', 'drugName': 'Rivoglitazone', 'tradeNames_string': '', 'drugSynonyms_string': 'CS-011, DE-101, R 106056, R-106056, Rivoglitazone'}]
general
Distinct, Similarity Search
Metadata
Q12.1390
Q12
What other names are there for the drug Soblidotin?
Some additional names for Soblidotin are TZT-1027 and Auristatin pe.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%soblidotin%" OR LOWER(tradeNames_string) LIKE "%soblidotin%" OR LOWER(drugSynonyms_string) LIKE "%soblidotin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5837', 'drugName': 'Soblidotin', 'tradeNames_string': '', 'drugSynonyms_string': 'Auristatin pe, Soblidotin, TZT-1027'}]
general
Distinct, Similarity Search
Metadata
Q12.681
Q12
What other names are there for the drug Tosedostat?
Some additional names for Tosedostat are CHR-2797 and CHR 2797.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tosedostat%" OR LOWER(tradeNames_string) LIKE "%tosedostat%" OR LOWER(drugSynonyms_string) LIKE "%tosedostat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_582', 'drugName': 'Tosedostat', 'tradeNames_string': '', 'drugSynonyms_string': 'CHR 2797, CHR-2797, Tosedostat'}]
general
Distinct, Similarity Search
Metadata
Q12.492
Q12
What other names are there for the drug Giroctocogene Fitelparvovec?
Some additional names for Giroctocogene Fitelparvovec are PF-07055480, Giroctocogene fitelparvovec, and SB-525.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%giroctocogene fitelparvovec%" OR LOWER(tradeNames_string) LIKE "%giroctocogene fitelparvovec%" OR LOWER(drugSynonyms_string) LIKE "%giroctocogene fitelparvovec%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4735', 'drugName': 'Giroctocogene Fitelparvovec', 'tradeNames_string': '', 'drugSynonyms_string': 'Giroctocogene fitelparvovec, PF-07055480, SB-525'}]
general
Distinct, Similarity Search
Metadata
Q12.445
Q12
What other names are there for the drug Pitavastatin?
Some additional names for Pitavastatin are Itavastatin and NSC-760423.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pitavastatin%" OR LOWER(tradeNames_string) LIKE "%pitavastatin%" OR LOWER(drugSynonyms_string) LIKE "%pitavastatin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5887', 'drugName': 'Pitavastatin', 'tradeNames_string': '', 'drugSynonyms_string': 'Itavastatin, NSC-760423, Pitavastatin'}, {'UUID': 'DrugGeneTargets_v2_763', 'drugName': 'Pitavastatin Calcium', 'tradeNames_string': 'Livalo, Pitavastatin calcium', 'drugSynonyms_string': 'Itavastatin calcium, NK-104, Pitavastatin Calcium, Pitavastatin calcium, Pitavastatin calcium salt'}, {'UUID': 'DrugGeneTargets_v2_1489', 'drugName': 'Pitavastatin Sodium', 'tradeNames_string': 'Nikita', 'drugSynonyms_string': 'Pitavastatin sodium'}, {'UUID': 'DrugGeneTargets_v2_1773', 'drugName': 'Pitavastatin Magnesium', 'tradeNames_string': 'Zypitamag', 'drugSynonyms_string': 'Pitavastatin magnesium'}]
general
Distinct, Similarity Search
Metadata
Q12.274
Q12
What other names are there for the drug Recilisib?
Some additional names for Recilisib are On-01210, Ex-rad, ON 01210, and ON 01210.Na.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%recilisib%" OR LOWER(tradeNames_string) LIKE "%recilisib%" OR LOWER(drugSynonyms_string) LIKE "%recilisib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5892', 'drugName': 'Recilisib', 'tradeNames_string': 'Ex-rad', 'drugSynonyms_string': 'ON 01210, ON 01210.Na, On-01210, Recilisib'}]
general
Distinct, Similarity Search
Metadata
Q12.187
Q12
What other names are there for the drug Betahistine?
There are no additional names for the drug Betahistine.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%betahistine%" OR LOWER(tradeNames_string) LIKE "%betahistine%" OR LOWER(drugSynonyms_string) LIKE "%betahistine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6162', 'drugName': 'Betahistine', 'tradeNames_string': '', 'drugSynonyms_string': 'Betahistine'}, {'UUID': 'DrugGeneTargets_v2_6163', 'drugName': 'Betahistine', 'tradeNames_string': '', 'drugSynonyms_string': 'Betahistine'}]
general
Distinct, Similarity Search
Metadata
Q12.950
Q12
What other names are there for the drug Pf-04991532?
There are no additional names for the drug Pf-04991532.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pf-04991532%" OR LOWER(tradeNames_string) LIKE "%pf-04991532%" OR LOWER(drugSynonyms_string) LIKE "%pf-04991532%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4171', 'drugName': 'Pf-04991532', 'tradeNames_string': '', 'drugSynonyms_string': 'Pf-04991532'}]
general
Distinct, Similarity Search
Metadata
Q12.247
Q12
What other names are there for the drug Rocacetrapib?
Some additional names for Rocacetrapib are CKD-519 and Ckd-519.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%rocacetrapib%" OR LOWER(tradeNames_string) LIKE "%rocacetrapib%" OR LOWER(drugSynonyms_string) LIKE "%rocacetrapib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5579', 'drugName': 'Rocacetrapib', 'tradeNames_string': '', 'drugSynonyms_string': 'CKD-519, Ckd-519, Rocacetrapib'}]
general
Distinct, Similarity Search
Metadata
Q12.1100
Q12
What other names are there for the drug Doxapram?
The drug Doxapram has one aditional name: Docatone.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%doxapram%" OR LOWER(tradeNames_string) LIKE "%doxapram%" OR LOWER(drugSynonyms_string) LIKE "%doxapram%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6166', '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'}, {'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'}, {'UUID': 'DrugGeneTargets_v2_5942', 'drugName': 'Doxapram', 'tradeNames_string': '', 'drugSynonyms_string': 'Docatone, Doxapram'}, {'UUID': 'DrugGeneTargets_v2_5943', 'drugName': 'Doxapram', 'tradeNames_string': '', 'drugSynonyms_string': 'Docatone, Doxapram'}]
general
Distinct, Similarity Search
Metadata
Q12.1018
Q12
What other names are there for the drug Arry-300?
The drug Arry-300 has one aditional name: MET-300.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%arry-300%" OR LOWER(tradeNames_string) LIKE "%arry-300%" OR LOWER(drugSynonyms_string) LIKE "%arry-300%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2091', 'drugName': 'Arry-300', 'tradeNames_string': '', 'drugSynonyms_string': 'Arry-300, MET-300'}]
general
Distinct, Similarity Search
Metadata
Q12.590
Q12
What other names are there for the drug Daporinad?
Some additional names for Daporinad are FK-866, K 22.175, APO 866, APO866, FK 866, and APO-866.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%daporinad%" OR LOWER(tradeNames_string) LIKE "%daporinad%" OR LOWER(drugSynonyms_string) LIKE "%daporinad%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1461', 'drugName': 'Daporinad', 'tradeNames_string': '', 'drugSynonyms_string': 'APO 866, APO-866, APO866, Daporinad, FK 866, FK-866, K 22.175'}]
general
Distinct, Similarity Search
Metadata
Q12.1629
Q12
What other names are there for the drug Bay-1217389?
The drug Bay-1217389 has one aditional name: BAY-1217389.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bay-1217389%" OR LOWER(tradeNames_string) LIKE "%bay-1217389%" OR LOWER(drugSynonyms_string) LIKE "%bay-1217389%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1430', 'drugName': 'Bay-1217389', 'tradeNames_string': '', 'drugSynonyms_string': 'BAY-1217389, Bay-1217389'}]
general
Distinct, Similarity Search
Metadata
Q12.535
Q12
What other names are there for the drug Ephedrine?
Some additional names for Ephedrine are NSC-170951, Ephedrinum, anhydrous, NSC-8971, L-ephedrine, Ephedrine, anhydrous, Xenadrine, and (-)-ephedrine.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ephedrine%" OR LOWER(tradeNames_string) LIKE "%ephedrine%" OR LOWER(drugSynonyms_string) LIKE "%ephedrine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5086', 'drugName': 'Pseudoephedrine', 'tradeNames_string': '', 'drugSynonyms_string': 'Acunaso, Isoephedrine, d-, Neodurasina, Pseudoephedrine, Pseudoephedrine polistirex'}, {'UUID': 'DrugGeneTargets_v2_1353', 'drugName': 'Pseudoephedrine Sulfate', 'tradeNames_string': 'Afrinol', 'drugSynonyms_string': 'D-pseudoephedrine sulfate, Pseudoephedrine sulfate, Pseudoephedrine sulphate, SCH 4855, SCH-4855'}, {'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 hour, Sudafed plus, Sudafed-sa', 'drugSynonyms_string': 'Efidac 24, Galsud, NSC-106567, NSC-33634, Otrinol, Pseudoephedrine hcl, Pseudoephedrine hydrochloride, Rhinalair'}, {'UUID': 'DrugGeneTargets_v2_2493', 'drugName': 'Pseudoephedrine Polistirex', 'tradeNames_string': 'Pseudo-12', 'drugSynonyms_string': 'Pseudoephedrine polistirex'}, {'UUID': 'DrugGeneTargets_v2_2296', 'drugName': 'Phenylpropanolamine', 'tradeNames_string': '', 'drugSynonyms_string': 'Fansia, NSC-9920, Norephedrine, Phenylfenesin, Phenylpropanolamine, Propadrine, Rinexin'}, {'UUID': 'DrugGeneTargets_v2_2297', 'drugName': 'Phenylpropanolamine', 'tradeNames_string': '', 'drugSynonyms_string': 'Fansia, NSC-9920, Norephedrine, Phenylfenesin, Phenylpropanolamine, Propadrine, Rinexin'}, {'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 hcl, Phenylpropanolamine hydrochloride, Propadrine hydrochloride'}, {'UUID': 'DrugGeneTargets_v2_1691', '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 hcl, Phenylpropanolamine hydrochloride, Propadrine hydrochloride'}, {'UUID': 'DrugGeneTargets_v2_5557', 'drugName': 'Methamphetamine Hydrochloride', 'tradeNames_string': 'Desoxyn, Methampex, Methamphetamine hydrochloride', 'drugSynonyms_string': 'Desoxyephedrine hydrochloride, Metamfetamine hydrochloride, Methamphetamine hcl, Methamphetamine hydrochloride, Methamphetamine hydrochloride cii, Methylamfetamine hydrochloride, NSC-169505'}, {'UUID': 'DrugGeneTargets_v2_4563', 'drugName': 'Levonordefrin', 'tradeNames_string': 'Neo-cobefrin', 'drugSynonyms_string': '(-)-cobefrin, BA 2818, BA-2818, Corbadrine, L-.alpha.-methylnoradrenaline, L-nordefrin, L-norephedrine, 3,4-dihydroxy-, Levonordefrin, NSC-757084, Neo-Cobefrin, Nordefrin, Nordefrin (-)-form, Nordefrin, l-'}, {'UUID': 'DrugGeneTargets_v2_4865', 'drugName': 'Ephedrine Sulfate', 'tradeNames_string': 'Akovaz, Corphedra, Emerphed, Expansyl, Franol plus, Franol-plus, Isofedrol', 'drugSynonyms_string': 'Ephedrine sulfate, Ephedrine sulphate, Ephedrini sulfas'}, {'UUID': 'DrugGeneTargets_v2_3892', 'drugName': 'Ephedrine', 'tradeNames_string': '', 'drugSynonyms_string': '(-)-ephedrine, Ephedrine, Ephedrine, anhydrous, Ephedrinum, anhydrous, L-ephedrine, NSC-170951, NSC-8971, Xenadrine'}, {'UUID': 'DrugGeneTargets_v2_5325', 'drugName': 'Ephedrine Hydrochloride', 'tradeNames_string': 'Amesec, Asmapax, Bronchipax, C.a.m., Do-do, Ephed hcl, Ephed in nor saline, Expurhin, Franol, Haymine, Rezipres, Secron, Tabasan, Taumasthman, Tedral, Tedral sa', 'drugSynonyms_string': '(-)-ephedrine hydrochloride, Ephedrine hcl, Ephedrine hydrochloride, Ephedrini hydrochloridum, L-ephedrine hydrochloride, NSC-759611'}]
general
Distinct, Similarity Search
Metadata
Q12.899
Q12
What other names are there for the drug Isoxicam?
Some additional names for Isoxicam are W-8495, Maxicam, NSC-758436, and W 8495.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%isoxicam%" OR LOWER(tradeNames_string) LIKE "%isoxicam%" OR LOWER(drugSynonyms_string) LIKE "%isoxicam%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1802', 'drugName': 'Isoxicam', 'tradeNames_string': 'Maxicam', 'drugSynonyms_string': 'Isoxicam, NSC-758436, W 8495, W-8495'}]
general
Distinct, Similarity Search
Metadata
Q12.1483
Q12
What other names are there for the drug Kd7040?
There are no additional names for the drug Kd7040.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%kd7040%" OR LOWER(tradeNames_string) LIKE "%kd7040%" OR LOWER(drugSynonyms_string) LIKE "%kd7040%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4842', 'drugName': 'Kd7040', 'tradeNames_string': '', 'drugSynonyms_string': 'Kd7040'}]
general
Distinct, Similarity Search
Metadata
Q12.1109
Q12
What other names are there for the drug Ls-104?
The drug Ls-104 has one aditional name: Tyrene cr-4.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ls-104%" OR LOWER(tradeNames_string) LIKE "%ls-104%" OR LOWER(drugSynonyms_string) LIKE "%ls-104%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5434', 'drugName': 'Ls-104', 'tradeNames_string': '', 'drugSynonyms_string': 'Ls-104, Tyrene cr-4'}]
general
Distinct, Similarity Search
Metadata
Q12.421
Q12
What other names are there for the drug Dexamethasone Acetate?
Some additional names for Dexamethasone Acetate are Fortecortin (crystal suspension), Dexamethasone acetate monohydrate, Decadron-la, Dexamethasone 21-acetate, Dexamethasone acetate, Dexamethasone acetate anhydrous, Dectancyl, Dexamethasoni acetas, Dexamethasoni acetas monohydrate, Decadron, and NSC-39471.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dexamethasone acetate%" OR LOWER(tradeNames_string) LIKE "%dexamethasone acetate%" OR LOWER(drugSynonyms_string) LIKE "%dexamethasone acetate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4777', 'drugName': 'Dexamethasone Acetate', 'tradeNames_string': 'Decadron, Decadron-la, Dexamethasone acetate', 'drugSynonyms_string': 'Dectancyl, Dexamethasone 21-acetate, Dexamethasone acetate, Dexamethasone acetate anhydrous, Dexamethasone acetate monohydrate, Dexamethasoni acetas, Dexamethasoni acetas monohydrate, Fortecortin (crystal suspension), NSC-39471'}]
general
Distinct, Similarity Search
Metadata
Q12.277
Q12
What other names are there for the drug Albiglutide?
Some additional names for Albiglutide are Albiglutide (genetical recombination), GSK716155, Tanzeum, GSK-716155, and Eperzan.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%albiglutide%" OR LOWER(tradeNames_string) LIKE "%albiglutide%" OR LOWER(drugSynonyms_string) LIKE "%albiglutide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1615', 'drugName': 'Albiglutide', 'tradeNames_string': 'Eperzan', 'drugSynonyms_string': 'Albiglutide, Albiglutide (genetical recombination), GSK-716155, GSK716155, Tanzeum'}]
general
Distinct, Similarity Search
Metadata
Q12.1174
Q12
What other names are there for the drug Estazolam?
Some additional names for Estazolam are Eurodin, ABBOTT-47631, NSC-290818, Estazolam civ, and Prosom.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%estazolam%" OR LOWER(tradeNames_string) LIKE "%estazolam%" OR LOWER(drugSynonyms_string) LIKE "%estazolam%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6282', 'drugName': 'Estazolam', 'tradeNames_string': 'Estazolam, Eurodin, Prosom', 'drugSynonyms_string': 'ABBOTT-47631, Estazolam, Estazolam civ, NSC-290818'}]
general
Distinct, Similarity Search
Metadata
Q12.1487
Q12
What other names are there for the drug Cantuzumab Mertansine?
Some additional names for Cantuzumab Mertansine are HUC242-DM1, HUC-242-DM1, SB-408075, and Cantuzumab mertansine.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%cantuzumab mertansine%" OR LOWER(tradeNames_string) LIKE "%cantuzumab mertansine%" OR LOWER(drugSynonyms_string) LIKE "%cantuzumab mertansine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_186', 'drugName': 'Cantuzumab Mertansine', 'tradeNames_string': '', 'drugSynonyms_string': 'Cantuzumab mertansine, HUC-242-DM1, HUC242-DM1, SB-408075'}, {'UUID': 'DrugGeneTargets_v2_187', 'drugName': 'Cantuzumab Mertansine', 'tradeNames_string': '', 'drugSynonyms_string': 'Cantuzumab mertansine, HUC-242-DM1, HUC242-DM1, SB-408075'}]
general
Distinct, Similarity Search
Metadata
Q12.1456
Q12
What other names are there for the drug Imd-2560?
There are no additional names for the drug Imd-2560.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%imd-2560%" OR LOWER(tradeNames_string) LIKE "%imd-2560%" OR LOWER(drugSynonyms_string) LIKE "%imd-2560%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2089', 'drugName': 'Imd-2560', 'tradeNames_string': '', 'drugSynonyms_string': 'Imd-2560'}]
general
Distinct, Similarity Search
Metadata
Q12.253
Q12
What other names are there for the drug Articaine Hydrochloride?
Some additional names for Articaine Hydrochloride are 40 045, Ubistesine, Ultracain, HOE-40045, Carticaine hydrochloride, HOE-045, Septocaine, Septanest, HOE 045, Ultracaine, Articaine hydrochloride, and Articaine hcl.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%articaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%articaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%articaine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1986', 'drugName': 'Articaine Hydrochloride', 'tradeNames_string': 'Septanest, Septocaine, Ultracaine', 'drugSynonyms_string': '40 045, Articaine hcl, Articaine hydrochloride, Carticaine hydrochloride, HOE 045, HOE-045, HOE-40045, Ubistesine, Ultracain'}]
general
Distinct, Similarity Search
Metadata
Q12.419
Q12
What other names are there for the drug Pemetrexed Tromethamine?
Some additional names for Pemetrexed Tromethamine are Pemetrexed ditromethamine, Pemetrexed tromethamine anhydrous, Pemetrexed tromethamine, and Pemetrexed ditrometamol.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pemetrexed tromethamine%" OR LOWER(tradeNames_string) LIKE "%pemetrexed tromethamine%" OR LOWER(drugSynonyms_string) LIKE "%pemetrexed tromethamine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1187', 'drugName': 'Pemetrexed Tromethamine', 'tradeNames_string': '', 'drugSynonyms_string': 'Pemetrexed ditrometamol, Pemetrexed ditromethamine, Pemetrexed tromethamine, Pemetrexed tromethamine anhydrous'}, {'UUID': 'DrugGeneTargets_v2_1188', 'drugName': 'Pemetrexed Tromethamine', 'tradeNames_string': '', 'drugSynonyms_string': 'Pemetrexed ditrometamol, Pemetrexed ditromethamine, Pemetrexed tromethamine, Pemetrexed tromethamine anhydrous'}, {'UUID': 'DrugGeneTargets_v2_1189', 'drugName': 'Pemetrexed Tromethamine', 'tradeNames_string': '', 'drugSynonyms_string': 'Pemetrexed ditrometamol, Pemetrexed ditromethamine, Pemetrexed tromethamine, Pemetrexed tromethamine anhydrous'}]
general
Distinct, Similarity Search
Metadata
Q12.1590
Q12
What other names are there for the drug Pf-04217903?
Some additional names for Pf-04217903 are MET TYROSINE KINASE INHIBITOR PF-04217903, PF-4217903, and PF-04217903.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pf-04217903%" OR LOWER(tradeNames_string) LIKE "%pf-04217903%" OR LOWER(drugSynonyms_string) LIKE "%pf-04217903%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5889', 'drugName': 'Pf-04217903', 'tradeNames_string': '', 'drugSynonyms_string': 'MET TYROSINE KINASE INHIBITOR PF-04217903, PF-04217903, PF-4217903, Pf-04217903'}]
general
Distinct, Similarity Search
Metadata
Q12.1895
Q12
What other names are there for the drug Lecanemab?
Some additional names for Lecanemab are BAN2401, Ban2401, Ban 2401, and BAN-2401.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%lecanemab%" OR LOWER(tradeNames_string) LIKE "%lecanemab%" OR LOWER(drugSynonyms_string) LIKE "%lecanemab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2736', 'drugName': 'Lecanemab', 'tradeNames_string': '', 'drugSynonyms_string': 'BAN-2401, BAN2401, Ban 2401, Ban2401, Lecanemab'}]
general
Distinct, Similarity Search
Metadata
Q12.582
Q12
What other names are there for the drug Regrelor?
There are no additional names for the drug Regrelor.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%regrelor%" OR LOWER(tradeNames_string) LIKE "%regrelor%" OR LOWER(drugSynonyms_string) LIKE "%regrelor%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_149', 'drugName': 'Regrelor', 'tradeNames_string': '', 'drugSynonyms_string': 'Regrelor'}, {'UUID': 'DrugGeneTargets_v2_3007', 'drugName': 'Regrelor Disodium', 'tradeNames_string': '', 'drugSynonyms_string': 'INS-50589, INS50589, Regrelor disodium'}]
general
Distinct, Similarity Search
Metadata
Q12.314
Q12
What other names are there for the drug Giloralimab?
Some additional names for Giloralimab are PR-1614645, Abbv-927, and ABBV-927.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%giloralimab%" OR LOWER(tradeNames_string) LIKE "%giloralimab%" OR LOWER(drugSynonyms_string) LIKE "%giloralimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2944', 'drugName': 'Giloralimab', 'tradeNames_string': '', 'drugSynonyms_string': 'ABBV-927, Abbv-927, Giloralimab, PR-1614645'}]
general
Distinct, Similarity Search
Metadata
Q12.1962
Q12
What other names are there for the drug Vandortuzumab Vedotin?
Some additional names for Vandortuzumab Vedotin are DSTP3086S, MSTP2109A, RG-7450, Vandortuzumab vedotin, and RG7450.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%vandortuzumab vedotin%" OR LOWER(tradeNames_string) LIKE "%vandortuzumab vedotin%" OR LOWER(drugSynonyms_string) LIKE "%vandortuzumab vedotin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_752', 'drugName': 'Vandortuzumab Vedotin', 'tradeNames_string': '', 'drugSynonyms_string': 'DSTP3086S, MSTP2109A, RG-7450, RG7450, Vandortuzumab vedotin'}, {'UUID': 'DrugGeneTargets_v2_753', 'drugName': 'Vandortuzumab Vedotin', 'tradeNames_string': '', 'drugSynonyms_string': 'DSTP3086S, MSTP2109A, RG-7450, RG7450, Vandortuzumab vedotin'}]
general
Distinct, Similarity Search
Metadata
Q12.387
Q12
What other names are there for the drug Azd1386?
Some additional names for Azd1386 are Azd-1386, Azd 1386, and AZD1386.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%azd1386%" OR LOWER(tradeNames_string) LIKE "%azd1386%" OR LOWER(drugSynonyms_string) LIKE "%azd1386%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_239', 'drugName': 'Azd1386', 'tradeNames_string': '', 'drugSynonyms_string': 'AZD1386, Azd 1386, Azd-1386, Azd1386'}]
general
Distinct, Similarity Search
Metadata
Q12.541
Q12
What other names are there for the drug Esmolol Hydrochloride?
Some additional names for Esmolol Hydrochloride are ASL-8052, Brevibloc, Esmolol hydrochloride, and Esmolol hcl.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%esmolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%esmolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%esmolol hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4941', 'drugName': 'Esmolol Hydrochloride', 'tradeNames_string': 'Brevibloc, Esmolol hydrochloride', 'drugSynonyms_string': 'ASL-8052, Esmolol hcl, Esmolol hydrochloride'}, {'UUID': 'DrugGeneTargets_v2_4942', 'drugName': 'Esmolol Hydrochloride', 'tradeNames_string': 'Brevibloc, Esmolol hydrochloride', 'drugSynonyms_string': 'ASL-8052, Esmolol hcl, Esmolol hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.431
Q12
What other names are there for the drug Digoxin?
Some additional names for Digoxin are NSC-95100, Stillacor-, Digoxin pediatric, Vanoxin, Lanoxin-125, Lanoxin pediatric, Natigoxin, Mapluxin, Lanoxin-pg, Lanoxicaps, Dynamos, Fargoxin, Digamex, Digoxinum, Lanocardin, Toloxin, Lanoxin, and Rougoxin.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%digoxin%" OR LOWER(tradeNames_string) LIKE "%digoxin%" OR LOWER(drugSynonyms_string) LIKE "%digoxin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2499', 'drugName': 'Digoxin', 'tradeNames_string': 'Digamex, Digoxin, Digoxin pediatric, Lanoxicaps, Lanoxin, Lanoxin pediatric, Lanoxin-125, Lanoxin-pg, Vanoxin', 'drugSynonyms_string': 'Digoxin, Digoxinum, Dynamos, Fargoxin, Lanocardin, Mapluxin, NSC-95100, Natigoxin, Rougoxin, Stillacor-, Toloxin, Vanoxin'}]
general
Distinct, Similarity Search
Metadata
Q12.657
Q12
What other names are there for the drug Hydromorphone Hydrochloride?
Some additional names for Hydromorphone Hydrochloride are Hydromorphone hydrochloride cii, Hydromorphone HCl, Hydromorphone hydrochloride, Dilaudid-hp, Dilaudid, Dihydromorphinone hydrochloride, Palladone-sr, Palladone, Exalgo, NSC-117862, and Hydromorphone hcl.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%hydromorphone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%hydromorphone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%hydromorphone hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_245', 'drugName': 'Morphine', 'tradeNames_string': '', 'drugSynonyms_string': 'Anhydrous morphine, Avinza, Depodur, Hydromorphone hydrochloride impurity, morphine-, IDS-NM-009, Infumorph, Kadian, Morphia, Morphine, Morphine (anhydrous), Morphine anhydrous, Morphine extended release, Morphine polistirex, Morphium, N02AA01, Nepenthe, Ospalivina'}, {'UUID': 'DrugGeneTargets_v2_4427', 'drugName': 'Hydromorphone Hydrochloride', 'tradeNames_string': 'Dilaudid, Dilaudid-hp, Exalgo, Hydromorphone hydrochloride, Palladone, Palladone-sr', 'drugSynonyms_string': 'Dihydromorphinone hydrochloride, Hydromorphone HCl, Hydromorphone hcl, Hydromorphone hydrochloride, Hydromorphone hydrochloride cii, NSC-117862'}]
general
Distinct, Similarity Search
Metadata
Q12.1642
Q12
What other names are there for the drug Ardeparin Sodium?
Some additional names for Ardeparin Sodium are Ardeparin sodium salt, WY-90493 RD, RD-11885, Normiflo, Ardeparin sodium, and WY-90493-RD.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ardeparin sodium%" OR LOWER(tradeNames_string) LIKE "%ardeparin sodium%" OR LOWER(drugSynonyms_string) LIKE "%ardeparin sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2927', 'drugName': 'Ardeparin Sodium', 'tradeNames_string': 'Normiflo', 'drugSynonyms_string': 'Ardeparin sodium, Ardeparin sodium salt, RD-11885, WY-90493 RD, WY-90493-RD'}]
general
Distinct, Similarity Search
Metadata
Q12.1318
Q12
What other names are there for the drug Lby-135?
Some additional names for Lby-135 are LBY135, LBY-135, and Lby 135.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%lby-135%" OR LOWER(tradeNames_string) LIKE "%lby-135%" OR LOWER(drugSynonyms_string) LIKE "%lby-135%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3373', 'drugName': 'Lby-135', 'tradeNames_string': '', 'drugSynonyms_string': 'LBY-135, LBY135, Lby 135'}]
general
Distinct, Similarity Search
Metadata
Q12.1358
Q12
What other names are there for the drug Apimostinel?
Some additional names for Apimostinel are NRX1074, NRX-1074, and Nrx-1074.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%apimostinel%" OR LOWER(tradeNames_string) LIKE "%apimostinel%" OR LOWER(drugSynonyms_string) LIKE "%apimostinel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5517', 'drugName': 'Apimostinel', 'tradeNames_string': '', 'drugSynonyms_string': 'Apimostinel, NRX-1074, NRX1074, Nrx-1074'}]
general
Distinct, Similarity Search
Metadata
Q12.414
Q12
What other names are there for the drug Tropicamide?
Some additional names for Tropicamide are Tropicacyl, Nods, Mydriacyl, Bistropamide, RO-1-7683, Mydriafair, NSC-757372, Tropicamidum, and Visumidriatic.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tropicamide%" OR LOWER(tradeNames_string) LIKE "%tropicamide%" OR LOWER(drugSynonyms_string) LIKE "%tropicamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1110', 'drugName': 'Tropicamide', 'tradeNames_string': 'Mydriacyl, Mydriafair, Nods, Tropicacyl, Tropicamide', 'drugSynonyms_string': 'Bistropamide, NSC-757372, RO-1-7683, Tropicamide, Tropicamidum, Visumidriatic'}]
general
Distinct, Similarity Search
Metadata
Q12.1615
Q12
What other names are there for the drug Mezagitamab?
Some additional names for Mezagitamab are TAK-079, TAK079, and Tak-079.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%mezagitamab%" OR LOWER(tradeNames_string) LIKE "%mezagitamab%" OR LOWER(drugSynonyms_string) LIKE "%mezagitamab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2252', 'drugName': 'Mezagitamab', 'tradeNames_string': '', 'drugSynonyms_string': 'Mezagitamab, TAK-079, TAK079, Tak-079'}]
general
Distinct, Similarity Search
Metadata
Q12.687
Q12
What other names are there for the drug Semapimod?
Some additional names for Semapimod are Semapimod hydrochloride, Semapimod tetrahydrochloride, CNI-1493, CPSI-2364 FREE BASE, AXD-455, and Cni-1493.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%semapimod%" OR LOWER(tradeNames_string) LIKE "%semapimod%" OR LOWER(drugSynonyms_string) LIKE "%semapimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_361', 'drugName': 'Semapimod', 'tradeNames_string': '', 'drugSynonyms_string': 'AXD-455, CNI-1493, CPSI-2364 FREE BASE, Cni-1493, Semapimod, Semapimod hydrochloride, Semapimod tetrahydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.621
Q12
What other names are there for the drug Tak-901?
There are no additional names for the drug Tak-901.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tak-901%" OR LOWER(tradeNames_string) LIKE "%tak-901%" OR LOWER(drugSynonyms_string) LIKE "%tak-901%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_122', 'drugName': 'Tak-901', 'tradeNames_string': '', 'drugSynonyms_string': 'Tak-901'}]
general
Distinct, Similarity Search
Metadata
Q12.923
Q12
What other names are there for the drug Evacetrapib?
Some additional names for Evacetrapib are LY2484595 and LY-2484595.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%evacetrapib%" OR LOWER(tradeNames_string) LIKE "%evacetrapib%" OR LOWER(drugSynonyms_string) LIKE "%evacetrapib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5790', 'drugName': 'Evacetrapib', 'tradeNames_string': '', 'drugSynonyms_string': 'Evacetrapib, LY-2484595, LY2484595'}]
general
Distinct, Similarity Search
Metadata
Q12.1199
Q12
What other names are there for the drug Itolizumab?
Some additional names for Itolizumab are EQ001, T1h, Bmab 600, BMAB-600, and EQ-001.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%itolizumab%" OR LOWER(tradeNames_string) LIKE "%itolizumab%" OR LOWER(drugSynonyms_string) LIKE "%itolizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4017', 'drugName': 'Itolizumab', 'tradeNames_string': '', 'drugSynonyms_string': 'BMAB-600, Bmab 600, EQ-001, EQ001, Itolizumab, T1h'}]
general
Distinct, Similarity Search
Metadata
Q12.839
Q12
What other names are there for the drug Vismodegib?
Some additional names for Vismodegib are Erivedge, GDC-0449, NSC-747691, and NSC-755986.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%vismodegib%" OR LOWER(tradeNames_string) LIKE "%vismodegib%" OR LOWER(drugSynonyms_string) LIKE "%vismodegib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5550', 'drugName': 'Vismodegib', 'tradeNames_string': 'Erivedge', 'drugSynonyms_string': 'GDC-0449, NSC-747691, NSC-755986, Vismodegib'}]
general
Distinct, Similarity Search
Metadata
Q12.1771
Q12
What other names are there for the drug Odulimomab?
Some additional names for Odulimomab are anti-LFA1 and Afolimomab.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%odulimomab%" OR LOWER(tradeNames_string) LIKE "%odulimomab%" OR LOWER(drugSynonyms_string) LIKE "%odulimomab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_10', 'drugName': 'Odulimomab', 'tradeNames_string': '', 'drugSynonyms_string': 'Afolimomab, Odulimomab, anti-LFA1'}]
general
Distinct, Similarity Search
Metadata
Q12.953
Q12
What other names are there for the drug Tolrestat?
Some additional names for Tolrestat are Alredase, Alderase, AY-27773, AY-27, and 773.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tolrestat%" OR LOWER(tradeNames_string) LIKE "%tolrestat%" OR LOWER(drugSynonyms_string) LIKE "%tolrestat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6334', 'drugName': 'Tolrestat', 'tradeNames_string': 'Alderase, Alredase', 'drugSynonyms_string': 'AY-27,773, AY-27773, Tolrestat'}]
general
Distinct, Similarity Search
Metadata
Q12.185
Q12
What other names are there for the drug Cjm-112?
Some additional names for Cjm-112 are Cjm 112, CJM112, CJM-112, and Cjm112.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%cjm-112%" OR LOWER(tradeNames_string) LIKE "%cjm-112%" OR LOWER(drugSynonyms_string) LIKE "%cjm-112%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1574', 'drugName': 'Cjm-112', 'tradeNames_string': '', 'drugSynonyms_string': 'CJM-112, CJM112, Cjm 112, Cjm-112, Cjm112'}]
general
Distinct, Similarity Search
Metadata
Q12.1072
Q12
What other names are there for the drug Gavilimomab?
The drug Gavilimomab has one aditional name: ABX-CBL.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%gavilimomab%" OR LOWER(tradeNames_string) LIKE "%gavilimomab%" OR LOWER(drugSynonyms_string) LIKE "%gavilimomab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1053', 'drugName': 'Gavilimomab', 'tradeNames_string': '', 'drugSynonyms_string': 'ABX-CBL, Gavilimomab'}]
general
Distinct, Similarity Search
Metadata
Q12.711
Q12
What other names are there for the drug Cimetidine Hydrochloride?
Some additional names for Cimetidine Hydrochloride are Cimetidine hcl, Tagamet, and Cimetidine hydrochloride.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%cimetidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%cimetidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%cimetidine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4862', 'drugName': 'Cimetidine Hydrochloride', 'tradeNames_string': 'Cimetidine hydrochloride, Tagamet', 'drugSynonyms_string': 'Cimetidine hcl, Cimetidine hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.173
Q12
What other names are there for the drug Asp7991?
There are no additional names for the drug Asp7991.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%asp7991%" OR LOWER(tradeNames_string) LIKE "%asp7991%" OR LOWER(drugSynonyms_string) LIKE "%asp7991%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3934', 'drugName': 'Asp7991', 'tradeNames_string': '', 'drugSynonyms_string': 'Asp7991'}]
general
Distinct, Similarity Search
Metadata
Q12.296
Q12
What other names are there for the drug Ave-1642?
Some additional names for Ave-1642 are Ave 1642, AVE-1642, and AVE1642.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ave-1642%" OR LOWER(tradeNames_string) LIKE "%ave-1642%" OR LOWER(drugSynonyms_string) LIKE "%ave-1642%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5824', 'drugName': 'Ave-1642', 'tradeNames_string': '', 'drugSynonyms_string': 'AVE-1642, AVE1642, Ave 1642, Ave-1642'}]
general
Distinct, Similarity Search
Metadata
Q12.554
Q12
What other names are there for the drug Evogliptin?
Some additional names for Evogliptin are DA-1229, Da-1229, and DA1229.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%evogliptin%" OR LOWER(tradeNames_string) LIKE "%evogliptin%" OR LOWER(drugSynonyms_string) LIKE "%evogliptin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1447', 'drugName': 'Evogliptin', 'tradeNames_string': '', 'drugSynonyms_string': 'DA-1229, DA1229, Da-1229, Evogliptin'}]
general
Distinct, Similarity Search
Metadata
Q12.763
Q12
What other names are there for the drug Suramin?
Some additional names for Suramin are Suramine, Metaret, Naganol, Fourneau, Farma, NSC-34936, and FARMA-939.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%suramin%" OR LOWER(tradeNames_string) LIKE "%suramin%" OR LOWER(drugSynonyms_string) LIKE "%suramin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3192', 'drugName': 'Suramin', 'tradeNames_string': '', 'drugSynonyms_string': 'FARMA-939, Farma, Fourneau, Metaret, NSC-34936, Naganol, Suramin, Suramine'}, {'UUID': 'DrugGeneTargets_v2_3528', 'drugName': 'Suramin Hexasodium', 'tradeNames_string': '', 'drugSynonyms_string': 'BAY-205, BAYER-205, CI-1003, FOURNEAU 309, FOURNEAU-309, NF-060, NSC-758165, Nagananinum, Naphuride, Suramin hexasodium, Suramin sodium, Suraminum natricum'}]
general
Distinct, Similarity Search
Metadata
Q12.304
Q12
What other names are there for the drug Propranolol Hydrochloride?
Some additional names for Propranolol Hydrochloride are Syprol, Propatard la, Beta-prograne mr, Cardinol, AY 64043, Avlocardyl, Inderal la, Half-betadur cr, Betadur cr, ICI-45520, Half propatard la, Propanix-80, Propranolol hydrochloride, Berkolol, Half-inderal la, Sagittol, Angilol, Innopran, Bedranol, Propanix-40, Slo-blok, Sloprolol, Propanix-10, Lederpronol, Apsolol, Slo-pro, Propranolol hydrochloride intensol, Half propanix la, Innopran xl, Tesnol, Hemangeol, Rapranol sr, Dupromex, Propanix la, Lopranol la, Bedranol s.r., Half beta-prograne mr, NSC-91523, Half-beprane cr, Inderal, Propanix-160, Propanix-160 sr, Probeta la, ICI 45520, and AY-64043.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%propranolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%propranolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%propranolol hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4718', 'drugName': 'Propranolol Hydrochloride', 'tradeNames_string': 'Angilol, Apsolol, Avlocardyl, Bedranol, Bedranol s.r., Berkolol, Beta-prograne mr, Betadur cr, Cardinol, Dupromex, Half beta-prograne mr, Half propanix la, Half propatard la, Half-beprane cr, Half-betadur cr, Half-inderal la, Hemangeol, Inderal, Inderal la, Innopran, Innopran xl, Lederpronol, Lopranol la, Probeta la, Propanix la, Propanix-10, Propanix-160, Propanix-160 sr, Propanix-40, Propanix-80, Propatard la, Propranolol hydrochloride, Propranolol hydrochloride intensol, Rapranol sr, Sagittol, Slo-blok, Slo-pro, Sloprolol, Syprol, Tesnol', 'drugSynonyms_string': 'AY 64043, AY-64043, ICI 45520, ICI-45520, NSC-91523, Propranolol hydrochloride'}, {'UUID': 'DrugGeneTargets_v2_4719', 'drugName': 'Propranolol Hydrochloride', 'tradeNames_string': 'Angilol, Apsolol, Avlocardyl, Bedranol, Bedranol s.r., Berkolol, Beta-prograne mr, Betadur cr, Cardinol, Dupromex, Half beta-prograne mr, Half propanix la, Half propatard la, Half-beprane cr, Half-betadur cr, Half-inderal la, Hemangeol, Inderal, Inderal la, Innopran, Innopran xl, Lederpronol, Lopranol la, Probeta la, Propanix la, Propanix-10, Propanix-160, Propanix-160 sr, Propanix-40, Propanix-80, Propatard la, Propranolol hydrochloride, Propranolol hydrochloride intensol, Rapranol sr, Sagittol, Slo-blok, Slo-pro, Sloprolol, Syprol, Tesnol', 'drugSynonyms_string': 'AY 64043, AY-64043, ICI 45520, ICI-45520, NSC-91523, Propranolol hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.1878
Q12
What other names are there for the drug Beclomethasone Dipropionate?
Some additional names for Beclomethasone Dipropionate are Beclomethasone dipropionate monohydrate, Becloforte integra, Qvar 50 e-breathe, Clenil modulite, Aerobec 50, Beclomet hayfever, Vanceril double strength, Aerobec 100, Becotide 200, Qvar redihaler, NSC-755901, Beclazone 250 e-breathe, Qnasl, Qvar 100, Beclazone 50 e-breathe, Filair 100, Vancenase pockethaler, Becotide, Zonivent aquanasal, Qvar 80, Vancenase, Fostair, Nasobec hayfever, SGX-201, Beclomethasone, Becotide 100, Nasobec aq, Beclomist, Beclometasone dipropionate, Fostair nexthaler, Beclotaide, Filair 50, Beclazone 50, Clipper, Becloforte, Becloforte e-breathe, Asmabec clickhaler, Becloaqua 50, Propaderm fte, Propaderm, Qvar 40, SCH 18020W, Aerobec fte 250, Vanceril, Qvar 50, Propaderm-c, SGX-203, Rino clenil, Becloforte-vm, Propaderm-a, Filair fte, Beclovent, Qvar 100 e-breathe, Becodisks, Asmabec spacehaler, Ventide, Becotide 50, SCH-18020W, Beclazone 100, SCH 8020W, Beconase aq, Becotide 50 e-breathe, Beclomet diprop, Beclazone 200, Vivabec, Beclomethasone dipropionate, Beclazone 100 e-breathe, Pulvinal beclomet, Beclazone 250, Becotide 100 e-breathe, Beconase, Vancenase aq, SGX-202, and Beclometasone.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%beclomethasone dipropionate%" OR LOWER(tradeNames_string) LIKE "%beclomethasone dipropionate%" OR LOWER(drugSynonyms_string) LIKE "%beclomethasone dipropionate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5013', 'drugName': 'Beclomethasone Dipropionate', 'tradeNames_string': 'Aerobec 100, Aerobec 50, Aerobec fte 250, Asmabec clickhaler, Asmabec spacehaler, Beclazone 100, Beclazone 100 e-breathe, Beclazone 200, Beclazone 250, Beclazone 250 e-breathe, Beclazone 50, Beclazone 50 e-breathe, Becloaqua 50, Becloforte, Becloforte e-breathe, Becloforte integra, Becloforte-vm, Beclomet diprop, Beclomet hayfever, Beclomist, Beclotaide, Beclovent, Becodisks, Beconase, Beconase aq, Becotide, Becotide 100, Becotide 100 e-breathe, Becotide 200, Becotide 50, Becotide 50 e-breathe, Clenil modulite, Clipper, Filair 100, Filair 50, Filair fte, Fostair, Fostair nexthaler, Nasobec aq, Nasobec hayfever, Propaderm, Propaderm fte, Propaderm-a, Propaderm-c, Pulvinal beclomet, Qnasl, Qvar 100, Qvar 100 e-breathe, Qvar 40, Qvar 50, Qvar 50 e-breathe, Qvar 80, Qvar redihaler, Rino clenil, Vancenase, Vancenase aq, Vancenase pockethaler, Vanceril, Vanceril double strength, Ventide, Vivabec, Zonivent aquanasal', 'drugSynonyms_string': 'Beclometasone, Beclometasone dipropionate, Beclomethasone, Beclomethasone dipropionate, Beclomethasone dipropionate monohydrate, NSC-755901, SCH 18020W, SCH 8020W, SCH-18020W, SGX-201, SGX-202, SGX-203'}]
general
Distinct, Similarity Search
Metadata
Q12.1093
Q12
What other names are there for the drug Pf-4136309?
Some additional names for Pf-4136309 are PF-04136309, INCB8761, Pf-04136309, INCB-8761, and PF-4136309.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%pf-4136309%" OR LOWER(tradeNames_string) LIKE "%pf-4136309%" OR LOWER(drugSynonyms_string) LIKE "%pf-4136309%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2719', 'drugName': 'Pf-4136309', 'tradeNames_string': '', 'drugSynonyms_string': 'INCB-8761, INCB8761, PF-04136309, PF-4136309, Pf-04136309, Pf-4136309'}]
general
Distinct, Similarity Search
Metadata
Q12.1747
Q12
What other names are there for the drug Tranimilast?
Some additional names for Tranimilast are Tanimilast, Chf6001, Chf-6001, J3.309.618F, and CHF6001.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tranimilast%" OR LOWER(tradeNames_string) LIKE "%tranimilast%" OR LOWER(drugSynonyms_string) LIKE "%tranimilast%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5131', 'drugName': 'Tranimilast', 'tradeNames_string': '', 'drugSynonyms_string': 'CHF6001, Chf-6001, Chf6001, J3.309.618F, Tanimilast, Tranimilast'}]
general
Distinct, Similarity Search
Metadata
Q12.1652
Q12
What other names are there for the drug Tesevatinib?
Some additional names for Tesevatinib are KD-019, KD-020, EXEL-7647, XL647, Xl-647, and KD019.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tesevatinib%" OR LOWER(tradeNames_string) LIKE "%tesevatinib%" OR LOWER(drugSynonyms_string) LIKE "%tesevatinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4649', 'drugName': 'Tesevatinib', 'tradeNames_string': '', 'drugSynonyms_string': 'EXEL-7647, KD-019, KD-020, KD019, Tesevatinib, XL647, Xl-647'}, {'UUID': 'DrugGeneTargets_v2_4650', 'drugName': 'Tesevatinib', 'tradeNames_string': '', 'drugSynonyms_string': 'EXEL-7647, KD-019, KD-020, KD019, Tesevatinib, XL647, Xl-647'}, {'UUID': 'DrugGeneTargets_v2_4651', 'drugName': 'Tesevatinib', 'tradeNames_string': '', 'drugSynonyms_string': 'EXEL-7647, KD-019, KD-020, KD019, Tesevatinib, XL647, Xl-647'}]
general
Distinct, Similarity Search
Metadata
Q12.914
Q12
What other names are there for the drug Midazolam Hydrochloride?
Some additional names for Midazolam Hydrochloride are Midazolam hydrochloride preservative free, SHP-615, Versed, Dormicum, Midozalam hydrochloride, Buccolam, Rocam, Hypnovel, RO 21-3981/003, Ro-213981-003, Seizalam, NSC-751451, Midazolam hydrochloride, RO-213981001, Midazolam hydrochloride (autoinjector), SHP615, Midazolam hcl, and Midazolam hydrochloride civ.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%midazolam hydrochloride%" OR LOWER(tradeNames_string) LIKE "%midazolam hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%midazolam hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4008', 'drugName': 'Midazolam Hydrochloride', 'tradeNames_string': 'Buccolam, Dormicum, Hypnovel, Midazolam hydrochloride, Midazolam hydrochloride (autoinjector), Midazolam hydrochloride preservative free, Midozalam hydrochloride, Rocam, Seizalam, Versed', 'drugSynonyms_string': 'Midazolam hcl, Midazolam hydrochloride, Midazolam hydrochloride civ, NSC-751451, RO 21-3981/003, RO-213981001, Ro-213981-003, SHP-615, SHP615'}]
general
Distinct, Similarity Search
Metadata
Q12.1932
Q12
What other names are there for the drug Jnj-39220675?
The drug Jnj-39220675 has one aditional name: Jnj 39220675.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%jnj-39220675%" OR LOWER(tradeNames_string) LIKE "%jnj-39220675%" OR LOWER(drugSynonyms_string) LIKE "%jnj-39220675%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_840', 'drugName': 'Jnj-39220675', 'tradeNames_string': '', 'drugSynonyms_string': 'Jnj 39220675, Jnj-39220675'}]
general
Distinct, Similarity Search
Metadata
Q12.275
Q12
What other names are there for the drug Phe377?
There are no additional names for the drug Phe377.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%phe377%" OR LOWER(tradeNames_string) LIKE "%phe377%" OR LOWER(drugSynonyms_string) LIKE "%phe377%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4731', 'drugName': 'Phe377', 'tradeNames_string': '', 'drugSynonyms_string': 'Phe377'}]
general
Distinct, Similarity Search
Metadata
Q12.1147
Q12
What other names are there for the drug Simenepag Isopropyl?
Some additional names for Simenepag Isopropyl are Simenepag isopropyl and AGN-210669.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%simenepag isopropyl%" OR LOWER(tradeNames_string) LIKE "%simenepag isopropyl%" OR LOWER(drugSynonyms_string) LIKE "%simenepag isopropyl%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5355', 'drugName': 'Simenepag Isopropyl', 'tradeNames_string': '', 'drugSynonyms_string': 'AGN-210669, Simenepag isopropyl'}]
general
Distinct, Similarity Search
Metadata
Q12.1589
Q12
What other names are there for the drug Procyclidine Hydrochloride?
Some additional names for Procyclidine Hydrochloride are Muscinil, Kemadrin, Procyclidine HCl, Arpicolin, Procyclidine hcl, NSC-757293, and Procyclidine hydrochloride.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%procyclidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%procyclidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%procyclidine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4919', 'drugName': 'Procyclidine Hydrochloride', 'tradeNames_string': 'Arpicolin, Kemadrin, Muscinil', 'drugSynonyms_string': 'NSC-757293, Procyclidine HCl, Procyclidine hcl, Procyclidine hydrochloride'}]
general
Distinct, Similarity Search
Metadata
Q12.700
Q12
What other names are there for the drug Nolasiban?
The drug Nolasiban has one aditional name: Erlosiban.
SELECT DISTINCT UUID, drugName, tradeNames_string, drugSynonyms_string FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%nolasiban%" OR LOWER(tradeNames_string) LIKE "%nolasiban%" OR LOWER(drugSynonyms_string) LIKE "%nolasiban%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2826', 'drugName': 'Nolasiban', 'tradeNames_string': '', 'drugSynonyms_string': 'Erlosiban, Nolasiban'}]
general
Distinct, Similarity Search
Metadata