ra_breaks: ra_breaks

View source: R/skitools.R

ra_breaksR Documentation

ra_breaks

Description

takes in either file or data frame from dranger or snowman or path to BND / SV type vcf file and returns junctions in VCF format.

Usage

ra_breaks(
  rafile,
  keep.features = T,
  seqlengths = hg_seqlengths(),
  chr.convert = T,
  geno = NULL,
  flipstrand = FALSE,
  swap.header = NULL,
  breakpointer = FALSE,
  seqlevels = NULL,
  force.bnd = FALSE,
  skip = NA,
  get.loose = FALSE
)

Details

The default output is GRangesList each with a length two GRanges whose strands point AWAY from the break. If get.loose = TRUE (only relevant for VCF)


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.