<chr>:<start>-<chr>:<end>
R/define_junc_id.R
junc2breakpoint.Rd
Transforms the junction id into the breakpoint id of the format <chr>:<start>-<chr>:<end>
junc2breakpoint(junc_id)
The breakpoint kit id in the format <chr>:<start>-<chr>:<end>
junc_id <- generate_junction_id(chr = "chr1", start = 50, end = 100, strand = "+")
junc2breakpoint(junc_id)