I want to use rsId in Java to query VCF files. How can I accomplish this? #1668
Unanswered
Opticalproperty
asked this question in
Q&A
Replies: 1 comment
-
there is no built-in index to go from a rsId to a variant location. Use an external library to build such database. Something like https://github.com/dain/leveldb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,samtools developers!
I simply need to utilize the rsId for indexed queries on VCF files. What steps should I follow?
Beta Was this translation helpful? Give feedback.
All reactions