1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/BreakpointGRanges.R
\name{breakpointGRangesToVCF}
\alias{breakpointGRangesToVCF}
\title{Converts the given breakpoint GRanges object to VCF format in breakend
notation.}
\usage{
breakpointGRangesToVCF(gr, ...)
}
\arguments{
\item{gr}{breakpoint GRanges object. Can contain both breakpoint and single
breakend SV records.}
\item{...}{For cbind and rbind a list of VCF objects. For all other methods
... are additional arguments passed to methods. See VCF class in
VariantAnnotation for more details.}
}
\value{
A VCF object.
}
\description{
Converts the given breakpoint GRanges object to VCF format in breakend
notation.
}
|