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.195 | Q65 | What type of molecule is Elagolix, and what is its action type? | Elagolix 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 "%elagolix%" OR LOWER(tradeNames_string) LIKE "%elagolix%" OR LOWER(drugSynonyms_string) LIKE "%elag... | [{'UUID': 'DrugGeneTargets_v2_5788', 'drugName': 'Elagolix', 'drugSynonyms_string': 'Elagolix, NBI-56418', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_5526', 'drugName': 'Elagolix Sodium', 'drugSynonyms_string': 'Elagolix sodium, Elagolix... | general | Distinct, Similarity Search | Metadata |
Q65.1281 | Q65 | What type of molecule is Dexfenfluramine, and what is its action type? | Dexfenfluramine 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 "%dexfenfluramine%" OR LOWER(tradeNames_string) LIKE "%dexfenfluramine%" OR LOWER(drugSynonyms_strin... | [{'UUID': 'DrugGeneTargets_v2_2863', 'drugName': 'Dexfenfluramine', 'drugSynonyms_string': 'D-fenfluramine, Dexfenfluramine, Fenfluramine d-form, Isolipan, J13.711A, S 5614', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_3880', 'drugName': 'De... | general | Distinct, Similarity Search | Metadata |
Q65.1381 | Q65 | What type of molecule is Spebrutinib Besylate, and what is its action type? | Spebrutinib Besylate 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 "%spebrutinib besylate%" OR LOWER(tradeNames_string) LIKE "%spebrutinib besylate%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_748', 'drugName': 'Spebrutinib Besylate', 'drugSynonyms_string': 'AVL-292, AVL-292 BESYLATE, CC-292, CC-292 BESYLATE, Spebrutinib, Spebrutinib besilate, Spebrutinib besylate', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.677 | Q65 | What type of molecule is Oprozomib, and what is its action type? | Oprozomib 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 "%oprozomib%" OR LOWER(tradeNames_string) LIKE "%oprozomib%" OR LOWER(drugSynonyms_string) LIKE "%op... | [{'UUID': 'DrugGeneTargets_v2_969', 'drugName': 'Oprozomib', 'drugSynonyms_string': 'ONX 0912, ONX-0912, Oprozomib, Pr-047', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.795 | Q65 | What type of molecule is Ofatumumab, and what is its action type? | Ofatumumab 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 "%ofatumumab%" OR LOWER(tradeNames_string) LIKE "%ofatumumab%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3424', 'drugName': 'Ofatumumab', 'drugSynonyms_string': '2F2, GSK-1841157, GSK1841157, HUMAX-CD20, HUMAX-CD20 2F2, HUMAX-CD20, 2F2, HUMAX-CD20-2F2, Ofatumumab', 'tradeNames_string': 'Arzerra', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1463 | Q65 | What type of molecule is Tezacitabine, and what is its action type? | Tezacitabine 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 "%tezacitabine%" OR LOWER(tradeNames_string) LIKE "%tezacitabine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3303', 'drugName': 'Tezacitabine', 'drugSynonyms_string': 'FMD-C, KW-2331, MDL-101731', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1795', 'drugName': 'Tezacitabine', 'drugSynonyms_string': 'Anhydrous, FMDC, M... | general | Distinct, Similarity Search | Metadata |
Q65.1457 | Q65 | What type of molecule is Caffeine, and what is its action type? | Caffeine 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 "%caffeine%" OR LOWER(tradeNames_string) LIKE "%caffeine%" OR LOWER(drugSynonyms_string) LIKE "%caff... | [{'UUID': 'DrugGeneTargets_v2_4744', 'drugName': 'Caffeine', 'drugSynonyms_string': 'Anhydrous caffeine, Cafcit, Caffeine, Caffeine anhydrous, Caffeine melting point standard, Caffeinum, Coffeine, Coffeinum, Durvitan, FEMA NO. 2224, Guaranine, Methyltheobromine, NSC-5036, Synalgos, Theine, Vivarin', 'tradeNames_string'... | general | Distinct, Similarity Search | Metadata |
Q65.144 | Q65 | What type of molecule is Everolimus, and what is its action type? | Everolimus 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 "%everolimus%" OR LOWER(tradeNames_string) LIKE "%everolimus%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1925', 'drugName': 'Everolimus', 'drugSynonyms_string': '40-o-(2-hydroxyethyl)-rapamycin, Everolimus, RAD 666, RAD-001, RAD-666, RAD001, SDZ-RAD, Sdz rad', 'tradeNames_string': 'Afinitor, Afinitor disperz, Certican, Votubia, Zortress', 'drugMolecularType': 'Small molecule', 'drugActionType... | general | Distinct, Similarity Search | Metadata |
Q65.1188 | Q65 | What type of molecule is Epitinib, and what is its action type? | Epitinib 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 "%epitinib%" OR LOWER(tradeNames_string) LIKE "%epitinib%" OR LOWER(drugSynonyms_string) LIKE "%epit... | [{'UUID': 'DrugGeneTargets_v2_5004', 'drugName': 'Epitinib', 'drugSynonyms_string': 'Epitinib, HMPL-813, Hmpl-813', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.3 | Q65 | What type of molecule is Fostamatinib, and what is its action type? | Fostamatinib 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 "%fostamatinib%" OR LOWER(tradeNames_string) LIKE "%fostamatinib%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_1146', 'drugName': 'Fostamatinib', 'drugSynonyms_string': 'Fostamatinib, R-788, R-788 FREE ACID, R-935788, R-935788 FREE ACID, R788 FREE ACID, R935788 FREE ACID', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_40... | general | Distinct, Similarity Search | Metadata |
Q65.743 | Q65 | What type of molecule is Inotersen Sodium, and what is its action type? | Inotersen 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 "%inotersen sodium%" OR LOWER(tradeNames_string) LIKE "%inotersen sodium%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_3256', 'drugName': 'Inotersen Sodium', 'drugSynonyms_string': 'Inotersen sodium', 'tradeNames_string': 'Tegsedi', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1871 | Q65 | What type of molecule is Tipifarnib, and what is its action type? | Tipifarnib 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 "%tipifarnib%" OR LOWER(tradeNames_string) LIKE "%tipifarnib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3546', 'drugName': 'Tipifarnib', 'drugSynonyms_string': 'NSC-702818, R-11577, R-115777, R115777, Tipifarnib, Zarnestra', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1516 | Q65 | What type of molecule is Cetrorelix, and what is its action type? | Cetrorelix is a protein 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 "%cetrorelix%" OR LOWER(tradeNames_string) LIKE "%cetrorelix%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3467', 'drugName': 'Cetrorelix Acetate', 'drugSynonyms_string': 'Cetrorelix, Cetrorelix acetate, Cetrotide acetate, D-20761, NS-75A, SB-075 ACETATE', 'tradeNames_string': 'Cetrotide', 'drugMolecularType': 'Protein', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3240', 'drug... | general | Distinct, Similarity Search | Metadata |
Q65.343 | Q65 | What type of molecule is Ecallantide, and what is its action type? | Ecallantide is a protein 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 "%ecallantide%" OR LOWER(tradeNames_string) LIKE "%ecallantide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2279', 'drugName': 'Ecallantide', 'drugSynonyms_string': 'DX-88, Ecallantide, Escallantide', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.626 | Q65 | What type of molecule is Vorsetuzumab, and what is its action type? | Vorsetuzumab 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 "%vorsetuzumab%" OR LOWER(tradeNames_string) LIKE "%vorsetuzumab%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_4780', 'drugName': 'Vorsetuzumab Mafodotin', 'drugSynonyms_string': 'SGN-75, Vorsetuzumab mafodotin', 'tradeNames_string': 'Sgn-75', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_1560', 'drugName': 'Vorsetuzumab', 'drugSynonyms_string': '... | general | Distinct, Similarity Search | Metadata |
Q65.484 | Q65 | What type of molecule is Benperidol, and what is its action type? | Benperidol 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 "%benperidol%" OR LOWER(tradeNames_string) LIKE "%benperidol%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1671', 'drugName': 'Benperidol', 'drugSynonyms_string': 'Benperidol, MCN-JR-4584, NSC-170982, R-4584', 'tradeNames_string': 'Anquil, Benquil', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.532 | Q65 | What type of molecule is Evt401, and what is its action type? | Evt401 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 "%evt401%" OR LOWER(tradeNames_string) LIKE "%evt401%" OR LOWER(drugSynonyms_string) LIKE "%evt401%"... | [{'UUID': 'DrugGeneTargets_v2_5098', 'drugName': 'Evt401', 'drugSynonyms_string': 'Evt401', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.268 | Q65 | What type of molecule is Ningetinib, and what is its action type? | Ningetinib 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 "%ningetinib%" OR LOWER(tradeNames_string) LIKE "%ningetinib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2972', 'drugName': 'Ningetinib', 'drugSynonyms_string': 'CT-053 FREE BASE, CT-053-PTSA FREE BASE, CT053PTSA FREE BASE, Ningetinib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2973', 'drugName': 'Ningetinib', ... | general | Distinct, Similarity Search | Metadata |
Q65.1390 | Q65 | What type of molecule is Gz-389988, and what is its action type? | Gz-389988 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 "%gz-389988%" OR LOWER(tradeNames_string) LIKE "%gz-389988%" OR LOWER(drugSynonyms_string) LIKE "%gz... | [{'UUID': 'DrugGeneTargets_v2_4929', 'drugName': 'Gz-389988', 'drugSynonyms_string': 'GZ-389988, GZ389988, Gz-389988, Gz389988', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.681 | Q65 | What type of molecule is Tabalumab, and what is its action type? | Tabalumab 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 "%tabalumab%" OR LOWER(tradeNames_string) LIKE "%tabalumab%" OR LOWER(drugSynonyms_string) LIKE "%ta... | [{'UUID': 'DrugGeneTargets_v2_5147', 'drugName': 'Tabalumab', 'drugSynonyms_string': 'LY-2127399, LY2127399, Tabalumab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.492 | Q65 | What type of molecule is Panitumumab, and what is its action type? | Panitumumab 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 "%panitumumab%" OR LOWER(tradeNames_string) LIKE "%panitumumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_74', 'drugName': 'Panitumumab', 'drugSynonyms_string': 'ABX-EGF, Abenix, E7.6.3, L01xc08, Panitumumab', 'tradeNames_string': 'Vectibix', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.445 | Q65 | What type of molecule is Bucindolol, and what is its action type? | Bucindolol 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 "%bucindolol%" OR LOWER(tradeNames_string) LIKE "%bucindolol%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2831', 'drugName': 'Bucindolol', 'drugSynonyms_string': 'Bucindolol', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_2832', 'drugName': 'Bucindolol', 'drugSynonyms_string': 'Bucindolol', 'tradeNames_string': '',... | general | Distinct, Similarity Search | Metadata |
Q65.274 | Q65 | What type of molecule is Adavosertib, and what is its action type? | Adavosertib 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 "%adavosertib%" OR LOWER(tradeNames_string) LIKE "%adavosertib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_224', 'drugName': 'Adavosertib', 'drugSynonyms_string': 'AZD 1775, AZD-1775, AZD1775, Adavosertib, Azd-1775, MK-1775, MK1775', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.187 | Q65 | What type of molecule is Calcifediol, and what is its action type? | Calcifediol 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 "%calcifediol%" OR LOWER(tradeNames_string) LIKE "%calcifediol%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2157', 'drugName': 'Calcifediol', 'drugSynonyms_string': 'Calcifediol', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_6195', 'drugName': 'Calcifediol', 'drugSynonyms_string': 'CTAP101, Calcidiol, Calcifediol, Calc... | general | Distinct, Similarity Search | Metadata |
Q65.950 | Q65 | What type of molecule is Alirocumab, and what is its action type? | Alirocumab 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 "%alirocumab%" OR LOWER(tradeNames_string) LIKE "%alirocumab%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1637', 'drugName': 'Alirocumab', 'drugSynonyms_string': 'Alirocumab, REGN-727, REGN727, SAR-236553, SAR236553', 'tradeNames_string': 'Praluent', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.247 | Q65 | What type of molecule is Etanercept, and what is its action type? | Etanercept is a protein 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 "%etanercept%" OR LOWER(tradeNames_string) LIKE "%etanercept%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2071', 'drugName': 'Etanercept', 'drugSynonyms_string': 'Chs-0214, Davictrel, Dwp-422, Enia-11, Erelzi, Etanercept, Etanercept (enbrel), Etanercept biosimilar (gp-2015), Etanercept biosimilar (sb-4), Etanercept szzs, Etanercept ykro, Etanercept-szzs, Etanercept-ykro, Eticovo, GP-2015, GP20... | general | Distinct, Similarity Search | Metadata |
Q65.1100 | Q65 | What type of molecule is Rogaratinib, and what is its action type? | Rogaratinib 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 "%rogaratinib%" OR LOWER(tradeNames_string) LIKE "%rogaratinib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5453', 'drugName': 'Rogaratinib', 'drugSynonyms_string': 'BAY-1163877, Bay-1163877, Rogaratinib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1018 | Q65 | What type of molecule is Tarenflurbil, and what is its action type? | Tarenflurbil 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 "%tarenflurbil%" OR LOWER(tradeNames_string) LIKE "%tarenflurbil%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_2667', 'drugName': 'Tarenflurbil', 'drugSynonyms_string': 'E-7869, Flurbiprofen, (r)-, MPC-7869, R-flurbiprofen, Tarenflurbil', 'tradeNames_string': 'Flurizan', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.590 | Q65 | What type of molecule is Levoketoconazole, and what is its action type? | Levoketoconazole 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 "%levoketoconazole%" OR LOWER(tradeNames_string) LIKE "%levoketoconazole%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_3929', 'drugName': 'Levoketoconazole', 'drugSynonyms_string': '(-)-(2s,4r)-ketoconazole, 2s,4r ketoconazole, 2s,4r-ketoconazole, COR-003, COR003, DIO-902, Ketoconazole, (2s,4r)-, Levoketoconazole, Nizoral, Normocort, R-41400', 'tradeNames_string': 'Extina, Ketosidin, Ketozole, Nizoral, Niz... | general | Distinct, Similarity Search | Metadata |
Q65.1629 | Q65 | What type of molecule is Dapirolizumab Pegol, and what is its action type? | Dapirolizumab Pegol 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 "%dapirolizumab pegol%" OR LOWER(tradeNames_string) LIKE "%dapirolizumab pegol%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_4952', 'drugName': 'Dapirolizumab Pegol', 'drugSynonyms_string': 'CDP-7657, CDP7657, Cdp-7657, Dapirolizumab pegol', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.535 | Q65 | What type of molecule is Tarafenacin, and what is its action type? | Tarafenacin 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 "%tarafenacin%" OR LOWER(tradeNames_string) LIKE "%tarafenacin%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2787', 'drugName': 'Tarafenacin', 'drugSynonyms_string': 'Svt-40776, Tarafenacin', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.899 | Q65 | What type of molecule is Pozanicline, and what is its action type? | Pozanicline 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 "%pozanicline%" OR LOWER(tradeNames_string) LIKE "%pozanicline%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3835', 'drugName': 'Pozanicline', 'drugSynonyms_string': 'A-87089.0, A-870890, ABT-089, Pozanicline', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'partial agonist'}, {'UUID': 'DrugGeneTargets_v2_3836', 'drugName': 'Pozanicline', 'drugSynonyms_string': ... | general | Distinct, Similarity Search | Metadata |
Q65.1483 | Q65 | What type of molecule is Eptinezumab, and what is its action type? | Eptinezumab 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 "%eptinezumab%" OR LOWER(tradeNames_string) LIKE "%eptinezumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4734', 'drugName': 'Eptinezumab', 'drugSynonyms_string': 'ALD-403, ALD403, Eptinezumab, Eptinezumab-jjmr', 'tradeNames_string': 'Vyepti', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1109 | Q65 | What type of molecule is Cr-6086, and what is its action type? | Cr-6086 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 "%cr-6086%" OR LOWER(tradeNames_string) LIKE "%cr-6086%" OR LOWER(drugSynonyms_string) LIKE "%cr-608... | [{'UUID': 'DrugGeneTargets_v2_4531', 'drugName': 'Cr-6086', 'drugSynonyms_string': 'CR-6086, CR6086, Cr 6086, Cr-6086, Cr6086', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.421 | Q65 | What type of molecule is Efatutazone, and what is its action type? | Efatutazone 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 "%efatutazone%" OR LOWER(tradeNames_string) LIKE "%efatutazone%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4028', 'drugName': 'Efatutazone', 'drugSynonyms_string': 'Efatutazone, Inolitazone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_3103', 'drugName': 'Efatutazone Hydrochloride', 'drugSynonyms_string': 'CS-7017, E... | general | Distinct, Similarity Search | Metadata |
Q65.277 | Q65 | What type of molecule is Phenytoin Sodium, and what is its action type? | Phenytoin Sodium 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 "%phenytoin sodium%" OR LOWER(tradeNames_string) LIKE "%phenytoin sodium%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_1082', 'drugName': 'Phenytoin Sodium', 'drugSynonyms_string': '5,5-diphenylhydantoin sodium salt, Antisacer, Diphenylhydantoin sodium, NSC-757274, Phenytoin Sodium, Phenytoin sodium, Phenytoin sodium extended, Phenytoin sodium for injection, Phenytoin sodium salt, Phenytoin sodium, extende... | general | Distinct, Similarity Search | Metadata |
Q65.1174 | Q65 | What type of molecule is Acitretin, and what is its action type? | Acitretin 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 "%acitretin%" OR LOWER(tradeNames_string) LIKE "%acitretin%" OR LOWER(drugSynonyms_string) LIKE "%ac... | [{'UUID': 'DrugGeneTargets_v2_5080', 'drugName': 'Acitretin', 'drugSynonyms_string': 'Acitretin, Etretin, RO 10-1670, RO 10-1670/000, RO-101670000', 'tradeNames_string': 'Acitretin, Neotigason, Soriatane', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_343', 'drugName'... | general | Distinct, Similarity Search | Metadata |
Q65.1487 | Q65 | What type of molecule is Onatasertib, and what is its action type? | Onatasertib 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 "%onatasertib%" OR LOWER(tradeNames_string) LIKE "%onatasertib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2603', 'drugName': 'Onatasertib', 'drugSynonyms_string': 'ATG-008, CC-223, Cc-223, Onatasertib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1456 | Q65 | What type of molecule is Caffeine, Citrated, and what is its action type? | Caffeine, Citrated 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 "%caffeine, citrated%" OR LOWER(tradeNames_string) LIKE "%caffeine, citrated%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_6075', 'drugName': 'Caffeine, Citrated', 'drugSynonyms_string': 'Caffeine citrate, Caffeine mixture with citric acid, Caffeine, citrated, Citrated caffeine', 'tradeNames_string': 'Cafcit, Caffeine citrate, Peyona', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.253 | Q65 | What type of molecule is Pci-27483, and what is its action type? | Pci-27483 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 "%pci-27483%" OR LOWER(tradeNames_string) LIKE "%pci-27483%" OR LOWER(drugSynonyms_string) LIKE "%pc... | [{'UUID': 'DrugGeneTargets_v2_3706', 'drugName': 'Pci-27483', 'drugSynonyms_string': 'Cra-027483, Pci-27483', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.419 | Q65 | What type of molecule is Scio-323, and what is its action type? | Scio-323 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 "%scio-323%" OR LOWER(tradeNames_string) LIKE "%scio-323%" OR LOWER(drugSynonyms_string) LIKE "%scio... | [{'UUID': 'DrugGeneTargets_v2_1920', 'drugName': 'Scio-323', 'drugSynonyms_string': 'SCIO-323, Scio-323', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1590 | Q65 | What type of molecule is Onapristone, and what is its action type? | Onapristone 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 "%onapristone%" OR LOWER(tradeNames_string) LIKE "%onapristone%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3728', 'drugName': 'Onapristone', 'drugSynonyms_string': 'Onapristone, ZK-299, ZK-98299, ZK299, Zk-98299, Zk98299', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1895 | Q65 | What type of molecule is Adl-5747, and what is its action type? | Adl-5747 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 "%adl-5747%" OR LOWER(tradeNames_string) LIKE "%adl-5747%" OR LOWER(drugSynonyms_string) LIKE "%adl-... | [{'UUID': 'DrugGeneTargets_v2_863', 'drugName': 'Adl-5747', 'drugSynonyms_string': 'ADL5747, Adl-5747, Adl5747', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_4537', 'drugName': 'Adl-5747', 'drugSynonyms_string': '', 'tradeNames_string': '', '... | general | Distinct, Similarity Search | Metadata |
Q65.582 | Q65 | What type of molecule is Nesiritide, and what is its action type? | Nesiritide 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 "%nesiritide%" OR LOWER(tradeNames_string) LIKE "%nesiritide%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3389', 'drugName': 'Nesiritide', 'drugSynonyms_string': 'Bnp-32, Brain natriuretic peptide 32, C01DX19, Nesiritide, Nesiritide Recombinant, Nesiritide recombinant', 'tradeNames_string': 'Natrecor', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.314 | Q65 | What type of molecule is Liothyronine Sodium, and what is its action type? | Liothyronine Sodium 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 "%liothyronine sodium%" OR LOWER(tradeNames_string) LIKE "%liothyronine sodium%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_4914', 'drugName': 'Liothyronine Sodium', 'drugSynonyms_string': 'Basoprocin, Cytobin, Ibiothyron, L-triiodothyronine hydrochloride, L-triiodothyronine sodium salt, Liothyronine hydrochloride, Liothyronine sodium, Liothyronine sodium salt, Liotrix (t3), Lyothyronin, NSC-758175, NSC-80774, ... | general | Distinct, Similarity Search | Metadata |
Q65.1962 | Q65 | What type of molecule is Orelabrutinib, and what is its action type? | Orelabrutinib 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 "%orelabrutinib%" OR LOWER(tradeNames_string) LIKE "%orelabrutinib%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1981', 'drugName': 'Orelabrutinib', 'drugSynonyms_string': 'ICP-022, Icp-022, Orelabrutinib', 'tradeNames_string': 'Innobruka', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.387 | Q65 | What type of molecule is Ang1005, and what is its action type? | Ang1005 is a protein 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 "%ang1005%" OR LOWER(tradeNames_string) LIKE "%ang1005%" OR LOWER(drugSynonyms_string) LIKE "%ang100... | [{'UUID': 'DrugGeneTargets_v2_429', 'drugName': 'Ang1005', 'drugSynonyms_string': 'ANG-1005, ANG1005, Ang1005, Paclitaxel trevatide', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_430', 'drugName': 'Ang1005', 'drugSynonyms_string': 'ANG-1005, A... | general | Distinct, Similarity Search | Metadata |
Q65.541 | Q65 | What type of molecule is Insulin Glargine, and what is its action type? | Insulin Glargine 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 "%insulin glargine%" OR LOWER(tradeNames_string) LIKE "%insulin glargine%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_495', 'drugName': 'Insulin Glargine', 'drugSynonyms_string': 'Basalin, Basalog, Galactus, Glargin, Glargine, Glaricon, HOE 71GT, HOE 901, HOE-71GT, HOE-901, Insulin Glargine Recombinant, Insulin glargine, Insulin glargine recombinant, Insulin glargine yfgn, Insulin glargine-yfgn, LY-296301... | general | Distinct, Similarity Search | Metadata |
Q65.431 | Q65 | What type of molecule is Sulindac, and what is its action type? | Sulindac 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 "%sulindac%" OR LOWER(tradeNames_string) LIKE "%sulindac%" OR LOWER(drugSynonyms_string) LIKE "%suli... | [{'UUID': 'DrugGeneTargets_v2_737', 'drugName': 'Sulindac', 'drugSynonyms_string': 'Arthrocine, Artribid, MK-231, NSC-757344, Sulindac', 'tradeNames_string': 'Clinoril, Sulindac', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.657 | Q65 | What type of molecule is Tg100-801, and what is its action type? | Tg100-801 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 "%tg100-801%" OR LOWER(tradeNames_string) LIKE "%tg100-801%" OR LOWER(drugSynonyms_string) LIKE "%tg... | [{'UUID': 'DrugGeneTargets_v2_6125', 'drugName': 'Tg100-801', 'drugSynonyms_string': 'TG100-801, Tg100-801', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6126', 'drugName': 'Tg100-801', 'drugSynonyms_string': 'TG100-801, Tg100-801', 'tradeN... | general | Distinct, Similarity Search | Metadata |
Q65.1642 | Q65 | What type of molecule is Rovalpituzumab Tesirine, and what is its action type? | Rovalpituzumab Tesirine 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 "%rovalpituzumab tesirine%" OR LOWER(tradeNames_string) LIKE "%rovalpituzumab tesirine%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_4409', 'drugName': 'Rovalpituzumab Tesirine', 'drugSynonyms_string': 'Rovalpituzumab tesirine, SC-002, SC-16LD6.5, SC0002, Sc 002', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1318 | Q65 | What type of molecule is Azd-4769, and what is its action type? | Azd-4769 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 "%azd-4769%" OR LOWER(tradeNames_string) LIKE "%azd-4769%" OR LOWER(drugSynonyms_string) LIKE "%azd-... | [{'UUID': 'DrugGeneTargets_v2_503', 'drugName': 'Azd-4769', 'drugSynonyms_string': 'AZ-12096971, AZD-4769, AZD4769, Azd 4769, Azd-4769, L-674573, L674573', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1358 | Q65 | What type of molecule is Elenbecestat, and what is its action type? | Elenbecestat 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 "%elenbecestat%" OR LOWER(tradeNames_string) LIKE "%elenbecestat%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3285', 'drugName': 'Elenbecestat', 'drugSynonyms_string': 'E-2609, E2609, Elenbecestat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.414 | Q65 | What type of molecule is Ulocuplumab, and what is its action type? | Ulocuplumab 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 "%ulocuplumab%" OR LOWER(tradeNames_string) LIKE "%ulocuplumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4648', 'drugName': 'Ulocuplumab', 'drugSynonyms_string': 'BMS-936564, MDX-1338, Ulocuplumab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1615 | Q65 | What type of molecule is Ethopropazine, and what is its action type? | Ethopropazine 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 "%ethopropazine%" OR LOWER(tradeNames_string) LIKE "%ethopropazine%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_5173', 'drugName': 'Ethopropazine', 'drugSynonyms_string': 'Ethopropazine, Parsidol, Profenamine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3507', 'drugName': 'Ethopropazine Hydrochloride', 'drugSynonyms_s... | general | Distinct, Similarity Search | Metadata |
Q65.687 | Q65 | What type of molecule is Flunitrazepam, and what is its action type? | Flunitrazepam is a small molecule drug that acts as an positive allosteric modulator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%flunitrazepam%" OR LOWER(tradeNames_string) LIKE "%flunitrazepam%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1332', 'drugName': 'Flunitrazepam', 'drugSynonyms_string': 'Flunitrazepam, N05CD03, RO 5-4200, RO-5-4200, RO-54200', 'tradeNames_string': 'Rohypnol', 'drugMolecularType': 'Small molecule', 'drugActionType': 'positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.621 | Q65 | What type of molecule is Edoxaban Tosylate, and what is its action type? | Edoxaban Tosylate 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 "%edoxaban tosylate%" OR LOWER(tradeNames_string) LIKE "%edoxaban tosylate%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_5025', 'drugName': 'Edoxaban Tosylate', 'drugSynonyms_string': 'DU-176B, Edoxaban tosilate, Edoxaban tosylate', 'tradeNames_string': 'Savaysa', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.923 | Q65 | What type of molecule is Methylsamidorphan, and what is its action type? | Methylsamidorphan 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 "%methylsamidorphan%" OR LOWER(tradeNames_string) LIKE "%methylsamidorphan%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_6256', 'drugName': 'Methylsamidorphan', 'drugSynonyms_string': 'ALKS 37, ALKS-37 CATION, Methylsamidorphan, Methylsamidorphan cation, Methylsamidorphan ion, RDC-1036 CATION, RDC-1036-00, RDC-103600, RDC-103603, Rdc-1036', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'dru... | general | Distinct, Similarity Search | Metadata |
Q65.1199 | Q65 | What type of molecule is Pevonedistat, and what is its action type? | Pevonedistat 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 "%pevonedistat%" OR LOWER(tradeNames_string) LIKE "%pevonedistat%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3764', 'drugName': 'Pevonedistat', 'drugSynonyms_string': 'MLN 4924, MLN-4924, MLN-4924003, MLN4924, Pevonedistat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.839 | Q65 | What type of molecule is Calcitonin Salmon, and what is its action type? | Calcitonin Salmon 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 "%calcitonin salmon%" OR LOWER(tradeNames_string) LIKE "%calcitonin salmon%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_5401', 'drugName': 'Calcitonin Salmon', 'drugSynonyms_string': 'Calcitonin salmon', 'tradeNames_string': 'Calcimar, Calcitonin-salmon, Miacalcin', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_4748', 'drugName': 'Calcitonin Salmon Recombinant', ... | general | Distinct, Similarity Search | Metadata |
Q65.1771 | Q65 | What type of molecule is Phenoxybenzamine, and what is its action type? | Phenoxybenzamine 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 "%phenoxybenzamine%" OR LOWER(tradeNames_string) LIKE "%phenoxybenzamine%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_5463', 'drugName': 'Phenoxybenzamine', 'drugSynonyms_string': 'Bensylyt, Benzylyt, Dibenylin, Phenoxybenzamine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_1879', 'drugName': 'Phenoxybenzamine Hydrochloride'... | general | Distinct, Similarity Search | Metadata |
Q65.953 | Q65 | What type of molecule is Umeclidinium Bromide, and what is its action type? | Umeclidinium 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 "%umeclidinium bromide%" OR LOWER(tradeNames_string) LIKE "%umeclidinium bromide%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_5459', 'drugName': 'Umeclidinium Bromide', 'drugSynonyms_string': 'Anoro ellipta, GSK-573719A, GSK573719A, Umeclidinium brom, Umeclidinium bromide', 'tradeNames_string': 'Incruse ellipta', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.185 | Q65 | What type of molecule is Enfortumab Vedotin, and what is its action type? | Enfortumab 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 "%enfortumab vedotin%" OR LOWER(tradeNames_string) LIKE "%enfortumab vedotin%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_2794', 'drugName': 'Enfortumab Vedotin', 'drugSynonyms_string': 'AGS-22CE, AGS-22M6E, AGS-22ME, AGS-22MSE, ASG-22ME, Enfortumab vedotin, Enfortumab vedotin ejfv, Enfortumab vedotin-ejfv', 'tradeNames_string': 'Padcev', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'... | general | Distinct, Similarity Search | Metadata |
Q65.1072 | Q65 | What type of molecule is Perphenazine, and what is its action type? | Perphenazine 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 "%perphenazine%" OR LOWER(tradeNames_string) LIKE "%perphenazine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_202', 'drugName': 'Perphenazine', 'drugSynonyms_string': 'Etaperazine, NSC-150866, Perphenazine, Perphenazine fendizoate, Perphenazine maleate', 'tradeNames_string': 'Chlorpiprazine, Decentan, Fentazin, Perphenazine, Perphenazine Fendizoate, Trilafon, Trilafon-La', 'drugMolecularType': 'Sm... | general | Distinct, Similarity Search | Metadata |
Q65.711 | Q65 | What type of molecule is Etrasimod, and what is its action type? | Etrasimod 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 "%etrasimod%" OR LOWER(tradeNames_string) LIKE "%etrasimod%" OR LOWER(drugSynonyms_string) LIKE "%et... | [{'UUID': 'DrugGeneTargets_v2_3376', 'drugName': 'Etrasimod', 'drugSynonyms_string': 'APD-334, APD-334(FREE ACID), APD334, Apd334, Etrasimod', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.173 | Q65 | What type of molecule is Phenylephrine Bitartrate, and what is its action type? | Phenylephrine Bitartrate 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 "%phenylephrine bitartrate%" OR LOWER(tradeNames_string) LIKE "%phenylephrine bitartrate%" OR LOWER(... | [{'UUID': 'DrugGeneTargets_v2_2414', 'drugName': 'Phenylephrine Bitartrate', 'drugSynonyms_string': 'Phenylephrine acid tartrate, Phenylephrine bitartrate, Phenylephrine hydrogen tartrate', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.296 | Q65 | What type of molecule is Carperitide, and what is its action type? | Carperitide 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 "%carperitide%" OR LOWER(tradeNames_string) LIKE "%carperitide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2532', 'drugName': 'Carperitide', 'drugSynonyms_string': 'Atrial natriuretic peptide, Atrial natriuretic peptide carperitide, Carperitide, SUN 4936, SUN-4936', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.554 | Q65 | What type of molecule is Anrukinzumab, and what is its action type? | Anrukinzumab 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 "%anrukinzumab%" OR LOWER(tradeNames_string) LIKE "%anrukinzumab%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_4273', 'drugName': 'Anrukinzumab', 'drugSynonyms_string': 'Anrukinzumab, IMA-638', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.763 | Q65 | What type of molecule is Tezosentan, and what is its action type? | Tezosentan 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 "%tezosentan%" OR LOWER(tradeNames_string) LIKE "%tezosentan%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2186', 'drugName': 'Tezosentan', 'drugSynonyms_string': 'ACT-050089, Ro 61-0612, Ro-610612, Tezosentan', 'tradeNames_string': 'Veletri', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_2187', 'drugName': 'Tezosentan', 'drugSynonyms_strin... | general | Distinct, Similarity Search | Metadata |
Q65.304 | Q65 | What type of molecule is Avexitide, and what is its action type? | Avexitide is a protein 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 "%avexitide%" OR LOWER(tradeNames_string) LIKE "%avexitide%" OR LOWER(drugSynonyms_string) LIKE "%av... | [{'UUID': 'DrugGeneTargets_v2_1357', 'drugName': 'Avexitide', 'drugSynonyms_string': 'Avexitide, Exendin (9-39), Exendin (9-39) amide, Exendin 9-39, Exendin(9-39)amide, Exendin-3 (9-39) amide', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1878 | Q65 | What type of molecule is Buclizine, and what is its action type? | Buclizine 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 "%buclizine%" OR LOWER(tradeNames_string) LIKE "%buclizine%" OR LOWER(drugSynonyms_string) LIKE "%bu... | [{'UUID': 'DrugGeneTargets_v2_5050', 'drugName': 'Buclizine', 'drugSynonyms_string': 'Buclizine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_2564', 'drugName': 'Buclizine Hydrochloride', 'drugSynonyms_string': 'Aphilan, Buclina, Buclizin... | general | Distinct, Similarity Search | Metadata |
Q65.1093 | Q65 | What type of molecule is Vs-5584, and what is its action type? | Vs-5584 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 "%vs-5584%" OR LOWER(tradeNames_string) LIKE "%vs-5584%" OR LOWER(drugSynonyms_string) LIKE "%vs-558... | [{'UUID': 'DrugGeneTargets_v2_4506', 'drugName': 'Vs-5584', 'drugSynonyms_string': 'VS-5584, Vs 5584, Vs-5584', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4507', 'drugName': 'Vs-5584', 'drugSynonyms_string': 'VS-5584, Vs 5584, Vs-5584', '... | general | Distinct, Similarity Search | Metadata |
Q65.1747 | Q65 | What type of molecule is Lecozotan Hydrochloride, and what is its action type? | Lecozotan 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 "%lecozotan hydrochloride%" OR LOWER(tradeNames_string) LIKE "%lecozotan hydrochloride%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_6152', 'drugName': 'Lecozotan Hydrochloride', 'drugSynonyms_string': 'Lecozotan hcl, Lecozotan hydrochloride, SRA-333', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1652 | Q65 | What type of molecule is Zolimomab Aritox, and what is its action type? | Zolimomab Aritox 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 "%zolimomab aritox%" OR LOWER(tradeNames_string) LIKE "%zolimomab aritox%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_4169', 'drugName': 'Zolimomab Aritox', 'drugSynonyms_string': 'H-65-RTA, H-65RTA, H65-RTA, Orthozyme cd 5 plus, Xoma zyme h 65, ZX-CD5, Zolimomab aritox', 'tradeNames_string': 'Orthozyme cd5 plus', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.914 | Q65 | What type of molecule is Midodrine Hydrochloride, and what is its action type? | Midodrine 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 "%midodrine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%midodrine hydrochloride%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_5117', 'drugName': 'Midodrine Hydrochloride', 'drugSynonyms_string': 'A-4020 LINZ, Amatine, Hipertan, Metligine, Midodrine hcl, Midodrine hydrochloride, Midodrine monohydrochloride, NSC-758429, ST 1085 HYDROCHLORIDE, ST 1085 [AS THE BASE], ST-1085, ST-1085 BASE, ST-1085 HYDROCHLORIDE, ST-P... | general | Distinct, Similarity Search | Metadata |
Q65.1932 | Q65 | What type of molecule is Dihydrocodeine Bitartrate, and what is its action type? | Dihydrocodeine Bitartrate 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 "%dihydrocodeine bitartrate%" OR LOWER(tradeNames_string) LIKE "%dihydrocodeine bitartrate%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_4198', 'drugName': 'Dihydrocodeine Bitartrate', 'drugSynonyms_string': 'Codeine, dihydro-, tartrate (1:1), DF 118, DF-118, Dihydrocodeine bitartrate, Dihydrocodeine bitartrate cii, Dihydrocodeine hydrogen tartrate, Dihydrocodeine phosphate, Dihydrocodeine tartrate, Dihydroneopine, Drocode,... | general | Distinct, Similarity Search | Metadata |
Q65.275 | Q65 | What type of molecule is Srt-2104, and what is its action type? | Srt-2104 is a small molecule 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 "%srt-2104%" OR LOWER(tradeNames_string) LIKE "%srt-2104%" OR LOWER(drugSynonyms_string) LIKE "%srt-... | [{'UUID': 'DrugGeneTargets_v2_2060', 'drugName': 'Srt-2104', 'drugSynonyms_string': 'SRT2104, Srt-2104, Srt2104', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'activator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1147 | Q65 | What type of molecule is Aticaprant, and what is its action type? | Aticaprant 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 "%aticaprant%" OR LOWER(tradeNames_string) LIKE "%aticaprant%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_115', 'drugName': 'Aticaprant', 'drugSynonyms_string': 'Aticaprant, CERC-501, Cerc-501, JNJ-67953964-AAA, JSPA-0658, JSPA0658, Jnj-67953964, LY-2456302, LY2456302, Ly2456302', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1589 | Q65 | What type of molecule is Hydromorphone Hydrochloride, and what is its action type? | Hydromorphone 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 "%hydromorphone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%hydromorphone hydrochloride%" OR ... | [{'UUID': 'DrugGeneTargets_v2_245', 'drugName': 'Morphine', '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, ... | general | Distinct, Similarity Search | Metadata |
Q65.700 | Q65 | What type of molecule is Lazertinib, and what is its action type? | Lazertinib 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 "%lazertinib%" OR LOWER(tradeNames_string) LIKE "%lazertinib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4340', 'drugName': 'Lazertinib', 'drugSynonyms_string': 'C-18112003-G, GNS-1480, GNS1480, JNJ-73841937-AAA, Lazertinib, YH-25448, YH25448, Yh25448', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1765 | Q65 | What type of molecule is Methimazole, and what is its action type? | Methimazole 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 "%methimazole%" OR LOWER(tradeNames_string) LIKE "%methimazole%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3174', 'drugName': 'Methimazole', 'drugSynonyms_string': 'Mercaptizole, Methimazole, NSC-38608, Thiamazole', 'tradeNames_string': 'Favistan, Methimazole, Tapazole', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.488 | Q65 | What type of molecule is Tasosartan, and what is its action type? | Tasosartan 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 "%tasosartan%" OR LOWER(tradeNames_string) LIKE "%tasosartan%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3109', 'drugName': 'Tasosartan', 'drugSynonyms_string': 'ANA-756, Tasosartan, WAY-ANA-756', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.428 | Q65 | What type of molecule is Etifoxine, and what is its action type? | Etifoxine 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 "%etifoxine%" OR LOWER(tradeNames_string) LIKE "%etifoxine%" OR LOWER(drugSynonyms_string) LIKE "%et... | [{'UUID': 'DrugGeneTargets_v2_885', 'drugName': 'Etifoxine', 'drugSynonyms_string': '36-801, Etifoxine, HOE 36801, HOE-36801', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.377 | Q65 | What type of molecule is Danvatirsen Sodium, and what is its action type? | Danvatirsen 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 "%danvatirsen sodium%" OR LOWER(tradeNames_string) LIKE "%danvatirsen sodium%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_199', 'drugName': 'Danvatirsen Sodium', 'drugSynonyms_string': 'AZD9150 sodium, Danvatirsen pentadecasodium, Danvatirsen sodium', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1008 | Q65 | What type of molecule is Fosphenytoin, and what is its action type? | Fosphenytoin 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 "%fosphenytoin%" OR LOWER(tradeNames_string) LIKE "%fosphenytoin%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_993', 'drugName': 'Fosphenytoin', 'drugSynonyms_string': 'Fosphenytoin, Np-06', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_181', 'drugName': 'Fosphenytoin Sodium', 'drugSynonyms_string': 'ACC-9653-010, ACC-9653... | general | Distinct, Similarity Search | Metadata |
Q65.1003 | Q65 | What type of molecule is Dolcanatide, and what is its action type? | Dolcanatide 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 "%dolcanatide%" OR LOWER(tradeNames_string) LIKE "%dolcanatide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1640', 'drugName': 'Dolcanatide', 'drugSynonyms_string': 'Dolcanatide, SP-333', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1940 | Q65 | What type of molecule is Lixivaptan, and what is its action type? | Lixivaptan 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 "%lixivaptan%" OR LOWER(tradeNames_string) LIKE "%lixivaptan%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1193', 'drugName': 'Lixivaptan', 'drugSynonyms_string': 'CRTX 080, CRTX-080, Lixivaptan, VPA 985, VPA-985, Vpa-985, WAY-VPA-985', 'tradeNames_string': 'Lixar', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.714 | Q65 | What type of molecule is Elotuzumab, and what is its action type? | Elotuzumab 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 "%elotuzumab%" OR LOWER(tradeNames_string) LIKE "%elotuzumab%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_5815', 'drugName': 'Elotuzumab', 'drugSynonyms_string': 'BMS-901608, Elotuzumab, Empliciti, HULUC63, PDL-063, PDL063', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1335 | Q65 | What type of molecule is Acetazolamide, and what is its action type? | Acetazolamide 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 "%acetazolamide%" OR LOWER(tradeNames_string) LIKE "%acetazolamide%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_466', 'drugName': 'Acetazolamide', 'drugSynonyms_string': 'Acetamox, Acetazolamide, Acetazolamidum, Atenezo, Defiltran, Didoc, Diuriwas, Donmox, Edemox, Glaupax, L 579486, NSC-145177, Nephramide, Phonurit', 'tradeNames_string': 'Acetazolamide, Diamox, Diamox sr, Eytazox', 'drugMolecularTyp... | general | Distinct, Similarity Search | Metadata |
Q65.1156 | Q65 | What type of molecule is Bromfenac Sodium, and what is its action type? | Bromfenac Sodium 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 "%bromfenac sodium%" OR LOWER(tradeNames_string) LIKE "%bromfenac sodium%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_989', 'drugName': 'Bromfenac Sodium', 'drugSynonyms_string': 'AHR-10282B, Bromfenac monosodium salt, Bromfenac monosodium salt sesquihydrate, Bromfenac sodium, Bromfenac sodium anhydrous, Bromfenac sodium hydrate, Bromfenac sodium sesquihydrate', 'tradeNames_string': 'Bromday, Bromfenac so... | general | Distinct, Similarity Search | Metadata |
Q65.338 | Q65 | What type of molecule is Amlexanox, and what is its action type? | Amlexanox 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 "%amlexanox%" OR LOWER(tradeNames_string) LIKE "%amlexanox%" OR LOWER(drugSynonyms_string) LIKE "%am... | [{'UUID': 'DrugGeneTargets_v2_4564', 'drugName': 'Amlexanox', 'drugSynonyms_string': 'AA-673, Amlexanox, Amoxanox, Aphtheal, CHX 3673, CHX-3673, Elics, Solfa', 'tradeNames_string': 'Amlexanox, Aphthasol', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1343 | Q65 | What type of molecule is Azd-6918, and what is its action type? | Azd-6918 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 "%azd-6918%" OR LOWER(tradeNames_string) LIKE "%azd-6918%" OR LOWER(drugSynonyms_string) LIKE "%azd-... | [{'UUID': 'DrugGeneTargets_v2_4110', 'drugName': 'Azd-6918', 'drugSynonyms_string': 'Azd-6918', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1593 | Q65 | What type of molecule is Asciminib, and what is its action type? | Asciminib 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 "%asciminib%" OR LOWER(tradeNames_string) LIKE "%asciminib%" OR LOWER(drugSynonyms_string) LIKE "%as... | [{'UUID': 'DrugGeneTargets_v2_3412', 'drugName': 'Asciminib', 'drugSynonyms_string': 'ABL-001, ABL001, ABL001-NX, Abl-001, Asciminib, NVP-ABL001', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3413', 'drugName': 'Asciminib', 'drugSynonyms_st... | general | Distinct, Similarity Search | Metadata |
Q65.1993 | Q65 | What type of molecule is Romiplostim, and what is its action type? | Romiplostim 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 "%romiplostim%" OR LOWER(tradeNames_string) LIKE "%romiplostim%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4980', 'drugName': 'Romiplostim', 'drugSynonyms_string': 'AMG 531, Romiplate, Romiplostim', 'tradeNames_string': 'Nplate', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.598 | Q65 | What type of molecule is Ci-988, and what is its action type? | Ci-988 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 "%ci-988%" OR LOWER(tradeNames_string) LIKE "%ci-988%" OR LOWER(drugSynonyms_string) LIKE "%ci-988%"... | [{'UUID': 'DrugGeneTargets_v2_6149', 'drugName': 'Ci-988', 'drugSynonyms_string': 'Ci-988, PD-134308', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.16 | Q65 | What type of molecule is Mk-0767, and what is its action type? | Mk-0767 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 "%mk-0767%" OR LOWER(tradeNames_string) LIKE "%mk-0767%" OR LOWER(drugSynonyms_string) LIKE "%mk-076... | [{'UUID': 'DrugGeneTargets_v2_6202', 'drugName': 'Mk-0767', 'drugSynonyms_string': 'MK 0767, Mk-0767, Mk0767', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_6203', 'drugName': 'Mk-0767', 'drugSynonyms_string': 'MK 0767, Mk-0767, Mk0767', 'trad... | general | Distinct, Similarity Search | Metadata |
Q65.1855 | Q65 | What type of molecule is Pitolisant, and what is its action type? | Pitolisant is a small molecule drug that acts as an inverse agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pitolisant%" OR LOWER(tradeNames_string) LIKE "%pitolisant%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1748', 'drugName': 'Pitolisant', 'drugSynonyms_string': 'BF-2.649, BF-2649, BF2.649, Bf2.649, HBS-101, Pitolisant, Tiprolisant', 'tradeNames_string': 'Wakix, Wakix, europe', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inverse agonist'}, {'UUID': 'DrugGeneTargets_v2_1676', 'dr... | general | Distinct, Similarity Search | Metadata |
Q65.1634 | Q65 | What type of molecule is Nalfurafine Hydrochloride, and what is its action type? | Nalfurafine 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 "%nalfurafine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%nalfurafine hydrochloride%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_5774', 'drugName': 'Nalfurafine Hydrochloride', 'drugSynonyms_string': 'Nalfurafine hcl, Nalfurafine hydrochloride, Nopicor, Remitch, TRK-820', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1686 | Q65 | What type of molecule is Molindone Hydrochloride, and what is its action type? | Molindone 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 "%molindone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%molindone hydrochloride%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_3041', 'drugName': 'Molindone Hydrochloride', 'drugSynonyms_string': 'EN-1733A, Molindone hcl, Molindone hydrochloride', 'tradeNames_string': 'Moban, Molindone hydrochloride', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3042', 'drugN... | general | Distinct, Similarity Search | Metadata |
Q65.600 | Q65 | What type of molecule is Azd1305, and what is its action type? | Azd1305 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 "%azd1305%" OR LOWER(tradeNames_string) LIKE "%azd1305%" OR LOWER(drugSynonyms_string) LIKE "%azd130... | [{'UUID': 'DrugGeneTargets_v2_1411', 'drugName': 'Azd1305', 'drugSynonyms_string': 'Azd 1305, Azd-1305, Azd1305', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_1412', 'drugName': 'Azd1305', 'drugSynonyms_string': 'Azd 1305, Azd-1305, Azd1305',... | 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.