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 |
|---|---|---|---|---|---|---|---|---|
Q14.132 | Q14 | What mechanism type does the drug Ivabradine use? | The drug Ivabradine is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ivabradine%" OR LOWER(tradeNames_string) LIKE "%ivabradine%" OR LOWER(drugSynonyms_string) LIKE "%ivabradine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_32', 'drugMechanismOfAction': 'Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 4 blocker'}, {'UUID': 'DrugGeneTargets_v2_1183', 'drugMechanismOfAction': 'Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 4 blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.1175 | Q14 | What mechanism type does the drug Amineptine use? | The drug Amineptine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amineptine%" OR LOWER(tradeNames_string) LIKE "%amineptine%" OR LOWER(drugSynonyms_string) LIKE "%amineptine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2419', 'drugMechanismOfAction': 'Dopamine D1 and D2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.327 | Q14 | What mechanism type does the drug Sepofarsen use? | The drug Sepofarsen is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sepofarsen%" OR LOWER(tradeNames_string) LIKE "%sepofarsen%" OR LOWER(drugSynonyms_string) LIKE "%sepofarsen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1360', 'drugMechanismOfAction': 'CEP290 mRNA positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1279 | Q14 | What mechanism type does the drug Iowh-032 use? | The drug Iowh-032 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%iowh-032%" OR LOWER(tradeNames_string) LIKE "%iowh-032%" OR LOWER(drugSynonyms_string) LIKE "%iowh-032%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5650', 'drugMechanismOfAction': 'Cystic fibrosis transmembrane conductance regulator inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1385 | Q14 | What mechanism type does the drug Blinatumomab use? | The drug Blinatumomab is a cross-linking agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%blinatumomab%" OR LOWER(tradeNames_string) LIKE "%blinatumomab%" OR LOWER(drugSynonyms_string) LIKE "%blinatumomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4607', 'drugMechanismOfAction': 'B-lymphocyte antigen CD19 cross-linking agent'}, {'UUID': 'DrugGeneTargets_v2_4608', 'drugMechanismOfAction': 'T cell surface glycoprotein CD3 cross-linking agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.951 | Q14 | What mechanism type does the drug Carbetapentane use? | The drug Carbetapentane is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%carbetapentane%" OR LOWER(tradeNames_string) LIKE "%carbetapentane%" OR LOWER(drugSynonyms_string) LIKE "%carbetapentane%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2947', 'drugMechanismOfAction': 'Sigma opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5379', 'drugMechanismOfAction': 'Sigma opioid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1867 | Q14 | What mechanism type does the drug Rocuronium Bromide use? | The drug Rocuronium Bromide is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rocuronium bromide%" OR LOWER(tradeNames_string) LIKE "%rocuronium bromide%" OR LOWER(drugSynonyms_string) LIKE "%rocuronium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3086', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1372 | Q14 | What mechanism type does the drug Tetrabenazine use? | The drug Tetrabenazine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tetrabenazine%" OR LOWER(tradeNames_string) LIKE "%tetrabenazine%" OR LOWER(drugSynonyms_string) LIKE "%tetrabenazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3455', 'drugMechanismOfAction': 'Synaptic vesicular amine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1735', 'drugMechanismOfAction': 'Synaptic vesicular amine transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1520 | Q14 | What mechanism type does the drug Osi-930 use? | The drug Osi-930 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%osi-930%" OR LOWER(tradeNames_string) LIKE "%osi-930%" OR LOWER(drugSynonyms_string) LIKE "%osi-930%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_156', 'drugMechanismOfAction': 'Stem cell growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_157', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.702 | Q14 | What mechanism type does the drug Paricalcitol use? | The drug Paricalcitol is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%paricalcitol%" OR LOWER(tradeNames_string) LIKE "%paricalcitol%" OR LOWER(drugSynonyms_string) LIKE "%paricalcitol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2779', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.218 | Q14 | What mechanism type does the drug Hcbe-11 use? | The drug Hcbe-11 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%hcbe-11%" OR LOWER(tradeNames_string) LIKE "%hcbe-11%" OR LOWER(drugSynonyms_string) LIKE "%hcbe-11%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5148', 'drugMechanismOfAction': 'Tumor necrosis factor receptor superfamily member 3 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1043 | Q14 | What mechanism type does the drug Veliparib use? | The drug Veliparib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%veliparib%" OR LOWER(tradeNames_string) LIKE "%veliparib%" OR LOWER(drugSynonyms_string) LIKE "%veliparib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2514', 'drugMechanismOfAction': 'PARP 1, 2 and 3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1815 | Q14 | What mechanism type does the drug Runcaciguat use? | The drug Runcaciguat is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%runcaciguat%" OR LOWER(tradeNames_string) LIKE "%runcaciguat%" OR LOWER(drugSynonyms_string) LIKE "%runcaciguat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6133', 'drugMechanismOfAction': 'Soluble guanylate cyclase activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.161 | Q14 | What mechanism type does the drug Amg-337 use? | The drug Amg-337 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amg-337%" OR LOWER(tradeNames_string) LIKE "%amg-337%" OR LOWER(drugSynonyms_string) LIKE "%amg-337%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3854', 'drugMechanismOfAction': 'Hepatocyte growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1059 | Q14 | What mechanism type does the drug Bezafibrate use? | The drug Bezafibrate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bezafibrate%" OR LOWER(tradeNames_string) LIKE "%bezafibrate%" OR LOWER(drugSynonyms_string) LIKE "%bezafibrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1564', 'drugMechanismOfAction': 'Peroxisome proliferator-activated receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1243 | Q14 | What mechanism type does the drug Tabimorelin use? | The drug Tabimorelin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tabimorelin%" OR LOWER(tradeNames_string) LIKE "%tabimorelin%" OR LOWER(drugSynonyms_string) LIKE "%tabimorelin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5300', 'drugMechanismOfAction': 'Ghrelin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5301', 'drugMechanismOfAction': 'Cytochrome P450 3A4 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.641 | Q14 | What mechanism type does the drug Setmelanotide use? | The drug Setmelanotide is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%setmelanotide%" OR LOWER(tradeNames_string) LIKE "%setmelanotide%" OR LOWER(drugSynonyms_string) LIKE "%setmelanotide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_689', 'drugMechanismOfAction': 'Melanocortin receptor 4 agonist'}, {'UUID': 'DrugGeneTargets_v2_2878', 'drugMechanismOfAction': 'Melanocortin receptor 4 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.522 | Q14 | What mechanism type does the drug Rapacuronium Bromide use? | The drug Rapacuronium Bromide is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rapacuronium bromide%" OR LOWER(tradeNames_string) LIKE "%rapacuronium bromide%" OR LOWER(drugSynonyms_string) LIKE "%rapacuronium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5464', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1624 | Q14 | What mechanism type does the drug Fx-005 use? | The drug Fx-005 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fx-005%" OR LOWER(tradeNames_string) LIKE "%fx-005%" OR LOWER(drugSynonyms_string) LIKE "%fx-005%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3341', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1522 | Q14 | What mechanism type does the drug Biropepimut-S use? | The drug Biropepimut-S is a vaccine antigen. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%biropepimut-s%" OR LOWER(tradeNames_string) LIKE "%biropepimut-s%" OR LOWER(drugSynonyms_string) LIKE "%biropepimut-s%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4575', 'drugMechanismOfAction': 'Melanoma-associated antigen 3 vaccine antigen'}] | general | Distinct, Similarity Search | Metadata |
Q14.604 | Q14 | What mechanism type does the drug Bevasiranib use? | The drug Bevasiranib is a rnai inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bevasiranib%" OR LOWER(tradeNames_string) LIKE "%bevasiranib%" OR LOWER(drugSynonyms_string) LIKE "%bevasiranib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4726', 'drugMechanismOfAction': 'VEGF-A mRNA RNAi inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4727', 'drugMechanismOfAction': 'Toll-like receptor 3 activator'}, {'UUID': 'DrugGeneTargets_v2_5717', 'drugMechanismOfAction': 'VEGF-A mRNA RNAi inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5718', 'drugMechanismOfAction': 'Toll-like receptor 3 activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.198 | Q14 | What mechanism type does the drug Heparin Sodium use? | The drug Heparin Sodium is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%heparin sodium%" OR LOWER(tradeNames_string) LIKE "%heparin sodium%" OR LOWER(drugSynonyms_string) LIKE "%heparin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4090', 'drugMechanismOfAction': 'Antithrombin-III activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1644 | Q14 | What mechanism type does the drug Cannabidiol use? | The drug Cannabidiol is a negative allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cannabidiol%" OR LOWER(tradeNames_string) LIKE "%cannabidiol%" OR LOWER(drugSynonyms_string) LIKE "%cannabidiol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4055', 'drugMechanismOfAction': 'Cannabinoid CB1 receptor negative allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.961 | Q14 | What mechanism type does the drug Vestipitant Mesylate use? | The drug Vestipitant Mesylate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vestipitant mesylate%" OR LOWER(tradeNames_string) LIKE "%vestipitant mesylate%" OR LOWER(drugSynonyms_string) LIKE "%vestipitant mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4609', 'drugMechanismOfAction': 'Neurokinin 1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.416 | Q14 | What mechanism type does the drug Tesevatinib use? | The drug Tesevatinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tesevatinib%" OR LOWER(tradeNames_string) LIKE "%tesevatinib%" OR LOWER(drugSynonyms_string) LIKE "%tesevatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4649', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4650', 'drugMechanismOfAction': 'Ephrin type-B receptor 4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4651', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.99 | Q14 | What mechanism type does the drug Talquetamab use? | The drug Talquetamab is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%talquetamab%" OR LOWER(tradeNames_string) LIKE "%talquetamab%" OR LOWER(drugSynonyms_string) LIKE "%talquetamab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5924', 'drugMechanismOfAction': 'G-protein coupled receptor family C group 5 member D binding agent'}, {'UUID': 'DrugGeneTargets_v2_5925', 'drugMechanismOfAction': 'T cell surface glycoprotein CD3 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.988 | Q14 | What mechanism type does the drug Gantenerumab use? | The drug Gantenerumab is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gantenerumab%" OR LOWER(tradeNames_string) LIKE "%gantenerumab%" OR LOWER(drugSynonyms_string) LIKE "%gantenerumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_439', 'drugMechanismOfAction': 'Beta amyloid A4 protein binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.933 | Q14 | What mechanism type does the drug Fasudil use? | The drug Fasudil is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fasudil%" OR LOWER(tradeNames_string) LIKE "%fasudil%" OR LOWER(drugSynonyms_string) LIKE "%fasudil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4792', 'drugMechanismOfAction': 'Rho-associated protein kinase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.159 | Q14 | What mechanism type does the drug Oprelvekin use? | The drug Oprelvekin is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%oprelvekin%" OR LOWER(tradeNames_string) LIKE "%oprelvekin%" OR LOWER(drugSynonyms_string) LIKE "%oprelvekin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2215', 'drugMechanismOfAction': 'Interleukin 11 receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.425 | Q14 | What mechanism type does the drug Methyprylon use? | The drug Methyprylon is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%methyprylon%" OR LOWER(tradeNames_string) LIKE "%methyprylon%" OR LOWER(drugSynonyms_string) LIKE "%methyprylon%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1441', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1804 | Q14 | What mechanism type does the drug Rp-6530 use? | The drug Rp-6530 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rp-6530%" OR LOWER(tradeNames_string) LIKE "%rp-6530%" OR LOWER(drugSynonyms_string) LIKE "%rp-6530%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2647', 'drugMechanismOfAction': 'PI3-kinase p110-gamma subunit inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2648', 'drugMechanismOfAction': 'PI3-kinase p110-delta subunit inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.483 | Q14 | What mechanism type does the drug Begelomab use? | The drug Begelomab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%begelomab%" OR LOWER(tradeNames_string) LIKE "%begelomab%" OR LOWER(drugSynonyms_string) LIKE "%begelomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3618', 'drugMechanismOfAction': 'Dipeptidyl peptidase IV inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1512 | Q14 | What mechanism type does the drug Anatibant use? | The drug Anatibant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%anatibant%" OR LOWER(tradeNames_string) LIKE "%anatibant%" OR LOWER(drugSynonyms_string) LIKE "%anatibant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_297', 'drugMechanismOfAction': 'Bradykinin B2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.675 | Q14 | What mechanism type does the drug Atorolimumab use? | The drug Atorolimumab does not have a clearly defined mechanism type. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%atorolimumab%" OR LOWER(tradeNames_string) LIKE "%atorolimumab%" OR LOWER(drugSynonyms_string) LIKE "%atorolimumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5411', 'drugMechanismOfAction': 'Blood group Rh(D) polypeptide other'}] | general | Distinct, Similarity Search | Metadata |
Q14.1238 | Q14 | What mechanism type does the drug Oxelumab use? | The drug Oxelumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%oxelumab%" OR LOWER(tradeNames_string) LIKE "%oxelumab%" OR LOWER(drugSynonyms_string) LIKE "%oxelumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3219', 'drugMechanismOfAction': 'Tumor necrosis factor ligand superfamily member 4 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1873 | Q14 | What mechanism type does the drug Thiamylal use? | The drug Thiamylal is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%thiamylal%" OR LOWER(tradeNames_string) LIKE "%thiamylal%" OR LOWER(drugSynonyms_string) LIKE "%thiamylal%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3421', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_5165', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1299 | Q14 | What mechanism type does the drug Clomiphene Citrate use? | The drug Clomiphene Citrate is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%clomiphene citrate%" OR LOWER(tradeNames_string) LIKE "%clomiphene citrate%" OR LOWER(drugSynonyms_string) LIKE "%clomiphene citrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6194', 'drugMechanismOfAction': 'Estrogen receptor alpha modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.453 | Q14 | What mechanism type does the drug Glipizide use? | The drug Glipizide is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%glipizide%" OR LOWER(tradeNames_string) LIKE "%glipizide%" OR LOWER(drugSynonyms_string) LIKE "%glipizide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1628', 'drugMechanismOfAction': 'Sulfonylurea receptor 1, Kir6.2 blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.559 | Q14 | What mechanism type does the drug Mln-8054 use? | The drug Mln-8054 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mln-8054%" OR LOWER(tradeNames_string) LIKE "%mln-8054%" OR LOWER(drugSynonyms_string) LIKE "%mln-8054%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4172', 'drugMechanismOfAction': 'Serine/threonine-protein kinase Aurora-A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.181 | Q14 | What mechanism type does the drug Mipsagargin use? | The drug Mipsagargin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mipsagargin%" OR LOWER(tradeNames_string) LIKE "%mipsagargin%" OR LOWER(drugSynonyms_string) LIKE "%mipsagargin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3997', 'drugMechanismOfAction': 'Sarcoplasmic/endoplasmic reticulum calcium ATPase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.396 | Q14 | What mechanism type does the drug Loxapine use? | The drug Loxapine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%loxapine%" OR LOWER(tradeNames_string) LIKE "%loxapine%" OR LOWER(drugSynonyms_string) LIKE "%loxapine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4041', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4042', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4043', 'drugMechanismOfAction': 'D2-like dopamine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_488', 'drugMechanismOfAction': 'D2-like dopamine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_489', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_490', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5988', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5989', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5990', 'drugMechanismOfAction': 'D2-like dopamine receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.584 | Q14 | What mechanism type does the drug Amantadine use? | The drug Amantadine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amantadine%" OR LOWER(tradeNames_string) LIKE "%amantadine%" OR LOWER(drugSynonyms_string) LIKE "%amantadine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4206', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4207', 'drugMechanismOfAction': 'Matrix protein 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_768', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_769', 'drugMechanismOfAction': 'Matrix protein 2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.995 | Q14 | What mechanism type does the drug Drisapersen use? | The drug Drisapersen is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%drisapersen%" OR LOWER(tradeNames_string) LIKE "%drisapersen%" OR LOWER(drugSynonyms_string) LIKE "%drisapersen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3481', 'drugMechanismOfAction': 'Dystrophin pre-mRNA positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1707 | Q14 | What mechanism type does the drug Golodirsen use? | The drug Golodirsen is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%golodirsen%" OR LOWER(tradeNames_string) LIKE "%golodirsen%" OR LOWER(drugSynonyms_string) LIKE "%golodirsen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4074', 'drugMechanismOfAction': 'Dystrophin pre-mRNA positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1285 | Q14 | What mechanism type does the drug Azd2516 use? | The drug Azd2516 is a negative allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%azd2516%" OR LOWER(tradeNames_string) LIKE "%azd2516%" OR LOWER(drugSynonyms_string) LIKE "%azd2516%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1381', 'drugMechanismOfAction': 'Metabotropic glutamate receptor 5 negative allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1645 | Q14 | What mechanism type does the drug Gsk163090 use? | The drug Gsk163090 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk163090%" OR LOWER(tradeNames_string) LIKE "%gsk163090%" OR LOWER(drugSynonyms_string) LIKE "%gsk163090%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4836', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4837', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4838', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4839', 'drugMechanismOfAction': 'Serotonin transporter antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.886 | Q14 | What mechanism type does the drug Contusugene Ladenovec use? | The drug Contusugene Ladenovec is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%contusugene ladenovec%" OR LOWER(tradeNames_string) LIKE "%contusugene ladenovec%" OR LOWER(drugSynonyms_string) LIKE "%contusugene ladenovec%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5092', 'drugMechanismOfAction': 'Cellular tumor antigen p53 positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.827 | Q14 | What mechanism type does the drug Pf-5190457 use? | The drug Pf-5190457 is an inverse agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
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 "%pf-5190457%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5725', 'drugMechanismOfAction': 'Ghrelin receptor inverse agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1660 | Q14 | What mechanism type does the drug Cimetidine Hydrochloride use? | The drug Cimetidine Hydrochloride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cimetidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%cimetidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%cimetidine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4862', 'drugMechanismOfAction': 'Histamine H2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.972 | Q14 | What mechanism type does the drug Enlimomab Pegol use? | The drug Enlimomab Pegol is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%enlimomab pegol%" OR LOWER(tradeNames_string) LIKE "%enlimomab pegol%" OR LOWER(drugSynonyms_string) LIKE "%enlimomab pegol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5504', 'drugMechanismOfAction': 'Intercellular adhesion molecule-1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1049 | Q14 | What mechanism type does the drug Etrolizumab use? | The drug Etrolizumab is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%etrolizumab%" OR LOWER(tradeNames_string) LIKE "%etrolizumab%" OR LOWER(drugSynonyms_string) LIKE "%etrolizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4840', 'drugMechanismOfAction': 'Integrin beta-7 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.671 | Q14 | What mechanism type does the drug Selgantolimod use? | The drug Selgantolimod is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%selgantolimod%" OR LOWER(tradeNames_string) LIKE "%selgantolimod%" OR LOWER(drugSynonyms_string) LIKE "%selgantolimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3591', 'drugMechanismOfAction': 'Toll-like receptor 8 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.145 | Q14 | What mechanism type does the drug Kb-004 use? | The drug Kb-004 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%kb-004%" OR LOWER(tradeNames_string) LIKE "%kb-004%" OR LOWER(drugSynonyms_string) LIKE "%kb-004%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5642', 'drugMechanismOfAction': 'Ephrin type-A receptor 3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1518 | Q14 | What mechanism type does the drug Danaparoid Sodium use? | The drug Danaparoid Sodium is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%danaparoid sodium%" OR LOWER(tradeNames_string) LIKE "%danaparoid sodium%" OR LOWER(drugSynonyms_string) LIKE "%danaparoid sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3361', 'drugMechanismOfAction': 'Antithrombin-III activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1999 | Q14 | What mechanism type does the drug Diclofenac Potassium use? | The drug Diclofenac Potassium is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%diclofenac potassium%" OR LOWER(tradeNames_string) LIKE "%diclofenac potassium%" OR LOWER(drugSynonyms_string) LIKE "%diclofenac potassium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5263', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.871 | Q14 | What mechanism type does the drug Mepivacaine Hydrochloride use? | The drug Mepivacaine Hydrochloride is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mepivacaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mepivacaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%mepivacaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5592', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.427 | Q14 | What mechanism type does the drug Pf-00489791 use? | The drug Pf-00489791 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pf-00489791%" OR LOWER(tradeNames_string) LIKE "%pf-00489791%" OR LOWER(drugSynonyms_string) LIKE "%pf-00489791%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_860', 'drugMechanismOfAction': 'Phosphodiesterase 5A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.643 | Q14 | What mechanism type does the drug Torudokimab use? | The drug Torudokimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%torudokimab%" OR LOWER(tradeNames_string) LIKE "%torudokimab%" OR LOWER(drugSynonyms_string) LIKE "%torudokimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1319', 'drugMechanismOfAction': 'Interleukin-33 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1408 | Q14 | What mechanism type does the drug Remoxipride use? | The drug Remoxipride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%remoxipride%" OR LOWER(tradeNames_string) LIKE "%remoxipride%" OR LOWER(drugSynonyms_string) LIKE "%remoxipride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2415', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3071', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.806 | Q14 | What mechanism type does the drug Ciclesonide use? | The drug Ciclesonide is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ciclesonide%" OR LOWER(tradeNames_string) LIKE "%ciclesonide%" OR LOWER(drugSynonyms_string) LIKE "%ciclesonide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4432', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1067 | Q14 | What mechanism type does the drug Lanadelumab use? | The drug Lanadelumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lanadelumab%" OR LOWER(tradeNames_string) LIKE "%lanadelumab%" OR LOWER(drugSynonyms_string) LIKE "%lanadelumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3309', 'drugMechanismOfAction': 'Plasma kallikrein inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.622 | Q14 | What mechanism type does the drug Wx-037 use? | The drug Wx-037 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%wx-037%" OR LOWER(tradeNames_string) LIKE "%wx-037%" OR LOWER(drugSynonyms_string) LIKE "%wx-037%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2871', 'drugMechanismOfAction': 'PI3-kinase class I inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.298 | Q14 | What mechanism type does the drug Anileridine Phosphate use? | The drug Anileridine Phosphate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%anileridine phosphate%" OR LOWER(tradeNames_string) LIKE "%anileridine phosphate%" OR LOWER(drugSynonyms_string) LIKE "%anileridine phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4938', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4939', 'drugMechanismOfAction': 'Kappa opioid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.912 | Q14 | What mechanism type does the drug Mk-2206 use? | The drug Mk-2206 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mk-2206%" OR LOWER(tradeNames_string) LIKE "%mk-2206%" OR LOWER(drugSynonyms_string) LIKE "%mk-2206%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2618', 'drugMechanismOfAction': 'Serine/threonine-protein kinase AKT inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.917 | Q14 | What mechanism type does the drug Cdp-850 use? | The drug Cdp-850 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cdp-850%" OR LOWER(tradeNames_string) LIKE "%cdp-850%" OR LOWER(drugSynonyms_string) LIKE "%cdp-850%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5392', 'drugMechanismOfAction': 'Selectin E inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1903 | Q14 | What mechanism type does the drug Ombrabulin use? | The drug Ombrabulin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ombrabulin%" OR LOWER(tradeNames_string) LIKE "%ombrabulin%" OR LOWER(drugSynonyms_string) LIKE "%ombrabulin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1364', 'drugMechanismOfAction': 'Tubulin inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.91 | Q14 | What mechanism type does the drug Nms-1116354 use? | The drug Nms-1116354 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nms-1116354%" OR LOWER(tradeNames_string) LIKE "%nms-1116354%" OR LOWER(drugSynonyms_string) LIKE "%nms-1116354%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3994', 'drugMechanismOfAction': 'Cell division cycle 7-related protein kinase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.42 | Q14 | What mechanism type does the drug Memantine Hydrochloride use? | The drug Memantine Hydrochloride is a negative allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%memantine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%memantine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%memantine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4606', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor negative allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1803 | Q14 | What mechanism type does the drug Pat-1251 use? | The drug Pat-1251 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pat-1251%" OR LOWER(tradeNames_string) LIKE "%pat-1251%" OR LOWER(drugSynonyms_string) LIKE "%pat-1251%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4382', 'drugMechanismOfAction': 'Lysyl oxidase homolog 2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1934 | Q14 | What mechanism type does the drug Nerelimomab use? | The drug Nerelimomab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nerelimomab%" OR LOWER(tradeNames_string) LIKE "%nerelimomab%" OR LOWER(drugSynonyms_string) LIKE "%nerelimomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1151', 'drugMechanismOfAction': 'TNF-alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.134 | Q14 | What mechanism type does the drug Bi113823 use? | The drug Bi113823 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bi113823%" OR LOWER(tradeNames_string) LIKE "%bi113823%" OR LOWER(drugSynonyms_string) LIKE "%bi113823%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2678', 'drugMechanismOfAction': 'Bradykinin B1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1566 | Q14 | What mechanism type does the drug Diethylpropion Hydrochloride use? | The drug Diethylpropion Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%diethylpropion hydrochloride%" OR LOWER(tradeNames_string) LIKE "%diethylpropion hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%diethylpropion hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2343', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2344', 'drugMechanismOfAction': 'Dopamine transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.977 | Q14 | What mechanism type does the drug Cytarabine use? | The drug Cytarabine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cytarabine%" OR LOWER(tradeNames_string) LIKE "%cytarabine%" OR LOWER(drugSynonyms_string) LIKE "%cytarabine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3529', 'drugMechanismOfAction': 'DNA polymerase (alpha/delta/epsilon) inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4349', 'drugMechanismOfAction': 'DNA polymerase (alpha/delta/epsilon) inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1070 | Q14 | What mechanism type does the drug Lutetium Lu 177 Vipivotide Tetraxetan use? | The drug Lutetium Lu 177 Vipivotide Tetraxetan is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lutetium lu 177 vipivotide tetraxetan%" OR LOWER(tradeNames_string) LIKE "%lutetium lu 177 vipivotide tetraxetan%" OR LOWER(drugSynonyms_string) LIKE "%lutetium lu 177 vipivotide tetraxetan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5876', 'drugMechanismOfAction': 'Glutamate carboxypeptidase II binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1856 | Q14 | What mechanism type does the drug Cobolimab use? | The drug Cobolimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cobolimab%" OR LOWER(tradeNames_string) LIKE "%cobolimab%" OR LOWER(drugSynonyms_string) LIKE "%cobolimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5425', 'drugMechanismOfAction': 'Hepatitis A virus cellular receptor 2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1346 | Q14 | What mechanism type does the drug Revexepride use? | The drug Revexepride is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%revexepride%" OR LOWER(tradeNames_string) LIKE "%revexepride%" OR LOWER(drugSynonyms_string) LIKE "%revexepride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5450', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1831 | Q14 | What mechanism type does the drug Mapracorat use? | The drug Mapracorat is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mapracorat%" OR LOWER(tradeNames_string) LIKE "%mapracorat%" OR LOWER(drugSynonyms_string) LIKE "%mapracorat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3883', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.167 | Q14 | What mechanism type does the drug Cilastatin Sodium use? | The drug Cilastatin Sodium is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cilastatin sodium%" OR LOWER(tradeNames_string) LIKE "%cilastatin sodium%" OR LOWER(drugSynonyms_string) LIKE "%cilastatin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_185', 'drugMechanismOfAction': 'Renal dipeptidase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.731 | Q14 | What mechanism type does the drug Gsk-2269557 use? | The drug Gsk-2269557 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk-2269557%" OR LOWER(tradeNames_string) LIKE "%gsk-2269557%" OR LOWER(drugSynonyms_string) LIKE "%gsk-2269557%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2005', 'drugMechanismOfAction': 'PI3-kinase p110-delta subunit inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2646', 'drugMechanismOfAction': 'PI3-kinase p110-delta subunit inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.294 | Q14 | What mechanism type does the drug Margetuximab use? | The drug Margetuximab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%margetuximab%" OR LOWER(tradeNames_string) LIKE "%margetuximab%" OR LOWER(drugSynonyms_string) LIKE "%margetuximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5571', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1142 | Q14 | What mechanism type does the drug Reldesemtiv use? | The drug Reldesemtiv is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%reldesemtiv%" OR LOWER(tradeNames_string) LIKE "%reldesemtiv%" OR LOWER(drugSynonyms_string) LIKE "%reldesemtiv%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_451', 'drugMechanismOfAction': 'Fast skeletal troponin complex activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1536 | Q14 | What mechanism type does the drug Pimecrolimus use? | The drug Pimecrolimus is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pimecrolimus%" OR LOWER(tradeNames_string) LIKE "%pimecrolimus%" OR LOWER(drugSynonyms_string) LIKE "%pimecrolimus%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2727', 'drugMechanismOfAction': 'FK506-binding protein 1A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1897 | Q14 | What mechanism type does the drug Rivastigmine Tartrate use? | The drug Rivastigmine Tartrate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rivastigmine tartrate%" OR LOWER(tradeNames_string) LIKE "%rivastigmine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%rivastigmine tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1705', 'drugMechanismOfAction': 'Cholinesterases; ACHE & BCHE inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1006 | Q14 | What mechanism type does the drug Elsilimomab use? | The drug Elsilimomab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%elsilimomab%" OR LOWER(tradeNames_string) LIKE "%elsilimomab%" OR LOWER(drugSynonyms_string) LIKE "%elsilimomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2308', 'drugMechanismOfAction': 'Interleukin-6 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1421 | Q14 | What mechanism type does the drug Obefazimod use? | The drug Obefazimod is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%obefazimod%" OR LOWER(tradeNames_string) LIKE "%obefazimod%" OR LOWER(drugSynonyms_string) LIKE "%obefazimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3077', 'drugMechanismOfAction': 'Cap binding complex modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.785 | Q14 | What mechanism type does the drug Obexelimab use? | The drug Obexelimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%obexelimab%" OR LOWER(tradeNames_string) LIKE "%obexelimab%" OR LOWER(drugSynonyms_string) LIKE "%obexelimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2610', 'drugMechanismOfAction': 'Low affinity immunoglobulin gamma Fc region receptor II-b inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2611', 'drugMechanismOfAction': 'B-lymphocyte antigen CD19 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.846 | Q14 | What mechanism type does the drug Gsk2256294 use? | The drug Gsk2256294 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk2256294%" OR LOWER(tradeNames_string) LIKE "%gsk2256294%" OR LOWER(drugSynonyms_string) LIKE "%gsk2256294%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2804', 'drugMechanismOfAction': 'Epoxide hydratase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.352 | Q14 | What mechanism type does the drug Srx251 use? | The drug Srx251 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%srx251%" OR LOWER(tradeNames_string) LIKE "%srx251%" OR LOWER(drugSynonyms_string) LIKE "%srx251%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5483', 'drugMechanismOfAction': 'Vasopressin V1a receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1945 | Q14 | What mechanism type does the drug Ambenonium Chloride use? | The drug Ambenonium Chloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ambenonium chloride%" OR LOWER(tradeNames_string) LIKE "%ambenonium chloride%" OR LOWER(drugSynonyms_string) LIKE "%ambenonium chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_150', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.577 | Q14 | What mechanism type does the drug Pl-3994 use? | The drug Pl-3994 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pl-3994%" OR LOWER(tradeNames_string) LIKE "%pl-3994%" OR LOWER(drugSynonyms_string) LIKE "%pl-3994%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_478', 'drugMechanismOfAction': 'Atrial natriuretic peptide receptor A agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1923 | Q14 | What mechanism type does the drug Fluorometholone Acetate use? | The drug Fluorometholone Acetate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fluorometholone acetate%" OR LOWER(tradeNames_string) LIKE "%fluorometholone acetate%" OR LOWER(drugSynonyms_string) LIKE "%fluorometholone acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_873', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1888 | Q14 | What mechanism type does the drug Chlorprothixene use? | The drug Chlorprothixene is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%chlorprothixene%" OR LOWER(tradeNames_string) LIKE "%chlorprothixene%" OR LOWER(drugSynonyms_string) LIKE "%chlorprothixene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4586', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4587', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4588', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4589', 'drugMechanismOfAction': 'Dopamine D3 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1470 | Q14 | What mechanism type does the drug 4Sc-203 use? | The drug 4Sc-203 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%4sc-203%" OR LOWER(tradeNames_string) LIKE "%4sc-203%" OR LOWER(drugSynonyms_string) LIKE "%4sc-203%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1154', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1155', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1818 | Q14 | What mechanism type does the drug Vx-702 use? | The drug Vx-702 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vx-702%" OR LOWER(tradeNames_string) LIKE "%vx-702%" OR LOWER(drugSynonyms_string) LIKE "%vx-702%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_35', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1317 | Q14 | What mechanism type does the drug Denosumab use? | The drug Denosumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%denosumab%" OR LOWER(tradeNames_string) LIKE "%denosumab%" OR LOWER(drugSynonyms_string) LIKE "%denosumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1723', 'drugMechanismOfAction': 'Tumor necrosis factor ligand superfamily member 11 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1501 | Q14 | What mechanism type does the drug Idoxifene use? | The drug Idoxifene is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%idoxifene%" OR LOWER(tradeNames_string) LIKE "%idoxifene%" OR LOWER(drugSynonyms_string) LIKE "%idoxifene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6071', 'drugMechanismOfAction': 'Estrogen receptor modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.464 | Q14 | What mechanism type does the drug Cetuximab use? | The drug Cetuximab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cetuximab%" OR LOWER(tradeNames_string) LIKE "%cetuximab%" OR LOWER(drugSynonyms_string) LIKE "%cetuximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3231', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 binding agent'}, {'UUID': 'DrugGeneTargets_v2_1080', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.381 | Q14 | What mechanism type does the drug Hmn-214 use? | The drug Hmn-214 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%hmn-214%" OR LOWER(tradeNames_string) LIKE "%hmn-214%" OR LOWER(drugSynonyms_string) LIKE "%hmn-214%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3010', 'drugMechanismOfAction': 'Serine/threonine-protein kinase PLK1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1344 | Q14 | What mechanism type does the drug Vistusertib use? | The drug Vistusertib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vistusertib%" OR LOWER(tradeNames_string) LIKE "%vistusertib%" OR LOWER(drugSynonyms_string) LIKE "%vistusertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_889', 'drugMechanismOfAction': 'Serine/threonine-protein kinase mTOR inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.337 | Q14 | What mechanism type does the drug Ly-3009120 use? | The drug Ly-3009120 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ly-3009120%" OR LOWER(tradeNames_string) LIKE "%ly-3009120%" OR LOWER(drugSynonyms_string) LIKE "%ly-3009120%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5869', 'drugMechanismOfAction': 'Serine/threonine-protein kinase B-raf inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5870', 'drugMechanismOfAction': 'Serine/threonine-protein kinase A-Raf inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5871', 'drugMechanismOfAction': 'Serine/threonine-protein kinase RAF inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.