Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Created September 20, 2018 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guyjacks/098de5946174ce30ab9b88d491336ce1 to your computer and use it in GitHub Desktop.
Save guyjacks/098de5946174ce30ab9b88d491336ce1 to your computer and use it in GitHub Desktop.
{
"rule-restraints": {
"stength": {
"min": null,
"max": null
}
},
"match-restraints": {
"min-rules-matched": null,
"max-rules-matched": null
}
"filters": [
{
"type": "intersection",
"filters": [
{
"type": "gene",
"gene": "uuid-goes-here" // don't bother validating the fk reference. it just won't return anything if there are not any matches
"mutated": true
"variant": null,
"position": null
},
{
"type": "gene",
"gene": "uuid-goes-here"
"mutated": false
"variant": null,
"position": null
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment