Skip to content

How to use single breakend to increase detection sensitivity for insertions #33

@tgong1

Description

@tgong1

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions