SNP index definition
Which is the definition of SNP index? Someone asked me to calculate the SNP index, but I cannot find a definition.
• 1,498 views
•
link
1 answer
If you mean how to make index for VCF. Try following :
bgzip -c file.vcf > file.vcf.gz
tabix -p vcf file.vcf.gz
• 0 views
•
link
Log in to answer this question.
You maybe could ask that 'someone' then? Not sure in which context this was asked, but SNP index doesn't ring a bell for me.