Skip to content

Commit 2c63358

Browse files
authoredMar 20, 2020
Create WD_ENSIDfromHGNC
1 parent 76b76b1 commit 2c63358

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎Wikidata_queries/WD_ENSIDfromHGNC

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ENSIDs from HGNC symbols
2+
SELECT ?gene ?HGNC_gene_symbol ?Ensembl_Gene_ID WHERE {
3+
VALUES ?HGNC_gene_symbol {
4+
"PRKAB2"
5+
}
6+
?gene wdt:P353 ?HGNC_gene_symbol;
7+
wdt:P594 ?Ensembl_Gene_ID.
8+
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
9+
}

0 commit comments

Comments
 (0)