Open thedam opened 3 weeks ago
The germline filter compares SV carriers with SV non-carriers for various parameters (such as read-depth or paired-end support) to distinguish likely false positive and likely true positive germline SVs. This works better with increasing numbers of samples (definitely >25).
hey, How does this filter work?
delly filter -f germline -o germline.bcf merged.bcf
What criteria it uses?With some set of samples I get no output, so I wonder if I could write my own filter directly on the output files from this command:
delly call -g $ref38 -x $dellyexc $bam -o ${sname}.bcf
Cheers