Thanks.
Is vcf.gz.vcfidx also an indexed file?
Because they seem to be the only two type of files my data comes in.
I am totally lost as to how to merge some vcf files. The problem is they are vcf.gz.tbi files (of individual patients) and I cannot figure out how to unindex them before unzipping them so that I can merge them (so that I can do an association study later)
I have installed vcf tools and tabix but everything I can find on line is to do with creation of .tbi files using these, and not the reverse.
Anyone know what to do? (Please be gentle with the lingo, I am very new to this)
Thanks
You can ignore the tbi files, they're just an index (yes, like the index at the end of a book) and aren't the actual files you want to merge. The files you actually want to merge end either in vcf.gz or vcf (or something like that).
Log in to answer this question.