Is there a way to convert a .vcf.gz.tbi file back to a .vcf.gz or .vcf file?
Is there a way to convert a .vcf.gz.tbi file back to a .vcf.gz or .vcf file?
My end goal is to convert these files into plink bed/bim/fam files, but plink will not accept the .vcf.gz.tbi file as is. Any help is appreciated!
• 2,619 views
•
link
2 answers
No. An index (that is what tbi is) is just a table of content. You cannot reconstruct every page of a book with just the ToC at hand.
• 0 views
•
link
No. Converting a tbi to a vcf sounds like "Can you convert this 'Table of contents' to a whole book"
• 0 views
•
link
Log in to answer this question.
No,
.tbifile is just an index of the actualvcffile. If someone send that to you, you should ask for the.vcf.gzfile together with the.tbifile (although you can generate it by yourself!)