I want to use indexed vcf files. For that I have a file .vcf and another file .tbi
I don't know how to use .tbi file. I'm using htsjdk library for Java but I don't know which methods to use.
For what I searched I have to use TabixIndexCreator and BlockCompressedInputStream to index and to read the file. Can someone give any ideas how to do that?
I don't know how to use .tbi file. I'm using htsjdk library for Java but I don't know which methods to use.
For what I searched I have to use TabixIndexCreator and BlockCompressedInputStream to index and to read the file. Can someone give any ideas how to do that?
Comment