Hi Daniel,
I have some questions regarding how to use single breakend calls to increase calling sensitivity, especially for insertions. The version of GRIDSS I have used was 2.8.3.
Q1. This is what I'm doing now to obtain SV types. I'd like to confirm that "breakpointRanges" will remove all single breakend calls?
vcf = readVcf("gridss.vcf") ###the output vcf from gridss_somatic_filter.R
gr = breakpointRanges(vcf)
svtype <- simpleEventType(gr) ### following simple-event-annotation.R
Q2. Is this the right way to obtain single breakend calls? How I classify them into SV types? Can I see all of them as insertions detected?
begr = breakendRanges(vcf)
Thank you for your time and help.
Tingting