Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing variants #981

Open
kpjonsson opened this issue Jan 24, 2019 · 7 comments
Open

Missing variants #981

kpjonsson opened this issue Jan 24, 2019 · 7 comments
Assignees

Comments

@kpjonsson
Copy link

kpjonsson commented Jan 24, 2019

Hi,

I'm querying the API as instructed in the tutorial notebook.

httpClient = client.HttpClient("https://brcaexchange.org/backend/data/ga4gh/v0.6.0a7/")

query = httpClient.search_variants(reference_name = 'chr17', variant_set_id = "brca-hg37", start = 41228504, end = 41228506) 

I expect this query to find this variant https://brcaexchange.org/variant/180754, but it does not. Any clue what's wrong?

@zfisch zfisch self-assigned this Jan 24, 2019
@zfisch zfisch added the ready label Jan 24, 2019
@kpjonsson
Copy link
Author

Hi @zfisch. Any update or comment on this?

@zfisch
Copy link
Member

zfisch commented Feb 12, 2019

Hi @kpjonsson, apologies for the delayed response. I haven't had a chance yet to delve into this but it's on my radar.

In the meantime, what are you hoping to accomplish by retrieving this data? Maybe I can point you to a workaround?

@kpjonsson
Copy link
Author

@zfisch: I'm querying a set of BRCA1 and BRCA2 variants, mainly to retrieve the pathogenicity annotation from ENIGMA. As far as I'm aware that annotation isn't readily available anywhere else. Is that true?

@zfisch
Copy link
Member

zfisch commented Feb 12, 2019

Gotcha -- we're working through some issues at the moment but hopefully the following will get you what you need in the meantime.

You can always download the latest data from brcaexchange.org at https://brcaexchange.org/backend/downloads/releases/current_release.tar.gz. After unzipping, navigate to output/release/built_with_change_types.tsv and you can find all of the data on our site in tsv format. There's also a README in the root folder with information about the different files in output/.

Another option is to download data from the variants page. Navigate to https://brcaexchange.org/variants then click the download button. Make sure you're in Detail View to access the download button (you can change views by clicking the Detail View / Summary View icon in the header).

brca_exchange

Does this get you what you need or do you have any further questions?

@kpjonsson
Copy link
Author

Yep, this is great. The variant is in there and this table is easy enough to query. Thank you.

@zfisch zfisch closed this as completed Feb 13, 2019
@zfisch zfisch removed the ready label Feb 13, 2019
@kpjonsson
Copy link
Author

I really think you should keep this issue open unless you think that the issue is resolved. But that is your choice.

@zfisch
Copy link
Member

zfisch commented Feb 14, 2019

@kpjonsson fair, reopening for future consideration

@zfisch zfisch reopened this Feb 14, 2019
@zfisch zfisch added this to Backlog in Project Management Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants