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.924 | Q65 | What type of molecule is Temelimab, and what is its action type? | Temelimab 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 "%temelimab%" OR LOWER(tradeNames_string) LIKE "%temelimab%" OR LOWER(drugSynonyms_string) LIKE "%te... | [{'UUID': 'DrugGeneTargets_v2_1980', 'drugName': 'Temelimab', 'drugSynonyms_string': 'GNBAC1, Gnbac1, Temelimab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.471 | Q65 | What type of molecule is Gallamine, and what is its action type? | Gallamine 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 "%gallamine%" OR LOWER(tradeNames_string) LIKE "%gallamine%" OR LOWER(drugSynonyms_string) LIKE "%ga... | [{'UUID': 'DrugGeneTargets_v2_4182', 'drugName': 'Gallamine', 'drugSynonyms_string': 'Gallamine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_4304', 'drugName': 'Gallamine Triethiodide', 'drugSynonyms_string': 'Benzcurine iodide, Gallamin... | general | Distinct, Similarity Search | Metadata |
Q65.202 | Q65 | What type of molecule is Procainamide Hydrochloride, and what is its action type? | Procainamide Hydrochloride 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 "%procainamide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%procainamide hydrochloride%" OR LO... | [{'UUID': 'DrugGeneTargets_v2_4967', 'drugName': 'Procainamide Hydrochloride', 'drugSynonyms_string': 'Amidoprocaine, Cardiorytmin, NSC-757279, Procainamide HCl, Procainamide hcl, Procainamide hydrochloride, Procainamidi hydrochloridum', 'tradeNames_string': 'Biocoryl, Novocainamid, Procainamide hydrochloride, Procan, ... | general | Distinct, Similarity Search | Metadata |
Q65.1206 | Q65 | What type of molecule is Mequitazine, and what is its action type? | Mequitazine 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 "%mequitazine%" OR LOWER(tradeNames_string) LIKE "%mequitazine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3563', 'drugName': 'Mequitazine', 'drugSynonyms_string': 'Kitazemin, Mequitazine, NSC-303612', 'tradeNames_string': 'Primalan', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1056 | Q65 | What type of molecule is Vernakalant, and what is its action type? | Vernakalant 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 "%vernakalant%" OR LOWER(tradeNames_string) LIKE "%vernakalant%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1586', 'drugName': 'Vernakalant Hydrochloride', 'drugSynonyms_string': 'Brinavess, Kynapid, RSD-1235, RSD1235, Vernakalant hcl, Vernakalant hydrochloride', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_1587', 'dru... | general | Distinct, Similarity Search | Metadata |
Q65.1195 | Q65 | What type of molecule is Axicabtagene Ciloleucel, and what is its action type? | Axicabtagene Ciloleucel is a gene 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 "%axicabtagene ciloleucel%" OR LOWER(tradeNames_string) LIKE "%axicabtagene ciloleucel%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_3857', 'drugName': 'Axicabtagene Ciloleucel', 'drugSynonyms_string': 'Axicabtagene ciloleucel, KTE-C19, Yescarta', 'tradeNames_string': '', 'drugMolecularType': 'Gene', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1300 | Q65 | What type of molecule is L19Tnfa, and what is its action type? | L19Tnfa 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 "%l19tnfa%" OR LOWER(tradeNames_string) LIKE "%l19tnfa%" OR LOWER(drugSynonyms_string) LIKE "%l19tnf... | [{'UUID': 'DrugGeneTargets_v2_3095', 'drugName': 'L19Tnfa', 'drugSynonyms_string': 'L19TNFA, L19tnfa', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1276 | Q65 | What type of molecule is Benzydamine Hydrochloride, and what is its action type? | Benzydamine 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 "%benzydamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%benzydamine hydrochloride%" OR LOWE... | [{'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.1814 | Q65 | What type of molecule is Telratolimod, and what is its action type? | Telratolimod 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 "%telratolimod%" OR LOWER(tradeNames_string) LIKE "%telratolimod%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_5246', 'drugName': 'Telratolimod', 'drugSynonyms_string': '3M-052, MEDI9197, Medi 9197, Medi-9197, Medi9197, Telratolimod', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_5247', 'drugName': 'Telratolimod', 'drugSyn... | general | Distinct, Similarity Search | Metadata |
Q65.1402 | Q65 | What type of molecule is Motexafin Gadolinium, and what is its action type? | Motexafin Gadolinium 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 "%motexafin gadolinium%" OR LOWER(tradeNames_string) LIKE "%motexafin gadolinium%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_1827', 'drugName': 'Motexafin Gadolinium', 'drugSynonyms_string': 'API-GP3, FP-GP1, GD-TEXAPHYRIN, Gd texaphyrin, Gd-Tex, Motexafin gadolinium, Motexafin gadolinium anhydrous, Motexafin gadolinium hydrate, NSC-695238, PCI-0120, gadolinium texaphyrin', 'tradeNames_string': 'Xcytrin', 'drugM... | general | Distinct, Similarity Search | Metadata |
Q65.1807 | Q65 | What type of molecule is Peficitinib, and what is its action type? | Peficitinib 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 "%peficitinib%" OR LOWER(tradeNames_string) LIKE "%peficitinib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4367', 'drugName': 'Peficitinib', 'drugSynonyms_string': 'ASP-015K, ASP015K, Asp-015k, JNJ-54781532, Peficitinib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.661 | Q65 | What type of molecule is Aplindore, and what is its action type? | Aplindore 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 "%aplindore%" OR LOWER(tradeNames_string) LIKE "%aplindore%" OR LOWER(drugSynonyms_string) LIKE "%ap... | [{'UUID': 'DrugGeneTargets_v2_1025', 'drugName': 'Aplindore', 'drugSynonyms_string': 'Aplindore', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'partial agonist'}, {'UUID': 'DrugGeneTargets_v2_3155', 'drugName': 'Aplindore Fumarate', 'drugSynonyms_string': 'Aplindore fumarate, DAB-45... | general | Distinct, Similarity Search | Metadata |
Q65.560 | Q65 | What type of molecule is Erlosamide, and what is its action type? | Erlosamide 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 "%erlosamide%" OR LOWER(tradeNames_string) LIKE "%erlosamide%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4004', 'drugName': 'Erlosamide', 'drugSynonyms_string': '(r)-lacosamide 1, ADD 243037, ADD-243037, Erlosamide, Lacosamide, Lacosamide cv, SPM 927, SPM-927', 'tradeNames_string': 'Lacosamide, Vimpat', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}] | general | Distinct, Similarity Search | Metadata |
Q65.44 | Q65 | What type of molecule is Srx246, and what is its action type? | Srx246 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 "%srx246%" OR LOWER(tradeNames_string) LIKE "%srx246%" OR LOWER(drugSynonyms_string) LIKE "%srx246%"... | [{'UUID': 'DrugGeneTargets_v2_723', 'drugName': 'Srx246', 'drugSynonyms_string': 'Srx246', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.278 | Q65 | What type of molecule is Teriparatide Acetate, and what is its action type? | Teriparatide Acetate 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 "%teriparatide acetate%" OR LOWER(tradeNames_string) LIKE "%teriparatide acetate%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_3571', 'drugName': 'Teriparatide Acetate', 'drugSynonyms_string': 'Ak-159, Ak159, HPTH 1-34, HPTH 1-34 (ACETATE SALT), HPTH-1-34, Teriparatide acetate, Teriparatide acetate hydrate', 'tradeNames_string': 'Parathar', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1096 | Q65 | What type of molecule is Lipegfilgrastim, and what is its action type? | Lipegfilgrastim 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 "%lipegfilgrastim%" OR LOWER(tradeNames_string) LIKE "%lipegfilgrastim%" OR LOWER(drugSynonyms_strin... | [{'UUID': 'DrugGeneTargets_v2_4822', 'drugName': 'Lipegfilgrastim', 'drugSynonyms_string': 'Lipegfilgrastim, XM-22, XM22', 'tradeNames_string': 'Lonquex', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.104 | Q65 | What type of molecule is Las190792, and what is its action type? | Las190792 is a small molecule drug that acts as an antagonist and a agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%las190792%" OR LOWER(tradeNames_string) LIKE "%las190792%" OR LOWER(drugSynonyms_string) LIKE "%la... | [{'UUID': 'DrugGeneTargets_v2_3525', 'drugName': 'Las190792', 'drugSynonyms_string': 'Azd 8999, LAS-190792, Las190792', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3526', 'drugName': 'Las190792', 'drugSynonyms_string': 'Azd 8999, LAS-1907... | general | Distinct, Similarity Search | Metadata |
Q65.856 | Q65 | What type of molecule is Morolimumab, and what is its action type? | Morolimumab 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 "%morolimumab%" OR LOWER(tradeNames_string) LIKE "%morolimumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4899', 'drugName': 'Morolimumab', 'drugSynonyms_string': 'Morolimumab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.985 | Q65 | What type of molecule is Safinamide Mesylate, and what is its action type? | Safinamide Mesylate 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 "%safinamide mesylate%" OR LOWER(tradeNames_string) LIKE "%safinamide mesylate%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_1874', 'drugName': 'Safinamide Mesylate', 'drugSynonyms_string': 'EMD 1195686, NW 1015, NW-1015, PNU 151774E, PNU-151774E, Safinamide mesilate, Safinamide mesylate, Safinamide methanesulfonate, Safinamide methansulfonate', 'tradeNames_string': 'Xadago', 'drugMolecularType': 'Small molecule... | general | Distinct, Similarity Search | Metadata |
Q65.948 | Q65 | What type of molecule is Vapitadine, and what is its action type? | Vapitadine 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 "%vapitadine%" OR LOWER(tradeNames_string) LIKE "%vapitadine%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1321', 'drugName': 'Vapitadine Dihydrochloride', 'drugSynonyms_string': 'R-129160, R129160, Vapitadine dihydrochloride', 'tradeNames_string': 'Hivenyl', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_5242', 'drugName': 'Vapitadine', 'dr... | general | Distinct, Similarity Search | Metadata |
Q65.110 | Q65 | What type of molecule is Bromocriptine, and what is its action type? | Bromocriptine 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 "%bromocriptine%" OR LOWER(tradeNames_string) LIKE "%bromocriptine%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_630', 'drugName': 'Bromocriptine', 'drugSynonyms_string': '2-bromo-.alpha.-ergocryptine, Bromergocryptine, Bromocriptine, CB-154, Ergocryptine, 2-bromo-, SANDOZ 15-754', 'tradeNames_string': 'Parlodel', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGene... | general | Distinct, Similarity Search | Metadata |
Q65.1296 | Q65 | What type of molecule is Amg-729, and what is its action type? | Amg-729 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 "%amg-729%" OR LOWER(tradeNames_string) LIKE "%amg-729%" OR LOWER(drugSynonyms_string) LIKE "%amg-72... | [{'UUID': 'DrugGeneTargets_v2_1055', 'drugName': 'Amg-729', 'drugSynonyms_string': 'AMG-729', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.503 | Q65 | What type of molecule is Palonosetron Hydrochloride, and what is its action type? | Palonosetron 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 "%palonosetron hydrochloride%" OR LOWER(tradeNames_string) LIKE "%palonosetron hydrochloride%" OR LO... | [{'UUID': 'DrugGeneTargets_v2_3577', 'drugName': 'Palonosetron Hydrochloride', 'drugSynonyms_string': 'Palonocetron hydrochloride, Palonosetron (as hydrochloride), Palonosetron hcl, Palonosetron hydrochloride, RS-25259-197', 'tradeNames_string': 'Aloxi, Palonosetron hydrochloride', 'drugMolecularType': 'Small molecule'... | general | Distinct, Similarity Search | Metadata |
Q65.1981 | Q65 | What type of molecule is Dextroamphetamine Adipate, and what is its action type? | Dextroamphetamine Adipate is a small molecule drug that acts as an inhibitor and a releasing agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dextroamphetamine adipate%" OR LOWER(tradeNames_string) LIKE "%dextroamphetamine adipate%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_3241', 'drugName': 'Dextroamphetamine Adipate', 'drugSynonyms_string': 'D-amphetamine adipate, Dextroamphetamine adipate', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3242', 'drugName': 'Dextroamphetamine Adip... | general | Distinct, Similarity Search | Metadata |
Q65.869 | Q65 | What type of molecule is Ciprofibrate, and what is its action type? | Ciprofibrate 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 "%ciprofibrate%" OR LOWER(tradeNames_string) LIKE "%ciprofibrate%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_4561', 'drugName': 'Ciprofibrate', 'drugSynonyms_string': 'Ciprofibrate, NSC-759617, WIN 35833, WIN-35833', 'tradeNames_string': 'Modalim', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.748 | Q65 | What type of molecule is Granisetron, and what is its action type? | Granisetron 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 "%granisetron%" OR LOWER(tradeNames_string) LIKE "%granisetron%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_520', 'drugName': 'Granisetron Hydrochloride', 'drugSynonyms_string': 'BRL 43694A, BRL-43694A, Bema granisetron, Granisetron (as hydrochloride), Granisetron hcl, Granisetron hydrochloride, NSC-759839', 'tradeNames_string': 'Granisetron hydrochloride, Granisetron hydrochloride preservative ... | general | Distinct, Similarity Search | Metadata |
Q65.1015 | Q65 | What type of molecule is Oxandrolone, and what is its action type? | Oxandrolone 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 "%oxandrolone%" OR LOWER(tradeNames_string) LIKE "%oxandrolone%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3386', 'drugName': 'Oxandrolone', 'drugSynonyms_string': 'Lonavar, NSC-67068, Oxandrolone, Oxandrolone ciii, Provitar, SC 11585, SC-11585, Vasorome', 'tradeNames_string': 'Anavar, Oxandrin, Oxandrolone', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGen... | general | Distinct, Similarity Search | Metadata |
Q65.1315 | Q65 | What type of molecule is Celiprolol, and what is its action type? | Celiprolol is a small molecule drug that acts as an partial agonist and a antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%celiprolol%" OR LOWER(tradeNames_string) LIKE "%celiprolol%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_6117', 'drugName': 'Celiprolol', 'drugSynonyms_string': 'Celiprolol, Celiprolol pch', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'partial agonist'}, {'UUID': 'DrugGeneTargets_v2_6118', 'drugName': 'Celiprolol', 'drugSynonyms_string': 'Celiprolol, Celi... | general | Distinct, Similarity Search | Metadata |
Q65.1297 | Q65 | What type of molecule is Imarikiren, and what is its action type? | Imarikiren 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 "%imarikiren%" OR LOWER(tradeNames_string) LIKE "%imarikiren%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3903', 'drugName': 'Imarikiren Hydrochloride', 'drugSynonyms_string': 'Imarikiren hydrochloride, TAK-272, Tak-272', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5101', 'drugName': 'Imarikiren', 'drugSynonyms_st... | general | Distinct, Similarity Search | Metadata |
Q65.609 | Q65 | What type of molecule is Netoglitazone, and what is its action type? | Netoglitazone 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 "%netoglitazone%" OR LOWER(tradeNames_string) LIKE "%netoglitazone%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1686', 'drugName': 'Netoglitazone', 'drugSynonyms_string': 'MCC 555, Mcc-555, Netoglitazone, PGX-510, RWJ-241947', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1362 | Q65 | What type of molecule is Dexchlorpheniramine, and what is its action type? | Dexchlorpheniramine 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 "%dexchlorpheniramine%" OR LOWER(tradeNames_string) LIKE "%dexchlorpheniramine%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_3635', 'drugName': 'Dexchlorpheniramine', 'drugSynonyms_string': 'Chlorphenamine, (s)-, Chlorpheniramine d-form, Chlorpheniramine, (s)-, Chlorpheniramine, d-, Dapriton, Dexchlorpheniramine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'... | general | Distinct, Similarity Search | Metadata |
Q65.75 | Q65 | What type of molecule is Clazosentan, and what is its action type? | Clazosentan 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 "%clazosentan%" OR LOWER(tradeNames_string) LIKE "%clazosentan%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5315', 'drugName': 'Clazosentan', 'drugSynonyms_string': 'ACT-108475, AXV-034343, AXV-343434, Axv-034, Clazosentan, RO-61-1790, Ro 61-1790, VML-588', 'tradeNames_string': 'Pivlaz', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1082 | Q65 | What type of molecule is Anifrolumab, and what is its action type? | Anifrolumab 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 "%anifrolumab%" OR LOWER(tradeNames_string) LIKE "%anifrolumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4280', 'drugName': 'Anifrolumab', 'drugSynonyms_string': 'Anifrolumab, Anifrolumab fnia, Anifrolumab-fnia, MEDI-546', 'tradeNames_string': 'Saphnelo', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1214 | Q65 | What type of molecule is Gallamine Triethiodide, and what is its action type? | Gallamine Triethiodide 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 "%gallamine triethiodide%" OR LOWER(tradeNames_string) LIKE "%gallamine triethiodide%" OR LOWER(drug... | [{'UUID': 'DrugGeneTargets_v2_4304', 'drugName': 'Gallamine Triethiodide', 'drugSynonyms_string': 'Benzcurine iodide, Gallamine triethiodide, Gallamini triethiodidum, Gallamone triethiodide, NSC-102690, Remyolan, Syncurarine', 'tradeNames_string': 'Benzcurine Iodide, Flaxedil, Gallomone Triethiodide, Relaxan', 'drugMol... | general | Distinct, Similarity Search | Metadata |
Q65.1167 | Q65 | What type of molecule is Ulipristal, and what is its action type? | Ulipristal 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 "%ulipristal%" OR LOWER(tradeNames_string) LIKE "%ulipristal%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_470', 'drugName': 'Ulipristal', 'drugSynonyms_string': 'Uliprisnil, Ulipristal, Ulipristal acetate ulipristal', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}, {'UUID': 'DrugGeneTargets_v2_4281', 'drugName': 'Ulipristal Acetate', 'drugSynonym... | general | Distinct, Similarity Search | Metadata |
Q65.625 | Q65 | What type of molecule is Cilofexor, and what is its action type? | Cilofexor 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 "%cilofexor%" OR LOWER(tradeNames_string) LIKE "%cilofexor%" OR LOWER(drugSynonyms_string) LIKE "%ci... | [{'UUID': 'DrugGeneTargets_v2_5522', 'drugName': 'Cilofexor', 'drugSynonyms_string': 'Cilofexor, GS 9674, GS-9674, Gs-9674, PX-104, PX104', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.487 | Q65 | What type of molecule is Fosbretabulin Tromethamine, and what is its action type? | Fosbretabulin Tromethamine is a small molecule drug that acts as an disrupting agent. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fosbretabulin tromethamine%" OR LOWER(tradeNames_string) LIKE "%fosbretabulin tromethamine%" OR LO... | [{'UUID': 'DrugGeneTargets_v2_4395', 'drugName': 'Fosbretabulin Tromethamine', 'drugSynonyms_string': 'Fosbretabulin tromethamine', 'tradeNames_string': 'Zybrestat', 'drugMolecularType': 'Small molecule', 'drugActionType': 'disrupting agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1579 | Q65 | What type of molecule is Ethchlorvynol, and what is its action type? | Ethchlorvynol 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 "%ethchlorvynol%" OR LOWER(tradeNames_string) LIKE "%ethchlorvynol%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_3295', 'drugName': 'Ethchlorvynol', 'drugSynonyms_string': 'Alvinol, Arvynol, Ethchlorvynol, Ethchlorvynol civ, NSC-30372, Normoson, Nostel, Roeridorm, Serenesil, Serensil', 'tradeNames_string': 'Ethchlorvynol, Placidyl', 'drugMolecularType': 'Small molecule', 'drugActionType': 'positive m... | general | Distinct, Similarity Search | Metadata |
Q65.512 | Q65 | What type of molecule is Raloxifene, and what is its action type? | Raloxifene 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 "%raloxifene%" OR LOWER(tradeNames_string) LIKE "%raloxifene%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1839', 'drugName': 'Raloxifene Hydrochloride', 'drugSynonyms_string': 'Keoxifene hydrochloride, LY-156758, LY156758, NSC-706725, Raloxifene hcl, Raloxifene hydrochloride, Raloxifene teva', 'tradeNames_string': 'Evirex, Evista, Optruma, Ostiral, Raloxifene hydrochloride, Razylan', 'drugMole... | general | Distinct, Similarity Search | Metadata |
Q65.740 | Q65 | What type of molecule is Aldafermin, and what is its action type? | Aldafermin is a protein 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 "%aldafermin%" OR LOWER(tradeNames_string) LIKE "%aldafermin%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_570', 'drugName': 'Aldafermin', 'drugSynonyms_string': 'Aldafermin, NGM-282, NGM282, Ngm282', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'activator'}, {'UUID': 'DrugGeneTargets_v2_571', 'drugName': 'Aldafermin', 'drugSynonyms_string': 'Aldafermin, NGM-282, N... | general | Distinct, Similarity Search | Metadata |
Q65.762 | Q65 | What type of molecule is Brimapitide, and what is its action type? | Brimapitide 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 "%brimapitide%" OR LOWER(tradeNames_string) LIKE "%brimapitide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_504', 'drugName': 'Brimapitide, C-Terminal Acid', 'drugSynonyms_string': 'AM-111, Am-111, Brimapitide, c-terminal acid, D-jnki-1, Xg-102 c-terminal acid', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2905', 'drugName'... | general | Distinct, Similarity Search | Metadata |
Q65.1990 | Q65 | What type of molecule is Pg-110, and what is its action type? | Pg-110 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 "%pg-110%" OR LOWER(tradeNames_string) LIKE "%pg-110%" OR LOWER(drugSynonyms_string) LIKE "%pg-110%"... | [{'UUID': 'DrugGeneTargets_v2_6156', 'drugName': 'Pg-110', 'drugSynonyms_string': 'PG-110, Pg-110', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.784 | Q65 | What type of molecule is Rivoglitazone, and what is its action type? | Rivoglitazone 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 "%rivoglitazone%" OR LOWER(tradeNames_string) LIKE "%rivoglitazone%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_5537', 'drugName': 'Rivoglitazone', 'drugSynonyms_string': 'CS-011, DE-101, R 106056, R-106056, Rivoglitazone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1763 | Q65 | What type of molecule is Ondansetron Hydrochloride, and what is its action type? | Ondansetron 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 "%ondansetron hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ondansetron hydrochloride%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_4955', 'drugName': 'Ondansetron Hydrochloride', 'drugSynonyms_string': 'GR 38032F, GR-38032F, NSC-665799, Odansetron hydrochloride, Ondansetron (as hydrochloride), Ondansetron hcl, Ondansetron hydrochloride, Ondansetron hydrochloride dihydrate, Ondansetron hydrochloride hydrate, Ondansetro... | general | Distinct, Similarity Search | Metadata |
Q65.848 | Q65 | What type of molecule is Piboserod, and what is its action type? | Piboserod 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 "%piboserod%" OR LOWER(tradeNames_string) LIKE "%piboserod%" OR LOWER(drugSynonyms_string) LIKE "%pi... | [{'UUID': 'DrugGeneTargets_v2_60', 'drugName': 'Piboserod', 'drugSynonyms_string': 'Piboserod, SB-207266', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.315 | Q65 | What type of molecule is Interferon Beta-1B, and what is its action type? | Interferon Beta-1B 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 "%interferon beta-1b%" OR LOWER(tradeNames_string) LIKE "%interferon beta-1b%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_5120', 'drugName': 'Interferon Beta-1B', 'drugSynonyms_string': 'BAY 86-5046, BAY-86-5046, Interferon beta-1b', 'tradeNames_string': 'Betaseron, Extavia', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.816 | Q65 | What type of molecule is Ulimorelin, and what is its action type? | Ulimorelin 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 "%ulimorelin%" OR LOWER(tradeNames_string) LIKE "%ulimorelin%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2076', 'drugName': 'Ulimorelin Hydrochloride', 'drugSynonyms_string': 'TZP-101, Ulimorelin hydrochloride, Ulimorelin hydrochloride monohydrate', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_85', 'drugName': 'Ulim... | general | Distinct, Similarity Search | Metadata |
Q65.411 | Q65 | What type of molecule is Ame-133V, and what is its action type? | Ame-133V 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 "%ame-133v%" OR LOWER(tradeNames_string) LIKE "%ame-133v%" OR LOWER(drugSynonyms_string) LIKE "%ame-... | [{'UUID': 'DrugGeneTargets_v2_4323', 'drugName': 'Ocaratuzumab', 'drugSynonyms_string': 'AME-133v, LY2469298, Ocaratuzumab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_4994', 'drugName': 'Ame-133V', 'drugSynonyms_string': 'AME-133V, LY-2469... | general | Distinct, Similarity Search | Metadata |
Q65.826 | Q65 | What type of molecule is Omidenepag Isopropyl, and what is its action type? | Omidenepag Isopropyl 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 "%omidenepag isopropyl%" OR LOWER(tradeNames_string) LIKE "%omidenepag isopropyl%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_2182', 'drugName': 'Omidenepag Isopropyl', 'drugSynonyms_string': 'DE-117, De-117, Omidenepag isopropyl', 'tradeNames_string': 'Omlonti', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1143 | Q65 | What type of molecule is Etrolizumab, and what is its action type? | Etrolizumab 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 "%etrolizumab%" OR LOWER(tradeNames_string) LIKE "%etrolizumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4840', 'drugName': 'Etrolizumab', 'drugSynonyms_string': 'Anti-.beta.7, Anti-Beta7, Anti-Beta7 Pro145223, Etrolizumab, PRO-145223, PRO145223, RG-7413, RHUMAB-BETA7, Rhumab .beta.7, rhuMAb beta7', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.313 | Q65 | What type of molecule is Razuprotafib, and what is its action type? | Razuprotafib 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 "%razuprotafib%" OR LOWER(tradeNames_string) LIKE "%razuprotafib%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3104', 'drugName': 'Razuprotafib', 'drugSynonyms_string': 'AKB-9778, Razuprotafib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.229 | Q65 | What type of molecule is Eprosartan, and what is its action type? | Eprosartan 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 "%eprosartan%" OR LOWER(tradeNames_string) LIKE "%eprosartan%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_5954', 'drugName': 'Eprosartan', 'drugSynonyms_string': 'Eprosartan, SK&F 108566, SK&F-108566, SK-108566, Teveten', 'tradeNames_string': 'Teveten', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_5528', 'drugName': 'Eprosartan Mesylate',... | general | Distinct, Similarity Search | Metadata |
Q65.1699 | Q65 | What type of molecule is Eflornithine, and what is its action type? | Eflornithine 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 "%eflornithine%" OR LOWER(tradeNames_string) LIKE "%eflornithine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_1880', 'drugName': 'Eflornithine Hydrochloride', 'drugSynonyms_string': 'Dfmo hcl, Difluromethylornithine, Eflornithine hcl, Eflornithine hydrochloride, Eflornithine hydrochloride monohydrate, MDL 71,782 A, MDL-71782-A, MDL-71782A, NSC-270295, NSC-337250, RMI-71782-A', 'tradeNames_string':... | general | Distinct, Similarity Search | Metadata |
Q65.1451 | Q65 | What type of molecule is Biib-015, and what is its action type? | Biib-015 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 "%biib-015%" OR LOWER(tradeNames_string) LIKE "%biib-015%" OR LOWER(drugSynonyms_string) LIKE "%biib... | [{'UUID': 'DrugGeneTargets_v2_5970', 'drugName': 'Biib-015', 'drugSynonyms_string': 'BIIB-015, Biib-015', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q65.1976 | Q65 | What type of molecule is Cobimetinib, and what is its action type? | Cobimetinib 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 "%cobimetinib%" OR LOWER(tradeNames_string) LIKE "%cobimetinib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3656', 'drugName': 'Cobimetinib', 'drugSynonyms_string': 'Cobimetinib, GDC-0973, Gdc 0623, Gdc 0973, Gdc-0623, RG 7420, RG-7420, RG7420, Rg-7420, Rg-7421, XL-518, Xl 518, Xl518', 'tradeNames_string': 'Cotellic', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID'... | general | Distinct, Similarity Search | Metadata |
Q65.814 | Q65 | What type of molecule is Davalintide, and what is its action type? | Davalintide 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 "%davalintide%" OR LOWER(tradeNames_string) LIKE "%davalintide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2200', 'drugName': 'Davalintide', 'drugSynonyms_string': 'AC-2307, AC2307, Ac2307, Davalintide', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_2201', 'drugName': 'Davalintide', 'drugSynonyms_string': 'AC-2307, AC2307, Ac... | general | Distinct, Similarity Search | Metadata |
Q65.1847 | Q65 | What type of molecule is Moclobemide, and what is its action type? | Moclobemide 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 "%moclobemide%" OR LOWER(tradeNames_string) LIKE "%moclobemide%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_6369', 'drugName': 'Moclobemide', 'drugSynonyms_string': 'Aurorix, GNF-PF-695, Moclobemide, RO 11-1163/000, RO-111163000', 'tradeNames_string': 'Manerix', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.151 | Q65 | What type of molecule is Lecozotan, and what is its action type? | Lecozotan 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%" OR LOWER(tradeNames_string) LIKE "%lecozotan%" OR LOWER(drugSynonyms_string) LIKE "%le... | [{'UUID': 'DrugGeneTargets_v2_1643', 'drugName': 'Lecozotan', 'drugSynonyms_string': 'Lecozotan', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_6152', 'drugName': 'Lecozotan Hydrochloride', 'drugSynonyms_string': 'Lecozotan hcl, Lecozotan h... | general | Distinct, Similarity Search | Metadata |
Q65.781 | Q65 | What type of molecule is Plonmarlimab, and what is its action type? | Plonmarlimab 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 "%plonmarlimab%" OR LOWER(tradeNames_string) LIKE "%plonmarlimab%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_512', 'drugName': 'Plonmarlimab', 'drugSynonyms_string': 'Plonmarlimab, TJ-003234, TJ003234, TJM-2, Tj 003234, Tj003234', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.727 | Q65 | What type of molecule is Pf-5190457, and what is its action type? | Pf-5190457 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 "%pf-5190457%" OR LOWER(tradeNames_string) LIKE "%pf-5190457%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_5725', 'drugName': 'Pf-5190457', 'drugSynonyms_string': 'PF-5190457, Pf-05190457, Pf-5190457', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inverse agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.820 | Q65 | What type of molecule is Gsk-1070916, and what is its action type? | Gsk-1070916 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 "%gsk-1070916%" OR LOWER(tradeNames_string) LIKE "%gsk-1070916%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_902', 'drugName': 'Gsk-1070916', 'drugSynonyms_string': 'GSK 1070916A, GSK1070916, Gsk-1070916, Gsk-1070916a', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_903', 'drugName': 'Gsk-1070916', 'drugSynonyms_string'... | general | Distinct, Similarity Search | Metadata |
Q65.1636 | Q65 | What type of molecule is Propiomazine, and what is its action type? | Propiomazine 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 "%propiomazine%" OR LOWER(tradeNames_string) LIKE "%propiomazine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_518', 'drugName': 'Propiomazine', 'drugSynonyms_string': 'CB 1678, CB-1678, Dorevan, Dorevane, Indorm, Largon, Propavan, Propiomazine, WY-1359', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3422', 'drugName': ... | general | Distinct, Similarity Search | Metadata |
Q65.825 | Q65 | What type of molecule is Mp-412, and what is its action type? | Mp-412 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 "%mp-412%" OR LOWER(tradeNames_string) LIKE "%mp-412%" OR LOWER(drugSynonyms_string) LIKE "%mp-412%"... | [{'UUID': 'DrugGeneTargets_v2_2945', 'drugName': 'Mp-412', 'drugSynonyms_string': 'AV-412, Mp 412, Mp-412', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2946', 'drugName': 'Mp-412', 'drugSynonyms_string': 'AV-412, Mp 412, Mp-412', 'tradeNam... | general | Distinct, Similarity Search | Metadata |
Q65.581 | Q65 | What type of molecule is Lepirudin, and what is its action type? | Lepirudin 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 "%lepirudin%" OR LOWER(tradeNames_string) LIKE "%lepirudin%" OR LOWER(drugSynonyms_string) LIKE "%le... | [{'UUID': 'DrugGeneTargets_v2_249', 'drugName': 'Lepirudin', 'drugSynonyms_string': 'Hirudin lepirudin, Lepirudin, Lepirudin Recombinant, Lepirudin recombinant', 'tradeNames_string': 'Refludan', 'drugMolecularType': 'Protein', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.563 | Q65 | What type of molecule is Proglumide, and what is its action type? | Proglumide 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 "%proglumide%" OR LOWER(tradeNames_string) LIKE "%proglumide%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_5575', 'drugName': 'Proglumide', 'drugSynonyms_string': 'Binoside, CR-242, Dl-proglumide, Gastrotopic, Midelid, NSC-757841, Proglumide, Promid, Ulcutin, W-5219, Xylamide', 'tradeNames_string': 'Milid, Nulsa', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1758 | Q65 | What type of molecule is Abt-126, and what is its action type? | Abt-126 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 "%abt-126%" OR LOWER(tradeNames_string) LIKE "%abt-126%" OR LOWER(drugSynonyms_string) LIKE "%abt-12... | [{'UUID': 'DrugGeneTargets_v2_2269', 'drugName': 'Abt-126', 'drugSynonyms_string': 'ABT-126, Abt-126, Nelonicline', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1727 | Q65 | What type of molecule is Domperidone, and what is its action type? | Domperidone 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 "%domperidone%" OR LOWER(tradeNames_string) LIKE "%domperidone%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4058', 'drugName': 'Domperidone', 'drugSynonyms_string': 'Domperidone, NSC-299589, NSC-759575, R 33,812, R-33812', 'tradeNames_string': 'Domilium, Evoxin, Motilium, Motilium 10, Motilium instants, Vivadone', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1349 | Q65 | What type of molecule is Alprostadil, and what is its action type? | Alprostadil 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 "%alprostadil%" OR LOWER(tradeNames_string) LIKE "%alprostadil%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4035', 'drugName': 'Alprostadil', 'drugSynonyms_string': 'Alprostadil, NSC-165559, ONO-1608, Pge1, Prostaglandin e1, U-10,136, U-10136', 'tradeNames_string': 'Alprostadil, Caverject, Caverject impulse, Edex, Prostin, Prostin vr, Prostin vr pediatric, Viridal 10, Viridal 20, Viridal 5, Viri... | general | Distinct, Similarity Search | Metadata |
Q65.1161 | Q65 | What type of molecule is Maprotiline Hydrochloride, and what is its action type? | Maprotiline 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 "%maprotiline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%maprotiline hydrochloride%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_4631', 'drugName': 'Maprotiline Hydrochloride', 'drugSynonyms_string': 'BA-34,276, BA-34276, Maprotiline hcl, Maprotiline hydrochloride, NSC-757085', 'tradeNames_string': 'Ludiomil, Maprotiline hydrochloride', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.945 | Q65 | What type of molecule is Norethynodrel, and what is its action type? | Norethynodrel 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 "%norethynodrel%" OR LOWER(tradeNames_string) LIKE "%norethynodrel%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1815', 'drugName': 'Norethynodrel', 'drugSynonyms_string': 'Enidrel, NSC-15432, Norethynodrel, Noretynodrel, SC-4642', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.290 | Q65 | What type of molecule is Certolizumab Pegol, and what is its action type? | Certolizumab 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 "%certolizumab pegol%" OR LOWER(tradeNames_string) LIKE "%certolizumab pegol%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_5407', 'drugName': 'Certolizumab Pegol', 'drugSynonyms_string': 'CDP 870, CDP-870, CDP870, Certolizumab pegol, PHA-738144', 'tradeNames_string': 'Cimzia', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1947 | Q65 | What type of molecule is Methadone, and what is its action type? | Methadone 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 "%methadone%" OR LOWER(tradeNames_string) LIKE "%methadone%" OR LOWER(drugSynonyms_string) LIKE "%me... | [{'UUID': 'DrugGeneTargets_v2_1750', 'drugName': 'Methadone', 'drugSynonyms_string': 'Amidone, Diaminon, Dl-methadone, Dolophin, Dolophine, Heptadon, Heptadone, IDS-NM-002, Metasedin, Methadone, Methadose, Phenadone, Phy, Physeptone, Symoron, Westadone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', '... | general | Distinct, Similarity Search | Metadata |
Q65.973 | Q65 | What type of molecule is Methohexital, and what is its action type? | Methohexital 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 "%methohexital%" OR LOWER(tradeNames_string) LIKE "%methohexital%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_314', 'drugName': 'Methohexital', 'drugSynonyms_string': 'Methohexital, Methohexital civ, Methohexitone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_4143', 'drugName': 'Methohexital Sodium... | general | Distinct, Similarity Search | Metadata |
Q65.605 | Q65 | What type of molecule is Doxycycline, and what is its action type? | Doxycycline 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 "%doxycycline%" OR LOWER(tradeNames_string) LIKE "%doxycycline%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3045', 'drugName': 'Doxycycline', 'drugSynonyms_string': 'Doxirobe, Doxycycline, Doxycycline monohydrate, Doxylin, GS-3065, Supracyclin, Xyrosa', 'tradeNames_string': 'Doxychel, Doxycycline, Monodox, Oracea, Vibramycin', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}... | general | Distinct, Similarity Search | Metadata |
Q65.1312 | Q65 | What type of molecule is Protirelin, and what is its action type? | Protirelin 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 "%protirelin%" OR LOWER(tradeNames_string) LIKE "%protirelin%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4776', 'drugName': 'Protirelin', 'drugSynonyms_string': '5-oxo-pro-his-pro-nh2, A-38579, ABBOTT-38579, Lopremone, NSC-760113, Protirelin, Protirelin tartrate, Protirelin, synthetic, Relefact trh, SYNTHETIC TRH, Synthetic TRH, Thyroid releasing hormone, Thyroliberin, Thyrotropin releasing h... | general | Distinct, Similarity Search | Metadata |
Q65.1244 | Q65 | What type of molecule is Patidegib, and what is its action type? | Patidegib 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 "%patidegib%" OR LOWER(tradeNames_string) LIKE "%patidegib%" OR LOWER(drugSynonyms_string) LIKE "%pa... | [{'UUID': 'DrugGeneTargets_v2_6104', 'drugName': 'Patidegib', 'drugSynonyms_string': 'FIN-5, IP-9, IP9 FREE BASE, IPI 926, IPI-926, IPI-926 FREE BASE, Ipi-926, Patidegib, Saridegib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1638 | Q65 | What type of molecule is Henagliflozin, and what is its action type? | Henagliflozin 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 "%henagliflozin%" OR LOWER(tradeNames_string) LIKE "%henagliflozin%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_4558', 'drugName': 'Henagliflozin', 'drugSynonyms_string': 'Henagliflozin, SHR-3824, SHR3824, Shr3824', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1588 | Q65 | What type of molecule is Rapacuronium Bromide, and what is its action type? | Rapacuronium 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 "%rapacuronium bromide%" OR LOWER(tradeNames_string) LIKE "%rapacuronium bromide%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_5464', 'drugName': 'Rapacuronium Bromide', 'drugSynonyms_string': 'ORG 9487, ORG-9487, Rapacuronium bromide', 'tradeNames_string': 'Raplon', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1316 | Q65 | What type of molecule is Nerispirdine, and what is its action type? | Nerispirdine 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 "%nerispirdine%" OR LOWER(tradeNames_string) LIKE "%nerispirdine%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3950', 'drugName': 'Nerispirdine', 'drugSynonyms_string': 'HP-184, HP184, Nerispirdine, Nerispirdine hydrochloride', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_3951', 'drugName': 'Nerispirdine', 'drugSynonyms_s... | general | Distinct, Similarity Search | Metadata |
Q65.1779 | Q65 | What type of molecule is Gsk239512, and what is its action type? | Gsk239512 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 "%gsk239512%" OR LOWER(tradeNames_string) LIKE "%gsk239512%" OR LOWER(drugSynonyms_string) LIKE "%gs... | [{'UUID': 'DrugGeneTargets_v2_2150', 'drugName': 'Gsk239512', 'drugSynonyms_string': 'GSK-239512A, GSK239512, Gsk-239512, Gsk239512', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1647 | Q65 | What type of molecule is Thenalidine, and what is its action type? | Thenalidine 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 "%thenalidine%" OR LOWER(tradeNames_string) LIKE "%thenalidine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4572', 'drugName': 'Thenalidine', 'drugSynonyms_string': 'Thenaldine, Thenalidine, Thenophenopiperidine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1255 | Q65 | What type of molecule is Vinblastine Sulfate, and what is its action type? | Vinblastine Sulfate 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 "%vinblastine sulfate%" OR LOWER(tradeNames_string) LIKE "%vinblastine sulfate%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_6261', 'drugName': 'Vinblastine Sulfate', 'drugSynonyms_string': '29060-LE, 29060LE, Alkaban-aq, NSC-49842, Vinblastine sulfate, Vinblastine sulphate, Vinblastini sulfas, Vincaleukoblastine sulfate, Vlb monosulfate', 'tradeNames_string': 'Velban, Velbe, Vinblast,lederle, Vinblastine sulfat... | general | Distinct, Similarity Search | Metadata |
Q65.1675 | Q65 | What type of molecule is Clobazam, and what is its action type? | Clobazam 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 "%clobazam%" OR LOWER(tradeNames_string) LIKE "%clobazam%" OR LOWER(drugSynonyms_string) LIKE "%clob... | [{'UUID': 'DrugGeneTargets_v2_5981', 'drugName': 'Clobazam', 'drugSynonyms_string': 'Clobazam, Colbazam, H 4723, H-4723, HR 376, HR-376, LM 2717, LM-2717, Mystan, NSC-336279, Urbadan', 'tradeNames_string': 'Frisium, Onfi, Perizam, Sympazan, Tapclob, Urbanyl', 'drugMolecularType': 'Small molecule', 'drugActionType': 'po... | general | Distinct, Similarity Search | Metadata |
Q65.1801 | Q65 | What type of molecule is Afatinib Dimaleate, and what is its action type? | Afatinib Dimaleate 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 "%afatinib dimaleate%" OR LOWER(tradeNames_string) LIKE "%afatinib dimaleate%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_2558', 'drugName': 'Afatinib Dimaleate', 'drugSynonyms_string': 'Afatinib dimaleate, Afatinib maleate, BIBW-2992 MA2, BIBW-2992-MA2, BIBW-2992MA2, BIBW2992 MA2, BIBW2992-MA2', 'tradeNames_string': 'Gilotrif', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': '... | general | Distinct, Similarity Search | Metadata |
Q65.759 | Q65 | What type of molecule is Mlnm-2201, and what is its action type? | Mlnm-2201 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 "%mlnm-2201%" OR LOWER(tradeNames_string) LIKE "%mlnm-2201%" OR LOWER(drugSynonyms_string) LIKE "%ml... | [{'UUID': 'DrugGeneTargets_v2_587', 'drugName': 'Mlnm-2201', 'drugSynonyms_string': 'LDP-01, MLNM-2201', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.616 | Q65 | What type of molecule is Bethanidine Sulfate, and what is its action type? | Bethanidine Sulfate 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 "%bethanidine sulfate%" OR LOWER(tradeNames_string) LIKE "%bethanidine sulfate%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_4786', 'drugName': 'Bethanidine Sulfate', 'drugSynonyms_string': 'BW-467-C-60, Betanidine sulfate, Betanidine sulphate, Bethanidine sulfate, Bethanidine sulphate, NSC-106563', 'tradeNames_string': 'Bendogen, Esbatal, Tenathan', 'drugMolecularType': 'Small molecule', 'drugActionType': 'subs... | general | Distinct, Similarity Search | Metadata |
Q65.1045 | Q65 | What type of molecule is Aprutumab Ixadotin, and what is its action type? | Aprutumab Ixadotin 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 "%aprutumab ixadotin%" OR LOWER(tradeNames_string) LIKE "%aprutumab ixadotin%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_2066', 'drugName': 'Aprutumab Ixadotin', 'drugSynonyms_string': 'Aprutumab ixadotin, BAY 1187982, BAY-1187982, BAY1187982, Bay1187982', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_2067', 'drugName': 'Aprutumab I... | general | Distinct, Similarity Search | Metadata |
Q65.788 | Q65 | What type of molecule is Dovramilast, and what is its action type? | Dovramilast 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 "%dovramilast%" OR LOWER(tradeNames_string) LIKE "%dovramilast%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3255', 'drugName': 'Dovramilast', 'drugSynonyms_string': 'CC-11050, Cc-11050, Dovramilast', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1690 | Q65 | What type of molecule is Desloratadine, and what is its action type? | Desloratadine 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 "%desloratadine%" OR LOWER(tradeNames_string) LIKE "%desloratadine%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_3239', 'drugName': 'Desloratadine', 'drugSynonyms_string': 'Allex, Azomyr, Dasselta, Denosin, Descarboethoxyloratadine, Desloratadine, Desloratadine actavis, Desloratadine teva, Loratadine related compound a, Loratadine related compound a rs, NSC-759824, Opulis, SCH 34117, SCH-34117', 'tra... | general | Distinct, Similarity Search | Metadata |
Q65.997 | Q65 | What type of molecule is Viloxazine, and what is its action type? | Viloxazine 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 "%viloxazine%" OR LOWER(tradeNames_string) LIKE "%viloxazine%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4145', 'drugName': 'Viloxazine', 'drugSynonyms_string': 'Viloxazin, Viloxazine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5502', 'drugName': 'Viloxazine Hydrochloride', 'drugSynonyms_string': 'ICI 58,834, I... | general | Distinct, Similarity Search | Metadata |
Q65.499 | Q65 | What type of molecule is Peginesatide, and what is its action type? | Peginesatide 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 "%peginesatide%" OR LOWER(tradeNames_string) LIKE "%peginesatide%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3479', 'drugName': 'Peginesatide', 'drugSynonyms_string': 'AF-37702, AF37702, Peginesatide', 'tradeNames_string': 'Hematide', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_5606', 'drugName': 'Peginesatide Acetate', 'drugSynonyms_string': 'AF3770... | general | Distinct, Similarity Search | Metadata |
Q65.1320 | Q65 | What type of molecule is Phenindione, and what is its action type? | Phenindione 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 "%phenindione%" OR LOWER(tradeNames_string) LIKE "%phenindione%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_3864', 'drugName': 'Phenindione', 'drugSynonyms_string': 'Danilone, NSC-41693, Phenindione, Phenylindanedione', 'tradeNames_string': 'Dindevan, Hedulin', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.281 | Q65 | What type of molecule is Topiroxostat, and what is its action type? | Topiroxostat 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 "%topiroxostat%" OR LOWER(tradeNames_string) LIKE "%topiroxostat%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3796', 'drugName': 'Topiroxostat', 'drugSynonyms_string': 'FYX-051, Topiroxostat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1848 | Q65 | What type of molecule is Etigilimab, and what is its action type? | Etigilimab 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 "%etigilimab%" OR LOWER(tradeNames_string) LIKE "%etigilimab%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3668', 'drugName': 'Etigilimab', 'drugSynonyms_string': 'Etigilimab, OMP-313M32', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.363 | Q65 | What type of molecule is Velusetrag, and what is its action type? | Velusetrag 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 "%velusetrag%" OR LOWER(tradeNames_string) LIKE "%velusetrag%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_260', 'drugName': 'Velusetrag', 'drugSynonyms_string': 'TD-5108, Velusetrag', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1179 | Q65 | What type of molecule is Belzutifan, and what is its action type? | Belzutifan 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 "%belzutifan%" OR LOWER(tradeNames_string) LIKE "%belzutifan%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_342', 'drugName': 'Belzutifan', 'drugSynonyms_string': 'Belzutifan, MK-6482, MK6482, Mk-6482, PT-2977, PT2977, Pt 2977, Pt2977', 'tradeNames_string': 'Welireg', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.239 | Q65 | What type of molecule is Imgatuzumab, and what is its action type? | Imgatuzumab is a antibody drug that acts as an cross-linking 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 "%imgatuzumab%" OR LOWER(tradeNames_string) LIKE "%imgatuzumab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1400', 'drugName': 'Imgatuzumab', 'drugSynonyms_string': 'GA-201, GA201, HUMA-B, HUMAB, HuMAB<EGFR>, Imgatuzumab, RG7160, RO-5083945, RO5083945', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'cross-linking agent'}, {'UUID': 'DrugGeneTargets_v2_1401', 'drugNam... | general | Distinct, Similarity Search | Metadata |
Q65.557 | Q65 | What type of molecule is Vortioxetine Hydrobromide, and what is its action type? | Vortioxetine Hydrobromide is a small molecule drug that acts as an inhibitor, a antagonist and a agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vortioxetine hydrobromide%" OR LOWER(tradeNames_string) LIKE "%vortioxetine hydrobromide%" OR LOWE... | [{'UUID': 'DrugGeneTargets_v2_776', 'drugName': 'Vortioxetine Hydrobromide', 'drugSynonyms_string': 'Lu AA21004 (HBr), Lu aa21004 hbr, Lu-aa21004 hydrobromide, Vortioxetine hydrobromide', 'tradeNames_string': 'Trintellix', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_... | general | Distinct, Similarity Search | Metadata |
Q65.1870 | Q65 | What type of molecule is Indalpine, and what is its action type? | Indalpine 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 "%indalpine%" OR LOWER(tradeNames_string) LIKE "%indalpine%" OR LOWER(drugSynonyms_string) LIKE "%in... | [{'UUID': 'DrugGeneTargets_v2_5227', 'drugName': 'Indalpine', 'drugSynonyms_string': 'Indalpine, LM-5008', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1915 | Q65 | What type of molecule is Flecainide Acetate, and what is its action type? | Flecainide Acetate 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 "%flecainide acetate%" OR LOWER(tradeNames_string) LIKE "%flecainide acetate%" OR LOWER(drugSynonyms... | [{'UUID': 'DrugGeneTargets_v2_605', 'drugName': 'Flecainide Acetate', 'drugSynonyms_string': 'Flecainide acetate, Flecainide monoacetate', 'tradeNames_string': 'Flecainide acetate, Tambocor', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}] | 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.