denovo_hit
Outputs potential denovo variants from VCF given pedigree information.
.../potential_denovo.txt
To compile: g++ -std=c++11 denovo_hit.cpp -o denovo_hit
Please see files for example VCF file, and pedigree file.
Format VCF file (tab delimited):
CHROM, POS, ID, REF, ALT, QUAL, FILTER, INFO, FORMAT, SAMPLE_ID, ...
Format pedigree file (tab delimited):
SAMPLE_ID_CHILD, SAMPLE_ID_PARENT1, SAMPLE_ID_PARENT2
Output file format (tab delimited):
CHROM, POS, ID, REF, ALT, QUAL, FILTER, INFO, PEDIGREE, CALL_STATS, COUNTS ...