Get all pathways with a particular gene
收藏NIAID Data Ecosystem2026-03-08 收录
数据链接:
官方服务:
资源简介:
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



