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 |
|---|---|---|---|---|---|---|---|---|
Q65.318 | Q65 | What type of molecule is Vildagliptin, and what is its action type? | Vildagliptin is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vildagliptin%" OR LOWER(tradeNames_string) LIKE "%vildagliptin%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_4272', 'drugName': 'Vildagliptin', 'drugSynonyms_string': 'LAF 237, LAF-237, LAF237, NVP-LAF 237, NVP-LAF237, Vildagliptin, Vitagliptin', 'tradeNames_string': 'Galvus', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.698 | Q65 | What type of molecule is Decamethonium, and what is its action type? | Decamethonium is a small molecule drug that acts as an partial agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%decamethonium%" OR LOWER(tradeNames_string) LIKE "%decamethonium%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_922', 'drugName': 'Decamethonium', 'drugSynonyms_string': 'Decamethonium, Decamethonium cation, Decamethonium ion, Syncurine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'partial agonist'}, {'UUID': 'DrugGeneTargets_v2_5170', 'drugName': 'Decamethoniu... | general | Distinct, Similarity Search | Metadata |
Q65.1505 | Q65 | What type of molecule is Darotropium Bromide, and what is its action type? | Darotropium Bromide is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%darotropium bromide%" OR LOWER(tradeNames_string) LIKE "%darotropium bromide%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_5917', 'drugName': 'Darotropium Bromide', 'drugSynonyms_string': 'Darotropium bromide, GSK-233705, GSK-233705B, GSK233705, GSK233705B', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.430 | Q65 | What type of molecule is Loperamide, and what is its action type? | Loperamide is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%loperamide%" OR LOWER(tradeNames_string) LIKE "%loperamide%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3319', 'drugName': 'Loperamide', 'drugSynonyms_string': 'Imodium, Loperamide', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_6052', 'drugName': 'Loperamide Hydrochloride', 'drugSynonyms_string': 'Loperamide hcl, L... | general | Distinct, Similarity Search | Metadata |
Q65.601 | Q65 | What type of molecule is Abediterol, and what is its action type? | Abediterol is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%abediterol%" OR LOWER(tradeNames_string) LIKE "%abediterol%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_929', 'drugName': 'Abediterol', 'drugSynonyms_string': 'Abediterol, LAS-100977, LAS100977', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1964 | Q65 | What type of molecule is Ulodesine, and what is its action type? | Ulodesine is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ulodesine%" OR LOWER(tradeNames_string) LIKE "%ulodesine%" OR LOWER(drugSynonyms_string) LIKE "%ul... | [{'UUID': 'DrugGeneTargets_v2_5299', 'drugName': 'Ulodesine', 'drugSynonyms_string': 'BCX-3408, BCX4208, Dadme-immucillin h, R-3421, Ulodesine', 'tradeNames_string': 'Bcx-4208', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.629 | Q65 | What type of molecule is Fentanyl Hydrochloride, and what is its action type? | Fentanyl Hydrochloride is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fentanyl hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fentanyl hydrochloride%" OR LOWER(drug... | [{'UUID': 'DrugGeneTargets_v2_3916', 'drugName': 'Fentanyl Hydrochloride', 'drugSynonyms_string': 'Fentanyl hcl, Fentanyl hydrochloride', 'tradeNames_string': 'Ionsys', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1170 | Q65 | What type of molecule is Elpetrigine, and what is its action type? | Elpetrigine is a small molecule drug that acts as an blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%elpetrigine%" OR LOWER(tradeNames_string) LIKE "%elpetrigine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1092', 'drugName': 'Elpetrigine', 'drugSynonyms_string': 'Elpetrigine, JZP-4', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_1093', 'drugName': 'Elpetrigine', 'drugSynonyms_string': 'Elpetrigine, JZP-4', 'tradeNam... | general | Distinct, Similarity Search | Metadata |
Q65.1254 | Q65 | What type of molecule is Cp-866087, and what is its action type? | Cp-866087 is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cp-866087%" OR LOWER(tradeNames_string) LIKE "%cp-866087%" OR LOWER(drugSynonyms_string) LIKE "%cp... | [{'UUID': 'DrugGeneTargets_v2_3407', 'drugName': 'Cp-866087', 'drugSynonyms_string': 'CP-866,087, Cp-866,087, Cp-866087', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.230 | Q65 | What type of molecule is Sotrastaurin, and what is its action type? | Sotrastaurin is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sotrastaurin%" OR LOWER(tradeNames_string) LIKE "%sotrastaurin%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_1322', 'drugName': 'Sotrastaurin', 'drugSynonyms_string': 'AEB-071, AEB071, Aeb-071, NVP-AEB071, Sotrastaurin', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1180 | Q65 | What type of molecule is Tosedostat, and what is its action type? | Tosedostat is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tosedostat%" OR LOWER(tradeNames_string) LIKE "%tosedostat%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_582', 'drugName': 'Tosedostat', 'drugSynonyms_string': 'CHR 2797, CHR-2797, Tosedostat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1332 | Q65 | What type of molecule is Nandrolone Decanoate, and what is its action type? | Nandrolone Decanoate is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nandrolone decanoate%" OR LOWER(tradeNames_string) LIKE "%nandrolone decanoate%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_5812', 'drugName': 'Nandrolone Decanoate', 'drugSynonyms_string': 'Nandrolone decanoate, Nandrolone decanoate ciii', 'tradeNames_string': 'Deca-durabolin, Durabolin, Nandrolone decanoate', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1587 | Q65 | What type of molecule is Apalutamide, and what is its action type? | Apalutamide is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apalutamide%" OR LOWER(tradeNames_string) LIKE "%apalutamide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_6164', 'drugName': 'Apalutamide', 'drugSynonyms_string': 'ARN-509, Apalutamide, Arn-509, JNJ-56021927', 'tradeNames_string': 'Erleada', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.69 | Q65 | What type of molecule is Oxelumab, and what is its action type? | Oxelumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxelumab%" OR LOWER(tradeNames_string) LIKE "%oxelumab%" OR LOWER(drugSynonyms_string) LIKE "%oxel... | [{'UUID': 'DrugGeneTargets_v2_3219', 'drugName': 'Oxelumab', 'drugSynonyms_string': 'CD-252, CD252, Glycoprotein gp34, HUMAB OX-40L, HUMAB OX40L, Humab ox 40l, OX-40L, OX40L, Ox40 ligand, Oxelumab, R-4930, R-4930 HUMAB OX40L, R-4930 HUMABOX40L, R4930, RO-49-89991, RO-4989991, RO4989991', 'tradeNames_string': '', 'drugM... | general | Distinct, Similarity Search | Metadata |
Q65.25 | Q65 | What type of molecule is Allylestrenol, and what is its action type? | Allylestrenol is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%allylestrenol%" OR LOWER(tradeNames_string) LIKE "%allylestrenol%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1120', 'drugName': 'Allylestrenol', 'drugSynonyms_string': 'Allylestrenol, Allyloestrenol, NSC-37723, Perselin', 'tradeNames_string': 'Gestanin', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_1121', 'drugName': 'Allylestrenol', 'drugSynon... | general | Distinct, Similarity Search | Metadata |
Q65.147 | Q65 | What type of molecule is Migalastat Hydrochloride, and what is its action type? | Migalastat Hydrochloride is a small molecule drug that acts as an stabiliser. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%migalastat hydrochloride%" OR LOWER(tradeNames_string) LIKE "%migalastat hydrochloride%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_549', 'drugName': 'Migalastat Hydrochloride', 'drugSynonyms_string': 'AT-1001 (MIGALASTAT HYDROCHLORIDE), Migalastat hcl, Migalastat hydrochloride', 'tradeNames_string': 'Galafold', 'drugMolecularType': 'Small molecule', 'drugActionType': 'stabiliser'}] | general | Distinct, Similarity Search | Metadata |
Q65.542 | Q65 | What type of molecule is Drotaverine, and what is its action type? | Drotaverine is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%drotaverine%" OR LOWER(tradeNames_string) LIKE "%drotaverine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_455', 'drugName': 'Drotaverine', 'drugSynonyms_string': 'Dihydroethaverine, Dihydroisoperparine, Drotaverin, Drotaverine, Drotin', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.818 | Q65 | What type of molecule is Axomadol, and what is its action type? | Axomadol is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%axomadol%" OR LOWER(tradeNames_string) LIKE "%axomadol%" OR LOWER(drugSynonyms_string) LIKE "%axom... | [{'UUID': 'DrugGeneTargets_v2_1313', 'drugName': 'Axomadol', 'drugSynonyms_string': 'Axomadol, BN-110 FREE BASE, BN110 BASE, BN110 FREE BASE, En3324, GRT-151 FREE BASE, GRT0151Y, GRT151 Base, GRT151 FREE BASE', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugG... | general | Distinct, Similarity Search | Metadata |
Q65.1120 | Q65 | What type of molecule is Suloctidil, and what is its action type? | Suloctidil is a small molecule drug that acts as an blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%suloctidil%" OR LOWER(tradeNames_string) LIKE "%suloctidil%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1799', 'drugName': 'Suloctidil', 'drugSynonyms_string': 'Bemperil, CP-556S, Cerebro, Circleton, Dulasi, Duloctil, Euvasal, Fluversin, Fluvisco, Hemoantin, Iangene, Loctidon, Locton, MJF 12637, MJF-12637, Octamet, Polivasal, Sudil, Suloctidil, Sulocton, Sulodene', 'tradeNames_string': '', '... | general | Distinct, Similarity Search | Metadata |
Q65.88 | Q65 | What type of molecule is Levothyroxine, and what is its action type? | Levothyroxine is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%levothyroxine%" OR LOWER(tradeNames_string) LIKE "%levothyroxine%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_83', 'drugName': 'Liothyronine', 'drugSynonyms_string': "3,5,3'-triiodothyronine, l-, Cyronine, Euthroid-0.5, Euthroid-1, Euthroid-2, Euthroid-3, Levothyroxine sodium related compound liothyronine, Liothyronine, NSC-80203, Rathyronine, Rathyronine, (s)-, Thyrolar-0.25, Thyrolar-0.5, Thyrol... | general | Distinct, Similarity Search | Metadata |
Q65.1183 | Q65 | What type of molecule is Nivolumab, and what is its action type? | Nivolumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nivolumab%" OR LOWER(tradeNames_string) LIKE "%nivolumab%" OR LOWER(drugSynonyms_string) LIKE "%ni... | [{'UUID': 'DrugGeneTargets_v2_1668', 'drugName': 'Nivolumab', 'drugSynonyms_string': 'BMS-936558, BMS-986298, MDX-1106, MDX1106, Nivolumab, ONO-4538', 'tradeNames_string': 'Opdivo', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1333 | Q65 | What type of molecule is Tildrakizumab, and what is its action type? | Tildrakizumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tildrakizumab%" OR LOWER(tradeNames_string) LIKE "%tildrakizumab%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1373', 'drugName': 'Tildrakizumab', 'drugSynonyms_string': 'MK-3222, SCH-900222, Tildrakizumab, Tildrakizumab asmn, Tildrakizumab-asmn', 'tradeNames_string': 'Ilumetri, Ilumya', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1806 | Q65 | What type of molecule is Elexacaftor, and what is its action type? | Elexacaftor is a small molecule drug that acts as an positive modulator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%elexacaftor%" OR LOWER(tradeNames_string) LIKE "%elexacaftor%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_133', 'drugName': 'Elexacaftor', 'drugSynonyms_string': '3-PYRIDINECARBOXAMIDE, N-((1,3-DIMETHYL-1H-PYRAZOL-4-YL)SULFONYL)-6-(3-(3,3,3-TRIFLUORO-2,2-DIMETHYLPROPOXY)-1H-PYRAZOL-1-YL)-2-((4S)-2,2,4-TRIMETHYL-1-PYRROLIDINYL)-, Elexacaftor, VX-445, Vx-445', 'tradeNames_string': '', 'drugMolec... | general | Distinct, Similarity Search | Metadata |
Q65.1819 | Q65 | What type of molecule is Indusatumab Vedotin, and what is its action type? | Indusatumab Vedotin is a antibody drug that acts as an inhibitor and a binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%indusatumab vedotin%" OR LOWER(tradeNames_string) LIKE "%indusatumab vedotin%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_5922', 'drugName': 'Indusatumab Vedotin', 'drugSynonyms_string': 'Indusatumab vedotin, MLN-0264, MLN0264, Mln0264, TAK-264', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5923', 'drugName': 'Indusatumab Vedotin', 'dru... | general | Distinct, Similarity Search | Metadata |
Q65.1374 | Q65 | What type of molecule is Ceruletide, and what is its action type? | Ceruletide is a protein drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ceruletide%" OR LOWER(tradeNames_string) LIKE "%ceruletide%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3461', 'drugName': 'Ceruletide Diethylamine', 'drugSynonyms_string': 'Caerulein diethylamine, Ceosunin, Ceruletide diethylamine, Ceruletide diethylamine salt, Takus', 'tradeNames_string': 'Tymtran', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_... | general | Distinct, Similarity Search | Metadata |
Q65.1144 | Q65 | What type of molecule is Meclofenamic Acid, and what is its action type? | Meclofenamic Acid is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%meclofenamic acid%" OR LOWER(tradeNames_string) LIKE "%meclofenamic acid%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_3724', 'drugName': 'Meclofenamate Sodium', 'drugSynonyms_string': 'CL-583.NA SALT, Meclofenamate sodium, Meclofenamate sodium anhydrous, Meclofenamate sodium hydrate, Meclofenamic acid sodium, NSC-757088, Sodium meclofenamate, Sodium meclofenamate monohydrate', 'tradeNames_string': 'Meclod... | general | Distinct, Similarity Search | Metadata |
Q65.367 | Q65 | What type of molecule is Oxaprozin Potassium, and what is its action type? | Oxaprozin Potassium is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxaprozin potassium%" OR LOWER(tradeNames_string) LIKE "%oxaprozin potassium%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_3630', 'drugName': 'Oxaprozin Potassium', 'drugSynonyms_string': 'Oxaprozin potassium', 'tradeNames_string': 'Daypro alta', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1790 | Q65 | What type of molecule is Teglarinad, and what is its action type? | Teglarinad is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%teglarinad%" OR LOWER(tradeNames_string) LIKE "%teglarinad%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_921', 'drugName': 'Teglarinad', 'drugSynonyms_string': 'Teglarinad cation, Teglarinad ion', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3246', 'drugName': 'Teglarinad Chloride', 'drugSynonyms_string': 'EB-1627... | general | Distinct, Similarity Search | Metadata |
Q65.1208 | Q65 | What type of molecule is Adalimumab, and what is its action type? | Adalimumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%adalimumab%" OR LOWER(tradeNames_string) LIKE "%adalimumab%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3802', 'drugName': 'Adalimumab', 'drugSynonyms_string': 'AVT-02, Abp-501, Abrilada, Adalimumab, Adalimumab (genetical recombination), Adalimumab (humira), Adalimumab adaz, Adalimumab adbm, Adalimumab afzb, Adalimumab aqvh, Adalimumab atto, Adalimumab beta, Adalimumab biosimilar (alvotech),... | general | Distinct, Similarity Search | Metadata |
Q65.1035 | Q65 | What type of molecule is Mirabegron, and what is its action type? | Mirabegron is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mirabegron%" OR LOWER(tradeNames_string) LIKE "%mirabegron%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1178', 'drugName': 'Mirabegron', 'drugSynonyms_string': 'Betanis, Mirabegron, YM-178, YM178', 'tradeNames_string': 'Betmiga, Myrbetriq, Myrbetriq granules', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1039 | Q65 | What type of molecule is Stx-100, and what is its action type? | Stx-100 is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%stx-100%" OR LOWER(tradeNames_string) LIKE "%stx-100%" OR LOWER(drugSynonyms_string) LIKE "%stx-10... | [{'UUID': 'DrugGeneTargets_v2_625', 'drugName': 'Stx-100', 'drugSynonyms_string': 'STX-100, Stx-100', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1761 | Q65 | What type of molecule is Tiotropium, and what is its action type? | Tiotropium is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tiotropium%" OR LOWER(tradeNames_string) LIKE "%tiotropium%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4878', 'drugName': 'Tiotropium Bromide', 'drugSynonyms_string': 'BA 679 BR, BA-679 BR, BA-679-BR, BA-679BR, Tiotropium bromide, Tiotropium bromide anhydrous, Tiotropium bromide hydrate, Tiotropium bromide monohydrate', 'tradeNames_string': 'Spiriva, Spiriva respimat', 'drugMolecularType': ... | general | Distinct, Similarity Search | Metadata |
Q65.1357 | Q65 | What type of molecule is Dwp05195, and what is its action type? | Dwp05195 is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dwp05195%" OR LOWER(tradeNames_string) LIKE "%dwp05195%" OR LOWER(drugSynonyms_string) LIKE "%dwp0... | [{'UUID': 'DrugGeneTargets_v2_195', 'drugName': 'Dwp05195', 'drugSynonyms_string': 'DWP-05195, Dwp05195', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1875 | Q65 | What type of molecule is Tisotumab Vedotin, and what is its action type? | Tisotumab Vedotin is a antibody drug that acts as an binding agent and a inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tisotumab vedotin%" OR LOWER(tradeNames_string) LIKE "%tisotumab vedotin%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_4157', 'drugName': 'Tisotumab Vedotin', 'drugSynonyms_string': 'GCT1015-04, HuMax-TF-ADC, IGG1-1015-011-1006, TF-011-MMAE, Tisotumab vedotin, Tisotumab vedotin tftv, Tisotumab vedotin-tftv', 'tradeNames_string': 'Tivdak', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'},... | general | Distinct, Similarity Search | Metadata |
Q65.672 | Q65 | What type of molecule is Regorafenib, and what is its action type? | Regorafenib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%regorafenib%" OR LOWER(tradeNames_string) LIKE "%regorafenib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_800', 'drugName': 'Regorafenib', 'drugSynonyms_string': 'BAY 73-4506, BAY 73-4506 monohydrate, BAY-73-4506, BAY-734506, Regorafenib, Regorafenib anhydrous, Regorafenib hydrate, Regorafenib monohydrate', 'tradeNames_string': 'Stivarga', 'drugMolecularType': 'Small molecule', 'drugActionType... | general | Distinct, Similarity Search | Metadata |
Q65.369 | Q65 | What type of molecule is Saf312, and what is its action type? | Saf312 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%saf312%" OR LOWER(tradeNames_string) LIKE "%saf312%" OR LOWER(drugSynonyms_string) LIKE "%saf312%"... | [{'UUID': 'DrugGeneTargets_v2_2870', 'drugName': 'Saf312', 'drugSynonyms_string': 'Saf312', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.80 | Q65 | What type of molecule is Gataparsen, and what is its action type? | Gataparsen is a oligonucleotide drug that acts as an antisense inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gataparsen%" OR LOWER(tradeNames_string) LIKE "%gataparsen%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3583', 'drugName': 'Gataparsen', 'drugSynonyms_string': 'Gataparsen, LY-2181308, LY2181308', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.28 | Q65 | What type of molecule is Su-014813, and what is its action type? | Su-014813 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%su-014813%" OR LOWER(tradeNames_string) LIKE "%su-014813%" OR LOWER(drugSynonyms_string) LIKE "%su... | [{'UUID': 'DrugGeneTargets_v2_40', 'drugName': 'Su-014813', 'drugSynonyms_string': 'SU-14813, Su-014813, Su-14813', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_41', 'drugName': 'Su-014813', 'drugSynonyms_string': 'SU-14813, Su-014813, Su-1... | general | Distinct, Similarity Search | Metadata |
Q65.1438 | Q65 | What type of molecule is Orm-12741, and what is its action type? | Orm-12741 is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%orm-12741%" OR LOWER(tradeNames_string) LIKE "%orm-12741%" OR LOWER(drugSynonyms_string) LIKE "%or... | [{'UUID': 'DrugGeneTargets_v2_3752', 'drugName': 'Orm-12741', 'drugSynonyms_string': 'DB-105, ORM-10921, Orm-12741', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.531 | Q65 | What type of molecule is Nisoldipine, and what is its action type? | Nisoldipine is a small molecule drug that acts as an blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nisoldipine%" OR LOWER(tradeNames_string) LIKE "%nisoldipine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5409', 'drugName': 'Nisoldipine', 'drugSynonyms_string': 'BAY K 5552, BAY-K-5552, Baymycard, Geomatrix 16e, NSC-759106, Nisoldipin, Nisoldipine, Nisoldipine (stn)', 'tradeNames_string': 'Nisoldipine, Sular, Syscor mr 10, Syscor mr 20, Syscor mr 30', 'drugMolecularType': 'Small molecule', '... | general | Distinct, Similarity Search | Metadata |
Q65.1836 | Q65 | What type of molecule is Canrenoate, and what is its action type? | Canrenoate is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%canrenoate%" OR LOWER(tradeNames_string) LIKE "%canrenoate%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_82', 'drugName': 'Canrenoate Potassium', 'drugSynonyms_string': 'Canrenoate potassium, Canrenone free acid potassium salt, Kanrenol, NSC-757789, Potassium canrenoate, SC-14266', 'tradeNames_string': 'Soldactone, Spiroctan-m', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antago... | general | Distinct, Similarity Search | Metadata |
Q65.56 | Q65 | What type of molecule is Codeine Polistirex, and what is its action type? | Codeine Polistirex is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%codeine polistirex%" OR LOWER(tradeNames_string) LIKE "%codeine polistirex%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_494', 'drugName': 'Codeine Polistirex', 'drugSynonyms_string': 'Codeine polistirex', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.645 | Q65 | What type of molecule is Ns-018, and what is its action type? | Ns-018 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ns-018%" OR LOWER(tradeNames_string) LIKE "%ns-018%" OR LOWER(drugSynonyms_string) LIKE "%ns-018%"... | [{'UUID': 'DrugGeneTargets_v2_5451', 'drugName': 'Ns-018', 'drugSynonyms_string': 'Ilginatinib, NS-018, Ns-018', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.306 | Q65 | What type of molecule is Narsoplimab, and what is its action type? | Narsoplimab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%narsoplimab%" OR LOWER(tradeNames_string) LIKE "%narsoplimab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2033', 'drugName': 'Narsoplimab', 'drugSynonyms_string': 'Masp-2 antibody, Narsoplimab, OMS-721, OMS00620646, OMS620646, OMS721', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.725 | Q65 | What type of molecule is Ribavirin, and what is its action type? | Ribavirin is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ribavirin%" OR LOWER(tradeNames_string) LIKE "%ribavirin%" OR LOWER(drugSynonyms_string) LIKE "%ri... | [{'UUID': 'DrugGeneTargets_v2_3809', 'drugName': 'Ribavirin', 'drugSynonyms_string': 'Cotronak, NSC-163039, Ribavirin, Ribavirin biopartners, Ribavirin mylan, Ribavirin teva, SCH 18908, SCH-18908, Tribavirin', 'tradeNames_string': 'Copegus, Rebetol, Ribapak, Ribasphere, Ribavarin, Ribavirin, Ribofluranosyl Carboxamide,... | general | Distinct, Similarity Search | Metadata |
Q65.631 | Q65 | What type of molecule is Arry-382, and what is its action type? | Arry-382 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%arry-382%" OR LOWER(tradeNames_string) LIKE "%arry-382%" OR LOWER(drugSynonyms_string) LIKE "%arry... | [{'UUID': 'DrugGeneTargets_v2_5240', 'drugName': 'Arry-382', 'drugSynonyms_string': 'Arry-382', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.8 | Q65 | What type of molecule is Allitinib, and what is its action type? | Allitinib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%allitinib%" OR LOWER(tradeNames_string) LIKE "%allitinib%" OR LOWER(drugSynonyms_string) LIKE "%al... | [{'UUID': 'DrugGeneTargets_v2_3091', 'drugName': 'Allitinib', 'drugSynonyms_string': 'ALL-3, AST-1306, Allitinib, Als 1306, Ast 1306, Ast-1306, Ast1306', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3092', 'drugName': 'Allitinib', 'drugSyno... | general | Distinct, Similarity Search | Metadata |
Q65.810 | Q65 | What type of molecule is Semagacestat, and what is its action type? | Semagacestat is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%semagacestat%" OR LOWER(tradeNames_string) LIKE "%semagacestat%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_6335', 'drugName': 'Semagacestat', 'drugSynonyms_string': 'LY-450139, LY450139, Semagacestat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1058 | Q65 | What type of molecule is Rolapitant, and what is its action type? | Rolapitant is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rolapitant%" OR LOWER(tradeNames_string) LIKE "%rolapitant%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3346', 'drugName': 'Rolapitant Hydrochloride', 'drugSynonyms_string': 'Rolapitant hcl h20, Rolapitant hydrochloride, Rolapitant hydrochloride monohydrate, SCH-619734, SCH619734', 'tradeNames_string': 'Varubi', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID':... | general | Distinct, Similarity Search | Metadata |
Q65.340 | Q65 | What type of molecule is Loxoprofen, and what is its action type? | Loxoprofen is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%loxoprofen%" OR LOWER(tradeNames_string) LIKE "%loxoprofen%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2702', 'drugName': 'Loxoprofen', 'drugSynonyms_string': 'Loxoprofen, Loxoprofen acid, Loxoprofen sodium', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.48 | Q65 | What type of molecule is Ds-7423, and what is its action type? | Ds-7423 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ds-7423%" OR LOWER(tradeNames_string) LIKE "%ds-7423%" OR LOWER(drugSynonyms_string) LIKE "%ds-742... | [{'UUID': 'DrugGeneTargets_v2_4622', 'drugName': 'Ds-7423', 'drugSynonyms_string': 'Ds-7423', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4623', 'drugName': 'Ds-7423', 'drugSynonyms_string': 'Ds-7423', 'tradeNames_string': '', 'drugMolecul... | general | Distinct, Similarity Search | Metadata |
Q65.1481 | Q65 | What type of molecule is Aus-131, and what is its action type? | Aus-131 is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%aus-131%" OR LOWER(tradeNames_string) LIKE "%aus-131%" OR LOWER(drugSynonyms_string) LIKE "%aus-13... | [{'UUID': 'DrugGeneTargets_v2_6316', 'drugName': 'Aus-131', 'drugSynonyms_string': '(S)-Equol, Aus-131', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.109 | Q65 | What type of molecule is Cedazuridine, and what is its action type? | Cedazuridine is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cedazuridine%" OR LOWER(tradeNames_string) LIKE "%cedazuridine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_2765', 'drugName': 'Cedazuridine', 'drugSynonyms_string': 'ASTX-727 COMPONENT CEDAZURIDINE, ASTX727 COMPONENT CEDAZURIDINE, Cedazuridine, E-7727, E7727', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.353 | Q65 | What type of molecule is Rosiglitazone Maleate, and what is its action type? | Rosiglitazone Maleate is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rosiglitazone maleate%" OR LOWER(tradeNames_string) LIKE "%rosiglitazone maleate%" OR LOWER(drugSy... | [{'UUID': 'DrugGeneTargets_v2_4628', 'drugName': 'Rosiglitazone Maleate', 'drugSynonyms_string': 'Avandia, BRL-49653, BRL-49653-C, BRL-49653C, NSC-717764, Rosiglitazone maleate, Rosiglitzazone maleate', 'tradeNames_string': 'Avandia, Rosiglitazone maleate', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agon... | general | Distinct, Similarity Search | Metadata |
Q65.241 | Q65 | What type of molecule is Epratuzumab, and what is its action type? | Epratuzumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%epratuzumab%" OR LOWER(tradeNames_string) LIKE "%epratuzumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3402', 'drugName': 'Yttrium Y 90 Epratuzumab', 'drugSynonyms_string': '90Y-HLL2, 90Y_HLL2, Epratuzumab (y 90), S9S0Y-HLL2, Yttrium y 90 epratuzumab, Yttrium y-90 epratuzumab', 'tradeNames_string': 'Lymphocide', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': '... | general | Distinct, Similarity Search | Metadata |
Q65.216 | Q65 | What type of molecule is Maralixibat, and what is its action type? | Maralixibat is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%maralixibat%" OR LOWER(tradeNames_string) LIKE "%maralixibat%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5944', 'drugName': 'Maralixibat Chloride', 'drugSynonyms_string': 'LUM-001, LUM001, Lopixibat chloride, Maralixibat chloride', 'tradeNames_string': 'Livmarli', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5835', 'drugName': 'Maralixiba... | general | Distinct, Similarity Search | Metadata |
Q65.1827 | Q65 | What type of molecule is Olacaftor, and what is its action type? | Olacaftor is a small molecule drug that acts as an positive modulator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olacaftor%" OR LOWER(tradeNames_string) LIKE "%olacaftor%" OR LOWER(drugSynonyms_string) LIKE "%ol... | [{'UUID': 'DrugGeneTargets_v2_5163', 'drugName': 'Olacaftor', 'drugSynonyms_string': 'Olacaftor, VX-440, Vx-440', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1138 | Q65 | What type of molecule is At-13148, and what is its action type? | At-13148 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%at-13148%" OR LOWER(tradeNames_string) LIKE "%at-13148%" OR LOWER(drugSynonyms_string) LIKE "%at-1... | [{'UUID': 'DrugGeneTargets_v2_5612', 'drugName': 'At-13148', 'drugSynonyms_string': 'AT13148, At-13148', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5613', 'drugName': 'At-13148', 'drugSynonyms_string': 'AT13148, At-13148', 'tradeNames_str... | general | Distinct, Similarity Search | Metadata |
Q65.800 | Q65 | What type of molecule is Ospemifene, and what is its action type? | Ospemifene is a small molecule drug that acts as an modulator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ospemifene%" OR LOWER(tradeNames_string) LIKE "%ospemifene%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3057', 'drugName': 'Ospemifene', 'drugSynonyms_string': '(deaminohydroxy) toremifene, FC-1271, FC-1271A, Ospemifene, Tore iii', 'tradeNames_string': 'Osphena, Senshio', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1123 | Q65 | What type of molecule is Pf-00446687, and what is its action type? | Pf-00446687 is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-00446687%" OR LOWER(tradeNames_string) LIKE "%pf-00446687%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_668', 'drugName': 'Pf-00446687', 'drugSynonyms_string': '(-)-PF-00446687, Pf-00446687', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1583 | Q65 | What type of molecule is Trastuzumab Duocarmazine, and what is its action type? | Trastuzumab Duocarmazine is a antibody drug that acts as an binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%trastuzumab duocarmazine%" OR LOWER(tradeNames_string) LIKE "%trastuzumab duocarmazine%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_1870', 'drugName': 'Trastuzumab Duocarmazine', 'drugSynonyms_string': 'SYD-985, SYD985, Trastuzumab duocarmazine', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1672 | Q65 | What type of molecule is Dalotuzumab, and what is its action type? | Dalotuzumab is a antibody drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dalotuzumab%" OR LOWER(tradeNames_string) LIKE "%dalotuzumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_999', 'drugName': 'Dalotuzumab', 'drugSynonyms_string': 'Dalotuzumab, MK 0646, MK-0646, MK0646', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.529 | Q65 | What type of molecule is Vardenafil Hydrochloride, and what is its action type? | Vardenafil Hydrochloride is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vardenafil hydrochloride%" OR LOWER(tradeNames_string) LIKE "%vardenafil hydrochloride%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_4542', 'drugName': 'Vardenafil Hydrochloride', 'drugSynonyms_string': 'BAY 38-9456, BAY-38-9456, Nuviva, Vardenafil hcl, Vardenafil hydrochloride, Vardenafil hydrochloride anhydrous, Vardenafil hydrochloride hydrate, Vardenafil hydrochloride trihydrate, Vardenafil monohydrochloride', 'trad... | general | Distinct, Similarity Search | Metadata |
Q65.235 | Q65 | What type of molecule is Bfh-772, and what is its action type? | Bfh-772 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bfh-772%" OR LOWER(tradeNames_string) LIKE "%bfh-772%" OR LOWER(drugSynonyms_string) LIKE "%bfh-77... | [{'UUID': 'DrugGeneTargets_v2_2209', 'drugName': 'Bfh-772', 'drugSynonyms_string': 'BFH-722, BFH-772, BFH722, BFH772, Bfh-772, Bfh772', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.651 | Q65 | What type of molecule is Phenazopyridine, and what is its action type? | Phenazopyridine is a small molecule drug that acts as an blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%phenazopyridine%" OR LOWER(tradeNames_string) LIKE "%phenazopyridine%" OR LOWER(drugSynonyms_strin... | [{'UUID': 'DrugGeneTargets_v2_4632', 'drugName': 'Phenazopyridine', 'drugSynonyms_string': 'NSC-145895, Phenazopyridine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_1016', 'drugName': 'Phenazopyridine Hydrochloride', 'drugSynonyms_string': ... | general | Distinct, Similarity Search | Metadata |
Q65.1509 | Q65 | What type of molecule is Keliximab, and what is its action type? | Keliximab is a antibody drug that acts as an negative modulator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%keliximab%" OR LOWER(tradeNames_string) LIKE "%keliximab%" OR LOWER(drugSynonyms_string) LIKE "%ke... | [{'UUID': 'DrugGeneTargets_v2_2536', 'drugName': 'Keliximab', 'drugSynonyms_string': 'IDEC CE-9.1, IDEC-CE9.1, Keliximab, SB-210396', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'negative modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.539 | Q65 | What type of molecule is Mitoxantrone Hydrochloride, and what is its action type? | Mitoxantrone Hydrochloride is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mitoxantrone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mitoxantrone hydrochloride%" OR LO... | [{'UUID': 'DrugGeneTargets_v2_4715', 'drugName': 'Mitoxantrone Hydrochloride', 'drugSynonyms_string': 'CL 232,315, CL-232315, Mitoxantrone Dihcl, Mitoxantrone Dihydrochloride, Mitoxantrone dihydrochloride, Mitoxantrone hcl, Mitoxantrone hydrochloride, Mitozantrone, NSC-301739', 'tradeNames_string': 'Mitoxantrone hydroc... | general | Distinct, Similarity Search | Metadata |
Q65.1753 | Q65 | What type of molecule is Olverembatinib, and what is its action type? | Olverembatinib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olverembatinib%" OR LOWER(tradeNames_string) LIKE "%olverembatinib%" OR LOWER(drugSynonyms_string)... | [{'UUID': 'DrugGeneTargets_v2_4219', 'drugName': 'Olverembatinib', 'drugSynonyms_string': 'D-824, D-824 DIMESYLATE, GZD-824, GZD-824 DIMESYLATE, Gzd-824 dimesylate, HQP-1351, HQP-1351 DIMESYLATE, HQP1351, HQP1351 DIMESYLATE, Hqp1351, Olverembatinib, Olverembatinib dimesylate', 'tradeNames_string': '', 'drugMolecularTyp... | general | Distinct, Similarity Search | Metadata |
Q65.610 | Q65 | What type of molecule is Ciclesonide, and what is its action type? | Ciclesonide is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ciclesonide%" OR LOWER(tradeNames_string) LIKE "%ciclesonide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4432', 'drugName': 'Ciclesonide', 'drugSynonyms_string': 'BI54903, Ciclesonide, RPR-251526, RPR251526', 'tradeNames_string': 'Alvesco, Alvesco 160, Alvesco 80, Omnaris, Zetonna', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1780 | Q65 | What type of molecule is Difenoxin, and what is its action type? | Difenoxin is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%difenoxin%" OR LOWER(tradeNames_string) LIKE "%difenoxin%" OR LOWER(drugSynonyms_string) LIKE "%di... | [{'UUID': 'DrugGeneTargets_v2_614', 'drugName': 'Difenoxin', 'drugSynonyms_string': 'Acscn-9168, Difenoxin, Diphenoxylate related compound a, Diphenoxylic acid, IDS-ND-007, Lyspafen, MCN-JR-15,403-11, Mcn-jr 15403-11, R 15,403 [AS HYDROCHLORIDE], R-15403', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule',... | general | Distinct, Similarity Search | Metadata |
Q65.1083 | Q65 | What type of molecule is Tiagabine, and what is its action type? | Tiagabine is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tiagabine%" OR LOWER(tradeNames_string) LIKE "%tiagabine%" OR LOWER(drugSynonyms_string) LIKE "%ti... | [{'UUID': 'DrugGeneTargets_v2_4422', 'drugName': 'Tiagabine', 'drugSynonyms_string': 'A-70569-1, ABBOTT-70569, ABBOTT-70569 FREE BASE, ABBOTT-70569-1, ABBOTT-705691 FREE BASE, ABT-569, ABT-569 FREE BASE, Gabitril, NNC-05-0328, NNC-050328 FREE BASE, NO-05-0328, NO-050328 FREE BASE, Tiagabine', 'tradeNames_string': 'Gabi... | general | Distinct, Similarity Search | Metadata |
Q65.1407 | Q65 | What type of molecule is Tolebrutinib, and what is its action type? | Tolebrutinib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tolebrutinib%" OR LOWER(tradeNames_string) LIKE "%tolebrutinib%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_4858', 'drugName': 'Tolebrutinib', 'drugSynonyms_string': 'PRN-2246, PRN2246, SAR-442168, SAR442168, Sar442168, Tolebrutinib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.62 | Q65 | What type of molecule is Ronacaleret, and what is its action type? | Ronacaleret is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ronacaleret%" OR LOWER(tradeNames_string) LIKE "%ronacaleret%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1753', 'drugName': 'Ronacaleret', 'drugSynonyms_string': 'Ronacaleret, Sb-751689', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1643 | Q65 | What type of molecule is Yttrium Y 90 Clivatuzumab Tetraxetan, and what is its action type? | Yttrium Y 90 Clivatuzumab Tetraxetan is a antibody drug that acts as an binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%yttrium y 90 clivatuzumab tetraxetan%" OR LOWER(tradeNames_string) LIKE "%yttrium y 90 clivatuzuma... | [{'UUID': 'DrugGeneTargets_v2_6036', 'drugName': 'Yttrium Y 90 Clivatuzumab Tetraxetan', 'drugSynonyms_string': '90HY-PAM4, 90Y-HPAM4, 90Y-HPAMA4, HPAM-4-DOTA, HPAM-DOTA HY-PAM4, HPAM4-DOTA, IMMU-107, S9S0HY-PAM4, Yttrium (90y) clivatuzumab tetraxetan, Yttrium y 90 clivatuzumab tetraxetan', 'tradeNames_string': 'Hpam4-... | general | Distinct, Similarity Search | Metadata |
Q65.95 | Q65 | What type of molecule is Felodipine, and what is its action type? | Felodipine is a small molecule drug that acts as an antagonist and a blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%felodipine%" OR LOWER(tradeNames_string) LIKE "%felodipine%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4515', 'drugName': 'Felodipine', 'drugSynonyms_string': 'C08CA02, Felodipine, H 154/82, H-154/82, NSC-760343', 'tradeNames_string': 'Cabren, Cardioplen xl, Felodipine, Felogen xl, Felotens xl, Folpik xl, Keloc sr, Neofel xl, Parmid xl, Pinefeld xl, Plendil, Preslow, Vascalpha', 'drugMolecu... | general | Distinct, Similarity Search | Metadata |
Q65.673 | Q65 | What type of molecule is Alicaforsen Sodium, and what is its action type? | Alicaforsen Sodium is a oligonucleotide drug that acts as an antisense inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%alicaforsen sodium%" OR LOWER(tradeNames_string) LIKE "%alicaforsen sodium%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_1636', 'drugName': 'Alicaforsen Sodium', 'drugSynonyms_string': 'Alicaforsen, Alicaforsen nonadecasodium salt, Alicaforsen sodium, ISIS 2302, ISIS-2302', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.284 | Q65 | What type of molecule is Remoxipride, and what is its action type? | Remoxipride is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%remoxipride%" OR LOWER(tradeNames_string) LIKE "%remoxipride%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2415', 'drugName': 'Remoxipride', 'drugSynonyms_string': 'A 33547, A-33547, FLA 731, FLA-731(-), Remoxipride, Roxiam', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3071', 'drugName': 'Remoxipride Hydrochloride... | general | Distinct, Similarity Search | Metadata |
Q65.1796 | Q65 | What type of molecule is Guanethidine Monosulfate, and what is its action type? | Guanethidine Monosulfate is a small molecule drug that acts as an substrate. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%guanethidine monosulfate%" OR LOWER(tradeNames_string) LIKE "%guanethidine monosulfate%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_2340', 'drugName': 'Guanethidine Monosulfate', 'drugSynonyms_string': 'Guanethidine monosulfate, Guanethidine monosulphate', 'tradeNames_string': 'Ganda, Guanethidine monosulfate, Ismelin, Ismeline, Lotens', 'drugMolecularType': 'Small molecule', 'drugActionType': 'substrate'}] | general | Distinct, Similarity Search | Metadata |
Q65.364 | Q65 | What type of molecule is Mavelertinib, and what is its action type? | Mavelertinib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mavelertinib%" OR LOWER(tradeNames_string) LIKE "%mavelertinib%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_6168', 'drugName': 'Mavelertinib', 'drugSynonyms_string': 'Egfr t790m inhibitor pf-06747775, Mavelertinib, PF-06747775', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1468 | Q65 | What type of molecule is Mezagitamab, and what is its action type? | Mezagitamab is a antibody drug that acts as an binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mezagitamab%" OR LOWER(tradeNames_string) LIKE "%mezagitamab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2252', 'drugName': 'Mezagitamab', 'drugSynonyms_string': 'Mezagitamab, TAK-079, TAK079, Tak-079', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1169 | Q65 | What type of molecule is Benzydamine, and what is its action type? | Benzydamine is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%benzydamine%" OR LOWER(tradeNames_string) LIKE "%benzydamine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3576', 'drugName': 'Benzydamine Hydrochloride', 'drugSynonyms_string': 'AF-864, Benzidamine hydrochloride, Benzydamine hcl, Benzydamine hydrochloride, NSC-759276', 'tradeNames_string': 'Difflam, Difflam-p, Lozamine, Tantum', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibit... | general | Distinct, Similarity Search | Metadata |
Q65.854 | Q65 | What type of molecule is Carbenoxolone, and what is its action type? | Carbenoxolone is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%carbenoxolone%" OR LOWER(tradeNames_string) LIKE "%carbenoxolone%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_5312', 'drugName': 'Carbenoxolone', 'drugSynonyms_string': 'Carbenoxolone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1379 | Q65 | What type of molecule is Ribociclib, and what is its action type? | Ribociclib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ribociclib%" OR LOWER(tradeNames_string) LIKE "%ribociclib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3487', 'drugName': 'Ribociclib', 'drugSynonyms_string': 'LEE-011, LEE-011A, LEE011, LEE011A, Lee-011, NVP-LEE011, Ribociclib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3488', 'drugName': 'Ribociclib', 'drug... | general | Distinct, Similarity Search | Metadata |
Q65.113 | Q65 | What type of molecule is Levetiracetam, and what is its action type? | Levetiracetam is a small molecule drug that acts as an modulator and a blocker. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%levetiracetam%" OR LOWER(tradeNames_string) LIKE "%levetiracetam%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_283', 'drugName': 'Levetiracetam', 'drugSynonyms_string': 'AGB-101, Elepsia, Levetiracetam, Levetiracetam accord, Levetiracetam actavis, Levetiracetam hospira, Levetiracetam sun, Levetiracetam teva, Levetiracetame, N03AX14, NSC-760119, UCB 22059, UCB L059, UCB-22059, UCB-L059', 'tradeNames... | general | Distinct, Similarity Search | Metadata |
Q65.43 | Q65 | What type of molecule is Odronextamab, and what is its action type? | Odronextamab is a antibody drug that acts as an binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%odronextamab%" OR LOWER(tradeNames_string) LIKE "%odronextamab%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_1602', 'drugName': 'Odronextamab', 'drugSynonyms_string': 'Odronextamab, REGN-1979, REGN1979, Regn-1979, Regn1979', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_1603', 'drugName': 'Odronextamab', 'drugSynonyms_st... | general | Distinct, Similarity Search | Metadata |
Q65.128 | Q65 | What type of molecule is Cycrimine Hydrochloride, and what is its action type? | Cycrimine Hydrochloride is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cycrimine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%cycrimine hydrochloride%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_4978', 'drugName': 'Cycrimine Hydrochloride', 'drugSynonyms_string': 'Cycrimine HCl, Cycrimine hcl, Cycrimine hydrochloride, NSC-169452', 'tradeNames_string': 'Pagitane', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.207 | Q65 | What type of molecule is Briakinumab, and what is its action type? | Briakinumab is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%briakinumab%" OR LOWER(tradeNames_string) LIKE "%briakinumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1844', 'drugName': 'Briakinumab', 'drugSynonyms_string': 'A-796874.0, ABT-874, BSF 415977, BSF-415977, Briakinumab, J-695, J-695 BSF-415977 LU-415977 WAY-165772 A-796874.0, J695, LU 415977, LU-415977, WAY-165772', 'tradeNames_string': 'Ozespa', 'drugMolecularType': 'Antibody', 'drugActionT... | general | Distinct, Similarity Search | Metadata |
Q65.53 | Q65 | What type of molecule is Afamelanotide, and what is its action type? | Afamelanotide is a protein drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%afamelanotide%" OR LOWER(tradeNames_string) LIKE "%afamelanotide%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_6266', 'drugName': 'Afamelanotide', 'drugSynonyms_string': 'Afamelanotide, CUV-1647, CUV1647, Melanotan, Melanotan i, Melanotan-1', 'tradeNames_string': 'Scenesse', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_5286', 'drugName': 'Afamelanotide ... | general | Distinct, Similarity Search | Metadata |
Q65.551 | Q65 | What type of molecule is Defibrotide Sodium, and what is its action type? | Defibrotide Sodium is a oligonucleotide drug that acts as an activator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%defibrotide sodium%" OR LOWER(tradeNames_string) LIKE "%defibrotide sodium%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_826', 'drugName': 'Defibrotide Sodium', 'drugSynonyms_string': 'Defibrotide sodium, JZP-381', 'tradeNames_string': 'Defitelio', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'activator'}] | general | Distinct, Similarity Search | Metadata |
Q65.71 | Q65 | What type of molecule is Gsk-249320, and what is its action type? | Gsk-249320 is a antibody drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gsk-249320%" OR LOWER(tradeNames_string) LIKE "%gsk-249320%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2468', 'drugName': 'Gsk-249320', 'drugSynonyms_string': 'GSK-249320, Gsk-249320', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1816 | Q65 | What type of molecule is Deslanoside, and what is its action type? | Deslanoside is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%deslanoside%" OR LOWER(tradeNames_string) LIKE "%deslanoside%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1509', 'drugName': 'Deslanoside', 'drugSynonyms_string': 'Deacetylanatoside c, Desacetyl-lanatoside c, Deslanoside', 'tradeNames_string': 'Cedilanid-d', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1745 | Q65 | What type of molecule is Cilomilast, and what is its action type? | Cilomilast is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cilomilast%" OR LOWER(tradeNames_string) LIKE "%cilomilast%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4417', 'drugName': 'Cilomilast', 'drugSynonyms_string': 'Ariflo, Cilomilast, SB 207499, SB-207499', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.186 | Q65 | What type of molecule is Bevasiranib Sodium, and what is its action type? | Bevasiranib Sodium is a oligonucleotide drug that acts as an rnai inhibitor and a activator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bevasiranib sodium%" OR LOWER(tradeNames_string) LIKE "%bevasiranib sodium%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_5717', 'drugName': 'Bevasiranib Sodium', 'drugSynonyms_string': 'Bevasiranib sodium, CAND5', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'rnai inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5718', 'drugName': 'Bevasiranib Sodium', 'drugSynonyms_string': 'B... | general | Distinct, Similarity Search | Metadata |
Q65.140 | Q65 | What type of molecule is J591 177Lu, and what is its action type? | J591 177Lu is a antibody drug that acts as an binding agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%j591 177lu%" OR LOWER(tradeNames_string) LIKE "%j591 177lu%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4874', 'drugName': 'J591 177Lu', 'drugSynonyms_string': '177 LU-J591, HUJ591-GS, J591 177lu', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_6225', 'drugName': 'Huj591 177Lu', 'drugSynonyms_string': 'HUJ591, Huj591... | general | Distinct, Similarity Search | Metadata |
Q65.907 | Q65 | What type of molecule is Methylnaltrexone Bromide, and what is its action type? | Methylnaltrexone Bromide is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methylnaltrexone bromide%" OR LOWER(tradeNames_string) LIKE "%methylnaltrexone bromide%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_2413', 'drugName': 'Methylnaltrexone Bromide', 'drugSynonyms_string': 'MRZ 2663BR, MRZ-2663BR, Methylnaltrexone bromide, Moa-728, N-methylnaltrexone bromide, Naltrexone methobromide, Naltrexone methylbromide', 'tradeNames_string': 'Relistor', 'drugMolecularType': 'Small molecule', 'drugAct... | general | Distinct, Similarity Search | Metadata |
Q65.803 | Q65 | What type of molecule is Cetirizine Hydrochloride, and what is its action type? | Cetirizine Hydrochloride is a small molecule drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cetirizine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%cetirizine hydrochloride%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_6377', 'drugName': 'Cetirizine Hydrochloride', 'drugSynonyms_string': 'Cetirizine, Cetirizine dihydrochloride, Cetirizine hcl, Cetirizine hydrochloride, Cetrine, NSC-759102, P 071, P-071, Zyrtec', 'tradeNames_string': "Allacan, Allertek, Becoallergy, Cetec, Cetirizine hydrochloride, Cetiri... | general | Distinct, Similarity Search | Metadata |
Q65.135 | Q65 | What type of molecule is Dibenzepin, and what is its action type? | Dibenzepin is a small molecule drug that acts as an antagonist and a inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dibenzepin%" OR LOWER(tradeNames_string) LIKE "%dibenzepin%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4129', 'drugName': 'Dibenzepin', 'drugSynonyms_string': 'Dibenzepin', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_4130', 'drugName': 'Dibenzepin', 'drugSynonyms_string': 'Dibenzepin', 'tradeNames_string': '',... | general | Distinct, Similarity Search | Metadata |
Q65.83 | Q65 | What type of molecule is Salirasib, and what is its action type? | Salirasib is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%salirasib%" OR LOWER(tradeNames_string) LIKE "%salirasib%" OR LOWER(drugSynonyms_string) LIKE "%sa... | [{'UUID': 'DrugGeneTargets_v2_3775', 'drugName': 'Salirasib', 'drugSynonyms_string': 'FTS, Salirasib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1541 | Q65 | What type of molecule is Sumatriptan, and what is its action type? | Sumatriptan is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sumatriptan%" OR LOWER(tradeNames_string) LIKE "%sumatriptan%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1609', 'drugName': 'Sumatriptan Succinate', 'drugSynonyms_string': 'GR 43175C, GR-43175C, NSC-760362, Sumatriptan (as succinate), Sumatriptan galpharm, Sumatriptan succinate, Treximet', 'tradeNames_string': 'Alsuma, Imigran, Imigran 50, Imigran radis, Imigran recovery, Imigran subject, Imi... | general | Distinct, Similarity Search | Metadata |
Q65.547 | Q65 | What type of molecule is Pf-00337210, and what is its action type? | Pf-00337210 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-00337210%" OR LOWER(tradeNames_string) LIKE "%pf-00337210%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1277', 'drugName': 'Pf-00337210', 'drugSynonyms_string': 'Pf-00337210, Pf-337210', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.