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

Query based on other column #213

Open
aardes opened this issue Aug 2, 2018 · 2 comments
Open

Query based on other column #213

aardes opened this issue Aug 2, 2018 · 2 comments

Comments

@aardes
Copy link

aardes commented Aug 2, 2018

I am wondering would it possible to query the data based on the other columns rather than chromosomal coordinates? For example based on the GT or BaseQRankSum.

@nishunathan
Copy link

I would like to add few points to the issue raised by Amin.
Are there any updates to the issue #65 ? We are looking for a similar search feature to filter sample data based on vcf attributes.

If you consider the query.json below,
{
"workspace" : "/GenomicsDBTest/vcfWorkSpace1/",
"array" : "test3",
"query_column_ranges": [{
"range_list": [{
"low": 0,
"high": 10000000000
}]
}],
"vid_mapping_file": "/GenomicsDBTest/json/json_new/vid_mapping_file.json",
"callset_mapping_file": "/GenomicsDBTest/json/json_new/callset_mapping_file.json",
"query_attributes" : [ "REF", "ALT", "BaseQRankSum", "DP", "GT", "AD", "PL","END" ]
}

Is there any option we can filter with attribute, example BaseQRankSum > 1.23

@kgururaj
Copy link
Contributor

kgururaj commented Aug 4, 2018

This is a popular request among users - I have added a wiki page: https://github.com/Intel-HLS/GenomicsDB/wiki/Query-supplementary

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

3 participants