genome / pindel

Pindel can detect breakpoints of large deletions, medium sized insertions, inversions, tandem duplications and other structural variants at single-based resolution from next-gen sequence data. It uses a pattern growth approach to identify the breakpoints of these variants from paired-end short reads.
GNU General Public License v3.0
162 stars 89 forks source link

Large TDs spanning the window size lose supporting reads #112

Open RobinVanSchendel opened 4 years ago

RobinVanSchendel commented 4 years ago

When I run Pindel on a windowsize of 1 -w 1 and I have TDs in my background, TDs that overlap a window get very little supporting reads. For example:

TD 613012 NT 0 "" ChrID 2 BP 17952802 18565815

run on window size 5: genotypeX 29 19 8 8 16 13

but on window size 1: genotypeX -1 18 8 8 6

is this expected behaviour and should I not use a smaller window size?