View source: R/define_junc_id.R
breakpoint2junc | R Documentation |
<chr>:<start>-:<end>:<strand>
Transforms breakpoint IDs (BPID) with given transcription strand into the junction ID of the format <chr>:<start>-:<end>:<strand>
breakpoint2junc(breakpoint_id, strand)
breakpoint_id |
The breakpoint id in the format |
strand |
Strand information. "+" or "-" |
The junction id in the format <chr>:<start>-<end>:<strand>
breakpoint_id <- "chr1:500000-chr1:1000000"
breakpoint2junc(breakpoint_id = breakpoint_id, strand = "+")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.