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.543 | Q65 | What type of molecule is Sapablursen, and what is its action type? | Sapablursen is a oligonucleotide drug that acts as an antisense inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sapablursen%" OR LOWER(tradeNames_string) LIKE "%sapablursen%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5289', 'drugName': 'Sapablursen', 'drugSynonyms_string': 'IONIS-TMPRSS6-LRx, ISIS 702843, ISIS-702843, Ionis tmprss6-lrx, Sapablursen', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.765 | Q65 | What type of molecule is Hydroxyamphetamine Hydrobromide, and what is its action type? | Hydroxyamphetamine Hydrobromide 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 "%hydroxyamphetamine hydrobromide%" OR LOWER(tradeNames_string) LIKE "%hydroxyamphetamine hydrobromi... | [{'UUID': 'DrugGeneTargets_v2_2950', 'drugName': 'Hydroxyamphetamine Hydrobromide', 'drugSynonyms_string': 'Hydroxyamfetamine hbr, Hydroxyamfetamine hydrobromide, Hydroxyamphetamine hbr, Hydroxyamphetamine hydrobromide, Hyroxyamfetamine hydrobromide, NSC-61065, Oxamphetamine hydrobromide, Phenol, 4-(2-aminopropyl)-, hb... | general | Distinct, Similarity Search | Metadata |
Q65.1905 | Q65 | What type of molecule is Celecoxib, and what is its action type? | Celecoxib 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 "%celecoxib%" OR LOWER(tradeNames_string) LIKE "%celecoxib%" OR LOWER(drugSynonyms_string) LIKE "%ce... | [{'UUID': 'DrugGeneTargets_v2_5116', 'drugName': 'Celecoxib', 'drugSynonyms_string': 'Celecoxib, DFN-15, DFN15, NSC-719627, NSC-758624, SC-58635', 'tradeNames_string': 'Celebra, Celebrex, Celecoxib, Elyxyb, Onsenal', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1071 | Q65 | What type of molecule is Montelukast, and what is its action type? | Montelukast 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 "%montelukast%" OR LOWER(tradeNames_string) LIKE "%montelukast%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2453', 'drugName': 'Montelukast Sodium', 'drugSynonyms_string': 'MK-476, Montelukast (as sodium), Montelukast monosodium salt, Montelukast sodium, NSC-759107', 'tradeNames_string': 'Montelukast sodium, Singulair', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UU... | general | Distinct, Similarity Search | Metadata |
Q65.1209 | Q65 | What type of molecule is Betamethasone, and what is its action type? | Betamethasone 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 "%betamethasone%" OR LOWER(tradeNames_string) LIKE "%betamethasone%" OR LOWER(drugSynonyms_string) L... | [{'UUID': 'DrugGeneTargets_v2_1838', 'drugName': 'Betamethasone', 'drugSynonyms_string': 'BETA-VAL, Betamethasone, Betatrex, Dermabet, Flubenisolone, Lotrisone, NSC-39470, SCH 4831, SCH-4831, Taclonex, Uticort, VISUBETA', 'tradeNames_string': 'Alphatrex, Betasolan, Betatrex, Betnelan, Celestone, Dermabet, Uticort', 'dr... | general | Distinct, Similarity Search | Metadata |
Q65.248 | Q65 | What type of molecule is Dyclonine, and what is its action type? | Dyclonine 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 "%dyclonine%" OR LOWER(tradeNames_string) LIKE "%dyclonine%" OR LOWER(drugSynonyms_string) LIKE "%dy... | [{'UUID': 'DrugGeneTargets_v2_2429', 'drugName': 'Dyclonine', 'drugSynonyms_string': 'Dyclonine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_5439', 'drugName': 'Dyclonine Hydrochloride', 'drugSynonyms_string': 'Dyclocaine, Dyclonine HCl, Dy... | general | Distinct, Similarity Search | Metadata |
Q65.1431 | Q65 | What type of molecule is Fluphenazine Enanthate, and what is its action type? | Fluphenazine Enanthate 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 "%fluphenazine enanthate%" OR LOWER(tradeNames_string) LIKE "%fluphenazine enanthate%" OR LOWER(drug... | [{'UUID': 'DrugGeneTargets_v2_905', 'drugName': 'Fluphenazine Enanthate', 'drugSynonyms_string': 'Flufenan, Fluphenazine, Fluphenazine enantate, Fluphenazine enanthate, Fluphenazine maleate, Fluphenazini enantas, SQ 16,114, SQ 16144', 'tradeNames_string': 'Moditen enant, Prolixin, Prolixin enanthate', 'drugMolecularTyp... | general | Distinct, Similarity Search | Metadata |
Q65.1137 | Q65 | What type of molecule is Osilodrostat, and what is its action type? | Osilodrostat 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 "%osilodrostat%" OR LOWER(tradeNames_string) LIKE "%osilodrostat%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_5691', 'drugName': 'Osilodrostat', 'drugSynonyms_string': 'LCI-699-NX, LCI699-NX, Lci-699, Lci699, Osilodrostat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5216', 'drugName': 'Osilodrostat Phosphate', 'drugS... | general | Distinct, Similarity Search | Metadata |
Q65.791 | Q65 | What type of molecule is Marstacimab, and what is its action type? | Marstacimab 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 "%marstacimab%" OR LOWER(tradeNames_string) LIKE "%marstacimab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_6201', 'drugName': 'Marstacimab', 'drugSynonyms_string': 'Marstacimab, PF-06741086', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1744 | Q65 | What type of molecule is Cenisertib, and what is its action type? | Cenisertib 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 "%cenisertib%" OR LOWER(tradeNames_string) LIKE "%cenisertib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1559', 'drugName': 'Cenisertib', 'drugSynonyms_string': 'AS 703569, AS-703569, AS703569, As-703569, As703569, Aurora kinase inhibitor as703569, Cenisertib, R 763, R-763', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.495 | Q65 | What type of molecule is Nepadutant, and what is its action type? | Nepadutant is a protein drug that acts as an antagonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nepadutant%" OR LOWER(tradeNames_string) LIKE "%nepadutant%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2280', 'drugName': 'Nepadutant', 'drugSynonyms_string': 'Nepadutant', 'tradeNames_string': '', 'drugMolecularType': 'Protein', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.157 | Q65 | What type of molecule is Isosorbide Dinitrate, and what is its action type? | Isosorbide Dinitrate is a small molecule drug that acts as an activator. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%isosorbide dinitrate%" OR LOWER(tradeNames_string) LIKE "%isosorbide dinitrate%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_1011', 'drugName': 'Isosorbide Dinitrate', 'drugSynonyms_string': 'C01DA08, Diluted isosorbide dinitrate, Diluted isosorbide dinitrate rs, Diluted-isosorbide dinitrate, Isomannide dinitrate, Isomannide-dinitrate, Isosorbide dinitrate, Isosorbide dinitrate, diluted, Isosorbide dinitrate, di... | general | Distinct, Similarity Search | Metadata |
Q65.970 | Q65 | What type of molecule is Motesanib, and what is its action type? | Motesanib 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 "%motesanib%" OR LOWER(tradeNames_string) LIKE "%motesanib%" OR LOWER(drugSynonyms_string) LIKE "%mo... | [{'UUID': 'DrugGeneTargets_v2_4188', 'drugName': 'Motesanib', 'drugSynonyms_string': 'AMG 706, AMG-706, Motesanib', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4189', 'drugName': 'Motesanib', 'drugSynonyms_string': 'AMG 706, AMG-706, Motes... | general | Distinct, Similarity Search | Metadata |
Q65.860 | Q65 | What type of molecule is Apraclonidine Hydrochloride, and what is its action type? | Apraclonidine Hydrochloride is a small molecule drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apraclonidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%apraclonidine hydrochloride%" OR ... | [{'UUID': 'DrugGeneTargets_v2_2038', 'drugName': 'Apraclonidine Hydrochloride', 'drugSynonyms_string': 'AL-02145, AL02145, Aplonidine hydrochloride, Apraclonidine hcl, Apraclonidine hydrochloride', 'tradeNames_string': 'Apraclonidine hydrochloride, Iopidine', 'drugMolecularType': 'Small molecule', 'drugActionType': 'ag... | general | Distinct, Similarity Search | Metadata |
Q65.1325 | Q65 | What type of molecule is Methamphetamine Hydrochloride, and what is its action type? | Methamphetamine 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 "%methamphetamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%methamphetamine hydrochloride%"... | [{'UUID': 'DrugGeneTargets_v2_5557', 'drugName': 'Methamphetamine Hydrochloride', 'drugSynonyms_string': 'Desoxyephedrine hydrochloride, Metamfetamine hydrochloride, Methamphetamine hcl, Methamphetamine hydrochloride, Methamphetamine hydrochloride cii, Methylamfetamine hydrochloride, NSC-169505', 'tradeNames_string': '... | general | Distinct, Similarity Search | Metadata |
Q65.632 | Q65 | What type of molecule is Lacutamab, and what is its action type? | Lacutamab 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 "%lacutamab%" OR LOWER(tradeNames_string) LIKE "%lacutamab%" OR LOWER(drugSynonyms_string) LIKE "%la... | [{'UUID': 'DrugGeneTargets_v2_3590', 'drugName': 'Lacutamab', 'drugSynonyms_string': 'IPH-4102, IPH4102, Iph4102, Lacutamab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.692 | Q65 | What type of molecule is Triptorelin, and what is its action type? | Triptorelin 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 "%triptorelin%" OR LOWER(tradeNames_string) LIKE "%triptorelin%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_4710', 'drugName': 'Triptorelin Pamoate', 'drugSynonyms_string': 'Salvacyl, Triptorelin (as embonate), Triptorelin embonate, Triptorelin pamoate', 'tradeNames_string': 'Trelstar, Triptodur kit', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_3677... | general | Distinct, Similarity Search | Metadata |
Q65.1562 | Q65 | What type of molecule is Luminespib, and what is its action type? | Luminespib 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 "%luminespib%" OR LOWER(tradeNames_string) LIKE "%luminespib%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4328', 'drugName': 'Luminespib', 'drugSynonyms_string': 'Luminespib, NVP-AUY-922, NVP-AUY922, NVP-AUY922-NX, VER-52296', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.575 | Q65 | What type of molecule is Mefenamic Acid, and what is its action type? | Mefenamic Acid is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mefenamic acid%" OR LOWER(tradeNames_string) LIKE "%mefenamic acid%" OR LOWER(drugSynonyms_string)... | [{'UUID': 'DrugGeneTargets_v2_4888', 'drugName': 'Mefenamic Acid', 'drugSynonyms_string': 'CI-473, CN-35355, Gardan, INF-3355, J2.344B, M01AG01, Mefenamate, Mefenamic acid, Mefenaminic acid, Mephenamic acid, Mephenaminic acid, NSC-94437', 'tradeNames_string': 'Contraflam, Dysman-250, Dysman-500, Mefenamic acid, Meflam ... | general | Distinct, Similarity Search | Metadata |
Q65.1909 | Q65 | What type of molecule is Budigalimab, and what is its action type? | Budigalimab 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 "%budigalimab%" OR LOWER(tradeNames_string) LIKE "%budigalimab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_6333', 'drugName': 'Budigalimab', 'drugSynonyms_string': 'ABBV-181, ABBV181, Abbv-181, Budigalimab, PR-1648817', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.18 | Q65 | What type of molecule is Rivastigmine Tartrate, and what is its action type? | Rivastigmine Tartrate 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 "%rivastigmine tartrate%" OR LOWER(tradeNames_string) LIKE "%rivastigmine tartrate%" OR LOWER(drugSy... | [{'UUID': 'DrugGeneTargets_v2_1705', 'drugName': 'Rivastigmine Tartrate', 'drugSynonyms_string': 'ENA 713, Rivastigmine Tartrate, Rivastigmine actavis, Rivastigmine bitartrate, Rivastigmine hydrogen tartrate, Rivastigmine hydrogentartrate, Rivastigmine tartrate, Sdz-ena 713', 'tradeNames_string': 'Exelon, Rivastigmine ... | general | Distinct, Similarity Search | Metadata |
Q65.130 | Q65 | What type of molecule is Galunisertib, and what is its action type? | Galunisertib 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 "%galunisertib%" OR LOWER(tradeNames_string) LIKE "%galunisertib%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_818', 'drugName': 'Galunisertib', 'drugSynonyms_string': 'Galunisertib, LY-2157299, LY2157299, Ly-2157299', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1361 | Q65 | What type of molecule is Patupilone, and what is its action type? | Patupilone is a small molecule drug that acts as an stabiliser. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%patupilone%" OR LOWER(tradeNames_string) LIKE "%patupilone%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4860', 'drugName': 'Patupilone', 'drugSynonyms_string': '(-)-epothilone b, EPO 906, EPO 906A, EPO-906, EPO-906A, Epithilone b, Epo b, Epothilone b, GNF-PF-193, Patupilone', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'stabiliser'}] | general | Distinct, Similarity Search | Metadata |
Q65.1291 | Q65 | What type of molecule is Fenoterol, and what is its action type? | Fenoterol 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 "%fenoterol%" OR LOWER(tradeNames_string) LIKE "%fenoterol%" OR LOWER(drugSynonyms_string) LIKE "%fe... | [{'UUID': 'DrugGeneTargets_v2_2226', 'drugName': 'Fenoterol', 'drugSynonyms_string': 'Airum, Dosberotec, Fenoterol, Fenoterol hbr, Fenoterol hydrobromide, NSC-757811, Partusisten, TH 1165A, TH 1165A FREE BASE, TH 1165A [AS HYDROBROMIDE SALT], TH-1165, TH-1165A, TH-1165A FREE BASE', 'tradeNames_string': 'Berodual, Berod... | general | Distinct, Similarity Search | Metadata |
Q65.1969 | Q65 | What type of molecule is Srx251, and what is its action type? | Srx251 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 "%srx251%" OR LOWER(tradeNames_string) LIKE "%srx251%" OR LOWER(drugSynonyms_string) LIKE "%srx251%"... | [{'UUID': 'DrugGeneTargets_v2_5483', 'drugName': 'Srx251', 'drugSynonyms_string': 'Srx251', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.935 | Q65 | What type of molecule is Oxytocin, and what is its action type? | Oxytocin 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 "%oxytocin%" OR LOWER(tradeNames_string) LIKE "%oxytocin%" OR LOWER(drugSynonyms_string) LIKE "%oxyt... | [{'UUID': 'DrugGeneTargets_v2_5031', 'drugName': 'Oxytocin', 'drugSynonyms_string': 'Alpha-hypophamine, Endopituitrina, Intertocine s, Oxytocin, Oxytocinum, TNX-1900, TNX1900, TTA-121', 'tradeNames_string': 'Orasthin, Oxytocin, Pitocin, Syntocinon, Syntometrine', 'drugMolecularType': 'Protein', 'drugActionType': 'agoni... | general | Distinct, Similarity Search | Metadata |
Q65.989 | Q65 | What type of molecule is Vernakalant Hydrochloride, and what is its action type? | Vernakalant 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 "%vernakalant hydrochloride%" OR LOWER(tradeNames_string) LIKE "%vernakalant hydrochloride%" OR LOWE... | [{'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.1965 | Q65 | What type of molecule is Sitaxentan Sodium, and what is its action type? | Sitaxentan Sodium 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 "%sitaxentan sodium%" OR LOWER(tradeNames_string) LIKE "%sitaxentan sodium%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_5500', 'drugName': 'Sitaxentan Sodium', 'drugSynonyms_string': 'Sitaxentan sodium, Sitaxsentan sodium, Sitaxsentan sodium salt, TBC-11251 SODIUM, TBC-11251NA, TBC-11251Z', 'tradeNames_string': 'Thelin', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.193 | Q65 | What type of molecule is Sonedenoson, and what is its action type? | Sonedenoson 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 "%sonedenoson%" OR LOWER(tradeNames_string) LIKE "%sonedenoson%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_6030', 'drugName': 'Sonedenoson', 'drugSynonyms_string': 'MRE-0094, MRE0094, Mre0094, Sonedenoson', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1149 | Q65 | What type of molecule is Naproxcinod, and what is its action type? | Naproxcinod 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 "%naproxcinod%" OR LOWER(tradeNames_string) LIKE "%naproxcinod%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1782', 'drugName': 'Naproxcinod', 'drugSynonyms_string': 'AR-P900758XX, AZD-3582, AZD3582, HCT 3012, HCT-3012, Naproxcinod, Naproxen-n-butyl nitrate, Nitronaproxen', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1001 | Q65 | What type of molecule is Terutroban, and what is its action type? | Terutroban 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 "%terutroban%" OR LOWER(tradeNames_string) LIKE "%terutroban%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2143', 'drugName': 'Terutroban', 'drugSynonyms_string': 'S18886, Terutroban', 'tradeNames_string': 'Triplion', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1956 | Q65 | What type of molecule is Rivoceranib Mesylate, and what is its action type? | Rivoceranib 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 "%rivoceranib mesylate%" OR LOWER(tradeNames_string) LIKE "%rivoceranib mesylate%" OR LOWER(drugSyno... | [{'UUID': 'DrugGeneTargets_v2_367', 'drugName': 'Rivoceranib Mesylate', 'drugSynonyms_string': 'Apatinib (registered name in China), Apatinib mesylate, Rivoceranib mesylate, YN-968D1, Yn-968d1', 'tradeNames_string': 'Aitan', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1657 | Q65 | What type of molecule is Qav680, and what is its action type? | Qav680 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 "%qav680%" OR LOWER(tradeNames_string) LIKE "%qav680%" OR LOWER(drugSynonyms_string) LIKE "%qav680%"... | [{'UUID': 'DrugGeneTargets_v2_647', 'drugName': 'Qav680', 'drugSynonyms_string': 'NVP-QAV680, Nvp-qav-680, QAV680, QAV690 FREE ACID, Qav-680, Qav-690 free acid, Qav680', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.613 | Q65 | What type of molecule is Gimeracil, and what is its action type? | Gimeracil 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 "%gimeracil%" OR LOWER(tradeNames_string) LIKE "%gimeracil%" OR LOWER(drugSynonyms_string) LIKE "%gi... | [{'UUID': 'DrugGeneTargets_v2_4866', 'drugName': 'Gimeracil', 'drugSynonyms_string': 'Gimeracil, Gimestat', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.183 | Q65 | What type of molecule is Chlorphenoxamine, and what is its action type? | Chlorphenoxamine 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 "%chlorphenoxamine%" OR LOWER(tradeNames_string) LIKE "%chlorphenoxamine%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_6059', 'drugName': 'Chlorphenoxamine', 'drugSynonyms_string': 'Chlorphenoxamine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.305 | Q65 | What type of molecule is Imd-0354, and what is its action type? | Imd-0354 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 "%imd-0354%" OR LOWER(tradeNames_string) LIKE "%imd-0354%" OR LOWER(drugSynonyms_string) LIKE "%imd-... | [{'UUID': 'DrugGeneTargets_v2_1215', 'drugName': 'Imd-0354', 'drugSynonyms_string': 'Imd-0354', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.502 | Q65 | What type of molecule is Pimivalimab, and what is its action type? | Pimivalimab 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 "%pimivalimab%" OR LOWER(tradeNames_string) LIKE "%pimivalimab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_1432', 'drugName': 'Pimivalimab', 'drugSynonyms_string': 'JTX-4014, Jtx 4014, Jtx-4014, Pimivalimab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1696 | Q65 | What type of molecule is Acrivastine, and what is its action type? | Acrivastine 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 "%acrivastine%" OR LOWER(tradeNames_string) LIKE "%acrivastine%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2524', 'drugName': 'Acrivastine', 'drugSynonyms_string': 'Acrivastine, BW 825C, BW-825C', 'tradeNames_string': 'Benadryl allgy relief plus decongest, Semprex', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1721 | Q65 | What type of molecule is Neramexane, and what is its action type? | Neramexane 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 "%neramexane%" OR LOWER(tradeNames_string) LIKE "%neramexane%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3404', 'drugName': 'Neramexane', 'drugSynonyms_string': 'Neramexane', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}, {'UUID': 'DrugGeneTargets_v2_3405', 'drugName': 'Neramexane', 'drugSynonyms_string': 'Neramexane', 'tradeNames_string': '',... | general | Distinct, Similarity Search | Metadata |
Q65.1662 | Q65 | What type of molecule is Varespladib, and what is its action type? | Varespladib 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 "%varespladib%" OR LOWER(tradeNames_string) LIKE "%varespladib%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_794', 'drugName': 'Varespladib', 'drugSynonyms_string': 'LY-315920, LY315920, Varepladib, Varespladib, Varespladib sodium', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6244', 'drugName': 'Varespladib Methyl', ... | general | Distinct, Similarity Search | Metadata |
Q65.1639 | Q65 | What type of molecule is Orteronel, and what is its action type? | Orteronel 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 "%orteronel%" OR LOWER(tradeNames_string) LIKE "%orteronel%" OR LOWER(drugSynonyms_string) LIKE "%or... | [{'UUID': 'DrugGeneTargets_v2_1762', 'drugName': 'Orteronel', 'drugSynonyms_string': 'Orteronel, TAK-700', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.523 | Q65 | What type of molecule is Mofarotene, and what is its action type? | Mofarotene 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 "%mofarotene%" OR LOWER(tradeNames_string) LIKE "%mofarotene%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_6279', 'drugName': 'Mofarotene', 'drugSynonyms_string': 'Mofarotene, RO 40-8757, Ro-408757', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1985 | Q65 | What type of molecule is Rpr749, and what is its action type? | Rpr749 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 "%rpr749%" OR LOWER(tradeNames_string) LIKE "%rpr749%" OR LOWER(drugSynonyms_string) LIKE "%rpr749%"... | [{'UUID': 'DrugGeneTargets_v2_5693', 'drugName': 'Rpr749', 'drugSynonyms_string': 'Rpr749', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1078 | Q65 | What type of molecule is Ro-3201195, and what is its action type? | Ro-3201195 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 "%ro-3201195%" OR LOWER(tradeNames_string) LIKE "%ro-3201195%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1961', 'drugName': 'Ro-3201195', 'drugSynonyms_string': 'Ro-3201195, SYD003, Syd-003', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.482 | Q65 | What type of molecule is Pha-793887, and what is its action type? | Pha-793887 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 "%pha-793887%" OR LOWER(tradeNames_string) LIKE "%pha-793887%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1722', 'drugName': 'Pha-793887', 'drugSynonyms_string': 'PHA-793887, Pha-793887', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.160 | Q65 | What type of molecule is Mibefradil Dihydrochloride, and what is its action type? | Mibefradil Dihydrochloride 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 "%mibefradil dihydrochloride%" OR LOWER(tradeNames_string) LIKE "%mibefradil dihydrochloride%" OR LO... | [{'UUID': 'DrugGeneTargets_v2_291', 'drugName': 'Mibefradil Dihydrochloride', 'drugSynonyms_string': 'Mibefradil dihydrochloride, Mibefradil hydrochloride, RO 40-5967/001', 'tradeNames_string': 'Posicor', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}] | general | Distinct, Similarity Search | Metadata |
Q65.1253 | Q65 | What type of molecule is Vandortuzumab Vedotin, and what is its action type? | Vandortuzumab Vedotin is a antibody drug that acts as an binding agent and a inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vandortuzumab vedotin%" OR LOWER(tradeNames_string) LIKE "%vandortuzumab vedotin%" OR LOWER(drugSy... | [{'UUID': 'DrugGeneTargets_v2_752', 'drugName': 'Vandortuzumab Vedotin', 'drugSynonyms_string': 'DSTP3086S, MSTP2109A, RG-7450, RG7450, Vandortuzumab vedotin', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'binding agent'}, {'UUID': 'DrugGeneTargets_v2_753', 'drugName': 'Vandortuzumab Vedo... | general | Distinct, Similarity Search | Metadata |
Q65.1205 | Q65 | What type of molecule is Amiodarone, and what is its action type? | Amiodarone 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 "%amiodarone%" OR LOWER(tradeNames_string) LIKE "%amiodarone%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3146', 'drugName': 'Amiodarone Hydrochloride', 'drugSynonyms_string': 'Amiodar, Amiodarone, Amiodarone hcl, Amiodarone hydrochloride, L-3428, Miodaron, NSC-343341, NSC-85442, Ortacrone, Ritmocardyl, SK&F-33134-A, SKF 33134-A, SKF-33134-A, Trangorex, VF-236', 'tradeNames_string': 'Amidox, A... | general | Distinct, Similarity Search | Metadata |
Q65.17 | Q65 | What type of molecule is Benoxinate, and what is its action type? | Benoxinate 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 "%benoxinate%" OR LOWER(tradeNames_string) LIKE "%benoxinate%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1754', 'drugName': 'Benoxinate', 'drugSynonyms_string': 'Benoxinate, Conjucain, Dorsacain, Monofree oxybuprocaine, Oxybucaine, Oxybuprocaine', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'blocker'}, {'UUID': 'DrugGeneTargets_v2_2819', 'drugName': 'Beno... | general | Distinct, Similarity Search | Metadata |
Q65.1550 | Q65 | What type of molecule is Dilmapimod, and what is its action type? | Dilmapimod 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 "%dilmapimod%" OR LOWER(tradeNames_string) LIKE "%dilmapimod%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_4319', 'drugName': 'Dilmapimod', 'drugSynonyms_string': 'Dilmapimod, Gw-681323, SB-681323, SB681323', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.1081 | Q65 | What type of molecule is Topotecan, and what is its action type? | Topotecan 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 "%topotecan%" OR LOWER(tradeNames_string) LIKE "%topotecan%" OR LOWER(drugSynonyms_string) LIKE "%to... | [{'UUID': 'DrugGeneTargets_v2_5442', 'drugName': 'Topotecan Hydrochloride', 'drugSynonyms_string': 'Evotopin, NSC-759263, Nogitecan hydrochloride, SK&F S-104864-A, SK&F-S-104864A, SK-S-104864-A, Topotecan (as hydrochloride), Topotecan actavis, Topotecan hcl, Topotecan hospira, Topotecan hydrochloride, Topotecan teva', ... | general | Distinct, Similarity Search | Metadata |
Q65.1972 | Q65 | What type of molecule is Pg-760564, and what is its action type? | Pg-760564 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 "%pg-760564%" OR LOWER(tradeNames_string) LIKE "%pg-760564%" OR LOWER(drugSynonyms_string) LIKE "%pg... | [{'UUID': 'DrugGeneTargets_v2_2205', 'drugName': 'Pg-760564', 'drugSynonyms_string': 'Pg-760564', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.552 | Q65 | What type of molecule is Insulin Zinc Susp Prompt Purified Pork, and what is its action type? | Insulin Zinc Susp Prompt Purified Pork is a protein drug that acts as an agonist. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%insulin zinc susp prompt purified pork%" OR LOWER(tradeNames_string) LIKE "%insulin zinc susp prom... | [{'UUID': 'DrugGeneTargets_v2_1271', 'drugName': 'Insulin Zinc Susp Prompt Purified Pork', 'drugSynonyms_string': 'Insulin zinc susp prompt purified pork', 'tradeNames_string': 'Semilente', 'drugMolecularType': 'Protein', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1554 | Q65 | What type of molecule is Pf-00489791, and what is its action type? | Pf-00489791 is a small molecule drug that acts as an inhibitor. | SELECT DISTINCT UUID, drugName, drugSynonyms_string, tradeNames_string, drugMolecularType, drugActionType
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-00489791%" OR LOWER(tradeNames_string) LIKE "%pf-00489791%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_860', 'drugName': 'Pf-00489791', 'drugSynonyms_string': 'PF-489,791, Pf-00489791, UK-489,791', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q65.665 | Q65 | What type of molecule is Sepofarsen, and what is its action type? | Sepofarsen is a oligonucleotide 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 "%sepofarsen%" OR LOWER(tradeNames_string) LIKE "%sepofarsen%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_1360', 'drugName': 'Sepofarsen', 'drugSynonyms_string': 'EW9I3PJC3R, QR-110, QR-110 FREE ACID, Qr-110, Sepofarsen', 'tradeNames_string': '', 'drugMolecularType': 'Oligonucleotide', 'drugActionType': 'positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q65.1626 | Q65 | What type of molecule is Ibutamoren Mesylate, and what is its action type? | Ibutamoren Mesylate 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 "%ibutamoren mesylate%" OR LOWER(tradeNames_string) LIKE "%ibutamoren mesylate%" OR LOWER(drugSynony... | [{'UUID': 'DrugGeneTargets_v2_2142', 'drugName': 'Ibutamoren Mesylate', 'drugSynonyms_string': 'Ibutamoren mesilate, Ibutamoren mesylate, MK-0677, MK-677', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1028 | Q65 | What type of molecule is Dilevalol Hydrochloride, and what is its action type? | Dilevalol Hydrochloride is a small molecule drug that acts as an 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 "%dilevalol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%dilevalol hydrochloride%" OR LOWER(dr... | [{'UUID': 'DrugGeneTargets_v2_3364', 'drugName': 'Dilevalol Hydrochloride', 'drugSynonyms_string': 'Dilevalol hcl, Dilevalol hydrochloride, SCH 19927, SCH-19927', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'agonist'}, {'UUID': 'DrugGeneTargets_v2_3365', 'drugName': 'Dilevalol Hydr... | general | Distinct, Similarity Search | Metadata |
Q65.1994 | Q65 | What type of molecule is Idarubicin, and what is its action type? | Idarubicin 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 "%idarubicin%" OR LOWER(tradeNames_string) LIKE "%idarubicin%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_5440', 'drugName': 'Idarubicin Hydrochloride', 'drugSynonyms_string': 'IMI 30, IMI-30, Idarubicin hcl, Idarubicin hydrochloride, NSC-256439', 'tradeNames_string': 'Idamycin, Idamycin pfs, Idarubicin hydrochloride, Idarubicin hydrochloride pfs, Zavedos', 'drugMolecularType': 'Small molecule... | general | Distinct, Similarity Search | Metadata |
Q65.1519 | Q65 | What type of molecule is Amiselimod, and what is its action type? | Amiselimod 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 "%amiselimod%" OR LOWER(tradeNames_string) LIKE "%amiselimod%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3780', 'drugName': 'Amiselimod', 'drugSynonyms_string': '2240442, Amiselimod', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'modulator'}, {'UUID': 'DrugGeneTargets_v2_6385', 'drugName': 'Amiselimod Hydrochloride', 'drugSynonyms_string': 'Amiselimod hydr... | general | Distinct, Similarity Search | Metadata |
Q65.968 | Q65 | What type of molecule is Modotuximab, and what is its action type? | Modotuximab 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 "%modotuximab%" OR LOWER(tradeNames_string) LIKE "%modotuximab%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2094', 'drugName': 'Modotuximab', 'drugSynonyms_string': '1023DS, 1024 DS, 1024-DS, Modotuximab', 'tradeNames_string': '', 'drugMolecularType': 'Antibody', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.1883 | Q65 | What type of molecule is Jnj-37822681, and what is its action type? | Jnj-37822681 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 "%jnj-37822681%" OR LOWER(tradeNames_string) LIKE "%jnj-37822681%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_2599', 'drugName': 'Jnj-37822681', 'drugSynonyms_string': 'JNJ-37822681, Jnj-37822681', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q65.287 | Q65 | What type of molecule is Omarigliptin, and what is its action type? | Omarigliptin 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 "%omarigliptin%" OR LOWER(tradeNames_string) LIKE "%omarigliptin%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3734', 'drugName': 'Omarigliptin', 'drugSynonyms_string': 'MK-3102, Omarigliptin', 'tradeNames_string': '', 'drugMolecularType': 'Small molecule', 'drugActionType': 'inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q67.589 | Q67 | What is the top-associated SNP of the gene ZNF668 in Whole Blood eQTL eQTLgen omic data for PD and is it functionally significant? | The top-associated SNP for ZNF668 in Whole Blood eQTL eQTLgen omic data for PD is rs2303222, which has a multi-SNP SMR p-value of 4.08e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "ZNF668" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1563812', 'topRSID': 'rs2303222', 'Disease': 'PD', 'Gene': 'ZNF668', 'p_SMR_multi': 4.075299e-08, 'p_HEIDI': 0.00010508, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linka... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1868 | Q67 | What is the top-associated SNP of the gene ABCA7 in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for ABCA7 in Whole Blood mQTL omic data for AD is rs34606911, which has a multi-SNP SMR p-value of 1.67e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "ABCA7" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_634279', 'topRSID': 'rs3764642', 'Disease': 'AD', 'Gene': 'ABCA7', 'p_SMR_multi': 2.490416e-10, 'p_HEIDI': 0.0002263415, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Diseq... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1061 | Q67 | What is the top-associated SNP of the gene CEP72 in Whole Blood mQTL omic data for ALS and is it functionally significant? | There are no SNPs within the gene CEP72 in Whole Blood mQTL omic data that are significantly associated with ALS, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "CEP72" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_730507', 'topRSID': 'rs112849080', 'Disease': 'ALS', 'Gene': 'CEP72', 'p_SMR_multi': 0.1450509, 'p_HEIDI': 0.8184962, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_730509', 'top... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1084 | Q67 | What is the top-associated SNP of the gene MCAM in Cerebellum eQTL omic data for PSP and is it functionally significant? | There are no SNPs within the gene MCAM in Cerebellum eQTL omic data that are significantly associated with PSP, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "MCAM" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1713390', 'topRSID': 'rs1047417', 'Disease': 'PSP', 'Gene': 'MCAM', 'p_SMR_multi': 0.0394214, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_21649', 'topRSID': ... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.925 | Q67 | What is the top-associated SNP of the gene CRHR1-IT1 in Cortex eQTL GTEx omic data for PSP and is it functionally significant? | The top-associated SNP for CRHR1-IT1 in Cortex eQTL GTEx omic data for PSP is rs1981997, which has a multi-SNP SMR p-value of 1.93e-16 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "CRHR1-IT1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%cortex eqtl gtex%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1264980', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'CRHR1-IT1', 'p_SMR_multi': 1.930054e-16, 'p_HEIDI': 1.944425e-17, 'Omic_tissue': 'Cortex', 'Omic_type': 'Cortex eQTL GTEx', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dise... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.73 | Q67 | What is the top-associated SNP of the gene TMEM175 in Whole Blood mQTL omic data for PD and is it functionally significant? | The top-associated SNP for TMEM175 in Whole Blood mQTL omic data for PD is rs6813110, which has a multi-SNP SMR p-value of 1.94e-10 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "TMEM175" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_996283', 'topRSID': 'rs6813110', 'Disease': 'PD', 'Gene': 'TMEM175', 'p_SMR_multi': 2.618289e-11, 'p_HEIDI': 0.0001221027, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dis... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.435 | Q67 | What is the top-associated SNP of the gene NSF in Whole Blood eQTL eQTLgen omic data for PSP and is it functionally significant? | The top-associated SNP for NSF in Whole Blood eQTL eQTLgen omic data for PSP is rs2074404, which has a multi-SNP SMR p-value of 1.62e-21 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "NSF" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1579432', 'topRSID': 'rs2074404', 'Disease': 'PSP', 'Gene': 'NSF', 'p_SMR_multi': 1.6166329999999999e-21, 'p_HEIDI': 8.793892e-06, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of link... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.911 | Q67 | What is the top-associated SNP of the gene SLC37A2 in Cerebellar Hemisphere eQTL omic data for ALS and is it functionally significant? | There are no SNPs within the gene SLC37A2 in Cerebellar Hemisphere eQTL omic data that are significantly associated with ALS, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "SLC37A2" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%cerebellar hemisphere eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1177900', 'topRSID': 'rs10893319', 'Disease': 'ALS', 'Gene': 'SLC37A2', 'p_SMR_multi': 0.7043713, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Cerebellar Hemisphere', 'Omic_type': 'Cerebellar Hemisphere eQTL', 'func_sig': 'not functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.922 | Q67 | What is the top-associated SNP of the gene MS4A4A in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for MS4A4A in Whole Blood mQTL omic data for AD is rs2017549, which has a multi-SNP SMR p-value of 4.91e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "MS4A4A" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_608695', 'topRSID': 'rs2017549', 'Disease': 'AD', 'Gene': 'MS4A4A', 'p_SMR_multi': 4.911156e-11, 'p_HEIDI': 6.487850999999999e-19, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1679 | Q67 | What is the top-associated SNP of the gene BTNL2 in Whole Brain meta-analysis mQTL omic data for AD and is it functionally significant? | The top-associated SNP for BTNL2 in Whole Brain meta-analysis mQTL omic data for AD is rs743862, which has a multi-SNP SMR p-value of 7.77e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "BTNL2" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_66180', 'topRSID': 'rs743862', 'Disease': 'AD', 'Gene': 'BTNL2', 'p_SMR_multi': 7.772883e-07, 'p_HEIDI': 0.0001001581, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ L... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1272 | Q67 | What is the top-associated SNP of the gene KAT8 in Skeletal Muscle eQTL omic data for PD and is it functionally significant? | The top-associated SNP for KAT8 in Skeletal Muscle eQTL omic data for PD is rs9925964, which has a multi-SNP SMR p-value of 1.57e-07 and a HEIDI of 0.05, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "KAT8" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%skeletal muscle eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1370183', 'topRSID': 'rs9925964', 'Disease': 'PD', 'Gene': 'KAT8', 'p_SMR_multi': 1.565722e-07, 'p_HEIDI': 0.0538749, 'Omic_tissue': 'Skeletal Muscle', 'Omic_type': 'Skeletal Muscle eQTL', 'func_sig': 'functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1094 | Q67 | What is the top-associated SNP of the gene ACE in Cerebellum eQTL omic data for AD and is it functionally significant? | The top-associated SNP for ACE in Cerebellum eQTL omic data for AD is rs4292, which has a multi-SNP SMR p-value of 1.33e-06 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "ACE" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_2702', 'topRSID': 'rs4459609', 'Disease': 'AD', 'Gene': 'ACE', 'p_SMR_multi': 6.234866e-08, 'p_HEIDI': 0.5502464, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_1690104', 'topRSID': 'r... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.389 | Q67 | What is the top-associated SNP of the gene SFTA2 in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for SFTA2 in Whole Blood mQTL omic data for AD is rs2233980, which has a multi-SNP SMR p-value of 4.14e-08 and a HEIDI of 0.02, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "SFTA2" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_620616', 'topRSID': 'rs2233980', 'Disease': 'AD', 'Gene': 'SFTA2', 'p_SMR_multi': 4.13716e-08, 'p_HEIDI': 0.02253225, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_620617', 'topRSID... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.841 | Q67 | What is the top-associated SNP of the gene SLC39A1 in Whole Blood mQTL omic data for FTD and is it functionally significant? | There are no SNPs within the gene SLC39A1 in Whole Blood mQTL omic data that are significantly associated with FTD, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "SLC39A1" AND Disease = "FTD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_783273', 'topRSID': 'rs12403956', 'Disease': 'FTD', 'Gene': 'SLC39A1', 'p_SMR_multi': 0.7562892, 'p_HEIDI': 0.8784203, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_783272', 'to... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.774 | Q67 | What is the top-associated SNP of the gene CYP1B1-AS1 in Whole Blood mQTL omic data for PD and is it functionally significant? | There are no SNPs within the gene CYP1B1-AS1 in Whole Blood mQTL omic data that are significantly associated with PD, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "CYP1B1-AS1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1016886', 'topRSID': 'rs7593657', 'Disease': 'PD', 'Gene': 'CYP1B1-AS1', 'p_SMR_multi': 0.2114388, 'p_HEIDI': 0.08611188, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_1016884',... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1805 | Q67 | What is the top-associated SNP of the gene MS4A6A in Whole Blood eQTL GTEx omic data for AD and is it functionally significant? | The top-associated SNP for MS4A6A in Whole Blood eQTL GTEx omic data for AD is rs636147, which has a multi-SNP SMR p-value of 3.20e-10 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "MS4A6A" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl gtex%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1650729', 'topRSID': 'rs636147', 'Disease': 'AD', 'Gene': 'MS4A6A', 'p_SMR_multi': 3.204332e-10, 'p_HEIDI': 0.001774793, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL GTEx', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage ... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1992 | Q67 | What is the top-associated SNP of the gene CPLX1 in Whole Blood mQTL omic data for PD and is it functionally significant? | The top-associated SNP for CPLX1 in Whole Blood mQTL omic data for PD is rs3088106, which has a multi-SNP SMR p-value of 2.95e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "CPLX1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_996235', 'topRSID': 'rs3088106', 'Disease': 'PD', 'Gene': 'CPLX1', 'p_SMR_multi': 2.945018e-07, 'p_HEIDI': 0.0008254259, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Diseq... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1066 | Q67 | What is the top-associated SNP of the gene RPL39P in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant? | The top-associated SNP for RPL39P in Whole Blood eQTL eQTLgen omic data for AD is rs17462136, which has a multi-SNP SMR p-value of 1.77e-09 and a HEIDI of 0.08, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "RPL39P" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1504671', 'topRSID': 'rs17462136', 'Disease': 'AD', 'Gene': 'RPL39P', 'p_SMR_multi': 1.767814e-09, 'p_HEIDI': 0.08237445, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.58 | Q67 | What is the top-associated SNP of the gene ACE in Prefrontal Cortex eQTL omic data for AD and is it functionally significant? | The top-associated SNP for ACE in Prefrontal Cortex eQTL omic data for AD is rs6504163, which has a multi-SNP SMR p-value of 4.73e-07 and a HEIDI of 0.24, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "ACE" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%prefrontal cortex eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1203106', 'topRSID': 'rs6504163', 'Disease': 'AD', 'Gene': 'ACE', 'p_SMR_multi': 4.725424e-07, 'p_HEIDI': 0.2410392, 'Omic_tissue': 'Prefrontal Cortex', 'Omic_type': 'Prefrontal Cortex eQTL', 'func_sig': 'functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1688 | Q67 | What is the top-associated SNP of the gene IER5 in Whole Blood eQTL eQTLgen omic data for PSP and is it functionally significant? | The top-associated SNP for IER5 in Whole Blood eQTL eQTLgen omic data for PSP is rs2332059, which has a multi-SNP SMR p-value of 2.78e-06 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "IER5" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1568895', 'topRSID': 'rs2332059', 'Disease': 'PSP', 'Gene': 'IER5', 'p_SMR_multi': 2.778497e-06, 'p_HEIDI': 0.0002529211, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Link... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1955 | Q67 | What is the top-associated SNP of the gene DND1P1 in Hippocampus eQTL omic data for PSP and is it functionally significant? | The top-associated SNP for DND1P1 in Hippocampus eQTL omic data for PSP is rs1981997, which has a multi-SNP SMR p-value of 2.99e-13 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "DND1P1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%hippocampus eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1388479', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'DND1P1', 'p_SMR_multi': 2.988024e-13, 'p_HEIDI': 9.865906e-13, 'Omic_tissue': 'Hippocampus', 'Omic_type': 'Hippocampus eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Di... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1218 | Q67 | What is the top-associated SNP of the gene PVRL2 in Skeletal Muscle eQTL omic data for LBD and is it functionally significant? | The top-associated SNP for PVRL2 in Skeletal Muscle eQTL omic data for LBD is rs4452060, which has a multi-SNP SMR p-value of 3.96e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "PVRL2" AND Disease = "LBD" AND LOWER(Omic_type) LIKE "%skeletal muscle eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1364278', 'topRSID': 'rs4452060', 'Disease': 'LBD', 'Gene': 'PVRL2', 'p_SMR_multi': 3.959067e-07, 'p_HEIDI': 0.0005228714, 'Omic_tissue': 'Skeletal Muscle', 'Omic_type': 'Skeletal Muscle eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1680 | Q67 | What is the top-associated SNP of the gene MAPT in Whole Blood mQTL omic data for PD and is it functionally significant? | The top-associated SNP for MAPT in Whole Blood mQTL omic data for PD is rs9899833, which has a multi-SNP SMR p-value of 3.48e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "MAPT" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_948891', 'topRSID': 'rs62063271', 'Disease': 'PD', 'Gene': 'MAPT', 'p_SMR_multi': 6.382411e-15, 'p_HEIDI': 2.368028e-06, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Diseq... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1975 | Q67 | What is the top-associated SNP of the gene PLEKHM1 in Skeletal Muscle eQTL omic data for PSP and is it functionally significant? | The top-associated SNP for PLEKHM1 in Skeletal Muscle eQTL omic data for PSP is rs11012, which has a multi-SNP SMR p-value of 9.54e-18 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "PLEKHM1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%skeletal muscle eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1375922', 'topRSID': 'rs11012', 'Disease': 'PSP', 'Gene': 'PLEKHM1', 'p_SMR_multi': 9.542938e-18, 'p_HEIDI': 1.607626e-08, 'Omic_tissue': 'Skeletal Muscle', 'Omic_type': 'Skeletal Muscle eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.213 | Q67 | What is the top-associated SNP of the gene EGFR in Cortex eQTL metaBrain omic data for AD and is it functionally significant? | The top-associated SNP for EGFR in Cortex eQTL metaBrain omic data for AD is rs77126132, which has a multi-SNP SMR p-value of 9.98e-07 and a HEIDI of 0.99, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "EGFR" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%cortex eqtl metabrain%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1105868', 'topRSID': 'rs77126132', 'Disease': 'AD', 'Gene': 'EGFR', 'p_SMR_multi': 9.984089e-07, 'p_HEIDI': 0.9947293, 'Omic_tissue': 'Cortex', 'Omic_type': 'Cortex eQTL metaBrain', 'func_sig': 'functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1534 | Q67 | What is the top-associated SNP of the gene STAG3 in Whole Brain meta-analysis mQTL omic data for AD and is it functionally significant? | The top-associated SNP for STAG3 in Whole Brain meta-analysis mQTL omic data for AD is rs6465766, which has a multi-SNP SMR p-value of 2.36e-07 and a HEIDI of 0.14, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "STAG3" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_74050', 'topRSID': 'rs11767968', 'Disease': 'AD', 'Gene': 'STAG3', 'p_SMR_multi': 1.165779e-11, 'p_HEIDI': 8.480336e-05, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1135 | Q67 | What is the top-associated SNP of the gene SLC24A4 in Whole Blood eQTL GTEx omic data for AD and is it functionally significant? | The top-associated SNP for SLC24A4 in Whole Blood eQTL GTEx omic data for AD is rs17783630, which has a multi-SNP SMR p-value of 1.10e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "SLC24A4" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl gtex%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1651601', 'topRSID': 'rs17783630', 'Disease': 'AD', 'Gene': 'SLC24A4', 'p_SMR_multi': 1.103979e-07, 'p_HEIDI': 4.404588e-06, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL GTEx', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Link... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.131 | Q67 | What is the top-associated SNP of the gene DOC2A in Whole Brain meta-analysis mQTL omic data for AD and is it functionally significant? | The top-associated SNP for DOC2A in Whole Brain meta-analysis mQTL omic data for AD is rs3814880, which has a multi-SNP SMR p-value of 4.28e-07 and a HEIDI of 0.03, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "DOC2A" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_109454', 'topRSID': 'rs10871451', 'Disease': 'AD', 'Gene': 'DOC2A', 'p_SMR_multi': 7.531563e-08, 'p_HEIDI': 0.000390338, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.819 | Q67 | What is the top-associated SNP of the gene IDUA in Skeletal Muscle eQTL omic data for PD and is it functionally significant? | The top-associated SNP for IDUA in Skeletal Muscle eQTL omic data for PD is rs6599388, which has a multi-SNP SMR p-value of 1.39e-09 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "IDUA" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%skeletal muscle eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1366483', 'topRSID': 'rs6599388', 'Disease': 'PD', 'Gene': 'IDUA', 'p_SMR_multi': 1.389369e-09, 'p_HEIDI': 0.005650594, 'Omic_tissue': 'Skeletal Muscle', 'Omic_type': 'Skeletal Muscle eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkag... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1282 | Q67 | What is the top-associated SNP of the gene MAPT in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for MAPT in Whole Blood mQTL omic data for AD is rs111751251, which has a multi-SNP SMR p-value of 1.81e-06 and a HEIDI of 0.04, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "MAPT" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_591203', 'topRSID': 'rs17689882', 'Disease': 'AD', 'Gene': 'MAPT', 'p_SMR_multi': 2.532079e-07, 'p_HEIDI': 0.02723276, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_591210', 'topRSI... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1872 | Q67 | What is the top-associated SNP of the gene AC073842.19 in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for AC073842.19 in Whole Blood mQTL omic data for AD is rs11771139, which has a multi-SNP SMR p-value of 4.12e-13 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "AC073842.19" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_585975', 'topRSID': 'rs11771139', 'Disease': 'AD', 'Gene': 'AC073842.19', 'p_SMR_multi': 4.115247e-13, 'p_HEIDI': 6.115948e-05, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkag... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.438 | Q67 | What is the top-associated SNP of the gene STX4 in Cortex eQTL metaBrain omic data for PD and is it functionally significant? | The top-associated SNP for STX4 in Cortex eQTL metaBrain omic data for PD is rs3751855, which has a multi-SNP SMR p-value of 1.46e-06 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "STX4" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%cortex eqtl metabrain%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1140849', 'topRSID': 'rs3751855', 'Disease': 'PD', 'Gene': 'STX4', 'p_SMR_multi': 1.462118e-06, 'p_HEIDI': 0.005239034, 'Omic_tissue': 'Cortex', 'Omic_type': 'Cortex eQTL metaBrain', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Disequ... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.417 | Q67 | What is the top-associated SNP of the gene BTNL2 in Whole Blood mQTL omic data for AD and is it functionally significant? | The top-associated SNP for BTNL2 in Whole Blood mQTL omic data for AD is rs112627226, which has a multi-SNP SMR p-value of 8.28e-09 and a HEIDI of 0.25, indicating that it is functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "BTNL2" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_621688', 'topRSID': 'rs116522341', 'Disease': 'AD', 'Gene': 'BTNL2', 'p_SMR_multi': 2.681311e-09, 'p_HEIDI': 2.28461e-05, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dise... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1504 | Q67 | What is the top-associated SNP of the gene CEACAM19 in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant? | The top-associated SNP for CEACAM19 in Whole Blood eQTL eQTLgen omic data for AD is rs2965159, which has a multi-SNP SMR p-value of 1.00e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "CEACAM19" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1503903', 'topRSID': 'rs2965159', 'Disease': 'AD', 'Gene': 'CEACAM19', 'p_SMR_multi': 1.002326e-11, 'p_HEIDI': 2.040128e-05, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ L... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.234 | Q67 | What is the top-associated SNP of the gene PGM3 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data for LBD and is it functionally significant? | There are no SNPs within the gene PGM3 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data that are significantly associated with LBD, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "PGM3" AND Disease = "LBD" AND LOWER(Omic_type) LIKE "%multi ancestry whole brain meta-analysis eqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1421467', 'topRSID': 'rs474213', 'Disease': 'LBD', 'Gene': 'PGM3', 'p_SMR_multi': 0.760661, 'p_HEIDI': 0.9599742, 'Omic_tissue': 'Multi Ancestry Whole Brain', 'Omic_type': 'Multi Ancestry Whole Brain Meta-analysis eQTL', 'func_sig': 'not functionally significant'}] | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1708 | Q67 | What is the top-associated SNP of the gene RP11-707O23.5 in Whole Brain meta-analysis mQTL omic data for AD and is it functionally significant? | The top-associated SNP for RP11-707O23.5 in Whole Brain meta-analysis mQTL omic data for AD is rs62066086, which has a multi-SNP SMR p-value of 5.93e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "RP11-707O23.5" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_115148', 'topRSID': 'rs62066086', 'Disease': 'AD', 'Gene': 'RP11-707O23.5', 'p_SMR_multi': 5.929465e-07, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'association meets significance threshold but shows signs of link... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.895 | Q67 | What is the top-associated SNP of the gene AFAP1 in Whole Blood mQTL omic data for AD and is it functionally significant? | There are no SNPs within the gene AFAP1 in Whole Blood mQTL omic data that are significantly associated with AD, indicating that it is not functionally significant. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "AFAP1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_658357', 'topRSID': 'rs6826598', 'Disease': 'AD', 'Gene': 'AFAP1', 'p_SMR_multi': 0.08299964, 'p_HEIDI': 0.9400345, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_658361', 'topRS... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Q67.1625 | Q67 | What is the top-associated SNP of the gene LRRC37A in Whole Blood eQTL GTEx omic data for PD and is it functionally significant? | The top-associated SNP for LRRC37A in Whole Blood eQTL GTEx omic data for PD is rs3874943, which has a multi-SNP SMR p-value of 1.07e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Gene = "LRRC37A" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood eqtl gtex%"
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1679570', 'topRSID': 'rs3874943', 'Disease': 'PD', 'Gene': 'LRRC37A', 'p_SMR_multi': 1.073486e-08, 'p_HEIDI': 7.045197e-07, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL GTEx', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linka... | general | Select, Similarity Search, Multi-Filter, Order By | Functional Significance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.