Skip to main content
Glama
togovar.rq701 B
# Endpoint: https://grch38.togovar.org/sparql # Description: Obrain variations on certain gene # Parameter: gene_label: (example: PAX4) PREFIX gvo: <http://genome-variation.org/resource#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX faldo: <http://biohackathon.org/resource/faldo#> SELECT ?dbsnp ?position ?reference_allele ?alternative_allele WHERE { VALUES ?Variation__class { gvo:SNV gvo:Insertion gvo:Deletion gvo:Indel gvo:Substitution } ?Variation a ?Variation__class ; faldo:location / faldo:position ?position ; gvo:ref ?reference_allele ; gvo:alt ?alternative_allele . OPTIONAL { ?Variation rdfs:seeAlso ?dbsnp . } } LIMIT 100

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arkinjo/togo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server