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

MNVs (multi-nucleotide variants) in dbSNP missing start, end positions #138

Open
erikyao opened this issue Dec 9, 2021 · 0 comments
Open
Assignees

Comments

@erikyao
Copy link
Contributor

erikyao commented Dec 9, 2021

There are 5 variant types (or vartype's in our code), in dbSNP datasource, a.k.a. SNP classes as listed in Searching dbSNP in Entrez:

"del", "delins", "ins", "mnv", and "snv".

Currently our get_pos_start_end() function failed to handle "mnv" type and therefore start, end positions are missing in those "mnv" documents.

@erikyao erikyao self-assigned this Dec 9, 2021
@erikyao erikyao changed the title "mnv" in dbSNP missing start, end positions MNVs (multi-nucleotide variants) in dbSNP missing start, end positions Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant