junc_to_gr | R Documentation |
Convert a splice junction ID into a GRanges object
junc_to_gr(junc_id)
junc_id |
A character vector with a junction IDs |
A GRanges
object
junc_to_gr("chr5:10-50:+")
junc_id <- c("chr5:10-50:+", "chr_special1:5-20:-")
junc_to_gr(junc_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.