| ra_breaks | R Documentation | 
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.
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
)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.