View source: R/define_junc_id.R
generate_junction_id | R Documentation |
<chr>:<start>-<end>:<strand>
Given the chromosome, junction start, junction end and strand,
a junction id is created that follows the format: <chr>:<start>-<end>:<strand>
generate_junction_id(chr, start, end, strand)
chr |
The chromosome |
start |
The start of the junction |
end |
The end of the junction |
strand |
Strand information. "+" or "-" |
The junction id in the format <chr>:<start>-<end>:<strand>
generate_junction_id(chr = "chr1", start = 50, end = 100, strand = "+")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.