You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: