Transforms the junction id into the breakpoint id of the format <chr>:<start>-<chr>:<end>

junc2breakpoint(junc_id)

Arguments

junc_id

The junction id in the format <chr>:<start>-<end>:<strand>

Value

The breakpoint kit id in the format <chr>:<start>-<chr>:<end>

Examples

junc_id <- generate_junction_id(chr = "chr1", start = 50, end = 100, strand = "+")
junc2breakpoint(junc_id)