Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Proposal: Boolean queries #244

Open
mbaudis opened this issue Nov 26, 2018 · 0 comments
Open

Proposal: Boolean queries #244

mbaudis opened this issue Nov 26, 2018 · 0 comments

Comments

@mbaudis
Copy link
Member

mbaudis commented Nov 26, 2018

Beacon queries should be extended for Boolean variant queries, to allow genomic context depending variant discovery. A typical example from cancer would be a query

Find all variants in `biosamples` with a `biocharacteristic` of _ncit:C3174_ and a [involving the STI-571 binding region](http://science.sciencemag.org/content/293/5531/876)

This future query type would consist - in this specific instance - of

  • a (fuzzy) breakpoint/fusion query to detect the BCR-ABL fusion, AND
  • a wildcard range query to detect variants in the region of the STI-571 binding pocket, AND
  • a biosample query to limit the diagnostic scope(to be discussed elsewhere)

Besides this typical cancer example (e.g. requested by VICC), Boolean variant queries are also a typical requirement for e.g Matchmaker scenarios.

Options

  • Boolean variant query
  • Aggregation pipeline, e.g. using query => handover => query against temporal "dataset" ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant