jamescasbon / PyVCF

A Variant Call Format reader for Python.
http://pyvcf.readthedocs.org/en/latest/index.html
Other
402 stars 200 forks source link

fetch record using "ID" #311

Open aparna06 opened 5 years ago

aparna06 commented 5 years ago

Thank you PyVCF. It is a great tool. However, I am looking for a method to fetch records from VCF using the "ID" such as "rs1234". I don't see any method that can easily do this now. It would be a great feature to incorporate. It should work similarly to fetch on Chr Pos but supplied with just ID.