Description
Hap.py is a tool to compare diploid genotypes at haplotype level. Rather than comparing VCF records row by row, hap.py will generate and match alternate sequences in a superlocus. A superlocus is a small region of the genome (sized between 1 and around 1000 bp) that contains one or more variants.
Input
False positive / confident call regions. Calls outside these regions will be labelled as UNK.
*.{bed,bed.gz}
Output
A CSV file containing ROC values for all indels
*.roc.Locations.INDEL.csv.gz
A CSV file containing ROC values for all indels that passed all filters
*.roc.Locations.INDEL.PASS.csv.gz
A CSV file containing ROC values for all SNPs
*.roc.Locations.SNP.csv.gz
A CSV file containing ROC values for all SNPs that passed all filters
*.roc.Locations.SNP.PASS.csv.gz