query-03eb380863663ab0e68de6efe0b42996
cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000 cases where a drug physically interacts with the product of gene known to be genetically associated a disease
these cases may show opportunities to repurpose a drug for a new disease
See http://database.oxfordjournals.org/content/2016/baw083.long and
http://drug-repurposing.nationwidechildrens.org/search
an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
https://jamia.oxfordjournals.org/content/22/1/179
currently set up to find drugs for cancers that target genes related to cell proliferation
adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel WHERE { ?drug wdt:P129 ?gene_product . # drug interacts with a gene_product ?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA) ?disease wdt:P2293 ?gene . # genetic association between disease and gene ?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..) ?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of #Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes): #cell proliferation wd:Q14818032 (Current example) #apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } LIMIT 1000
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#cases where a drug physically interacts with the product of gene known to be genetically associated a disease
#these cases may show opportunities to repurpose a drug for a new disease
#See http://database.oxfordjournals.org/content/2016/baw083.long and
#http://drug-repurposing.nationwidechildrens.org/search
#an example that was recently validated involved a new link between Metformin wd:Q19484 and cancer survival
#https://jamia.oxfordjournals.org/content/22/1/179
#currently set up to find drugs for cancers that target genes related to cell proliferation
#adapt by changing constraints (e.g. to 'heart disease' Q190805) or removing them
SELECT ?drugLabel ?geneLabel ?biological_processLabel ?diseaseLabel
WHERE {
?drug wdt:P129 ?gene_product . # drug interacts with a gene_product
?gene wdt:P688 ?gene_product . # gene_product (usually a protein) is a product of a gene (a region of DNA)
?disease wdt:P2293 ?gene . # genetic association between disease and gene
?disease wdt:P279* wd:Q12078 . # limit to cancers wd:Q12078 (the * operator runs up a transitive relation..)
?gene_product wdt:P682 ?biological_process . #add information about the GO biological processes that the gene is related to
?biological_process (wdt:P361|wdt:P279)* wd:Q189101 . # chain down subclass/part-of
#Change the last statement (wd:Q14818032) to limit to genes related to certain biological processes (and their sub-processes):
#cell proliferation wd:Q14818032 (Current example)
#apoptosis wd:Q14599311
#uncomment the next line to find a subset of the known true positives (there are not a lot of them in here yet; will lead to 4 drugs if biological process is cell proliferation 2018-12-17)
#?disease wdt:P2176 ?drug . # disease is treated by a drug
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
LIMIT 1000
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ar
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/be-tarask
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ca
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/cs
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/da
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/en-gb
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/eo
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/eu
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/fr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/he
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/hy
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/id
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/it
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ja
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ko
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/lb
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/lt
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ms
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/nl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/pl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/pt-br
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ro
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/si
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/sv
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/th
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/tr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/uk
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/vec
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/zh