junc2breakpoint: Transforms the junction id into the breakpoint id of the...

View source: R/define_junc_id.R

junc2breakpointR Documentation

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

Description

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

Usage

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)


TRON-Bioinformatics/splice2neo documentation built on March 25, 2024, 2:27 a.m.