View source: R/define_junc_id.R
junc2breakpoint | R Documentation |
<chr>:<start>-<chr>:<end>
Transforms the junction id into the breakpoint id of the format <chr>:<start>-<chr>:<end>
junc2breakpoint(junc_id)
junc_id |
The junction id in the format |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.