File: breakpointGRangesToVCF.Rd

package info (click to toggle)
r-bioc-structuralvariantannotation 1.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
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.
}