Get all pathways with a particular gene
收藏NIAID Data Ecosystem2026-03-08 收录
下载链接:
https://figshare.com/articles/dataset/Get_all_pathways_with_a_particular_gene/1047288
下载链接
链接失效反馈官方服务:
资源简介:
PREFIX wp:
PREFIX rdfs:
PREFIX dc:
PREFIX foaf:
PREFIX dcterms:
SELECT DISTINCT ?pwUrl ?label where {
?geneProduct a wp:GeneProduct .
?geneProduct rdfs:label ?label .
?geneProduct dcterms:isPartOf ?pathway .
?pathway dc:identifier ?pwUrl .
FILTER regex(str(?label), "CYP").
}
创建时间:
2014-06-05



