<chr>:<start>-:<end>:<strand>
R/define_junc_id.R
breakpoint2junc.Rd
Transforms breakpoint IDs (BPID) with given transcription strand into the junction ID of the format <chr>:<start>-:<end>:<strand>
breakpoint2junc(breakpoint_id, strand)
The junction id in the format <chr>:<start>-<end>:<strand>
breakpoint_id <- "chr1:500000-chr1:1000000"
breakpoint2junc(breakpoint_id = breakpoint_id, strand = "+")