partner: GRanges representing the breakend coordinates of structural...

Description Usage Arguments Details Value Examples

View source: R/BreakpointGRanges.R

Description

GRanges representing the breakend coordinates of structural variants #@export Partner breakend for each breakend.

Usage

1
partner(gr, selfPartnerSingleBreakends = FALSE)

Arguments

gr

GRanges object of SV breakends

selfPartnerSingleBreakends

treat single breakends as their own partner.

Details

All breakends must have their partner breakend included in the GRanges.

Value

A GRanges object in which each entry is the partner breakend of those in the input object.

Examples

1
2
3
4
5
6
7
#reading in a VCF file as \code{vcf}
vcf.file <- system.file("extdata", "gridss.vcf", package = "StructuralVariantAnnotation")
vcf <- VariantAnnotation::readVcf(vcf.file, "hg19")
#parsing \code{vcf} to GRanges object \code{gr}
gr <- breakpointRanges(vcf)
#output partner breakend of each breakend in \code{gr}
partner(gr)

StructuralVariantAnnotation documentation built on Nov. 8, 2020, 5:43 p.m.