modify_tx | R Documentation |
Modify transcript by introducing splice junctions
modify_tx(tx, jx)
tx |
transcripts a named |
jx |
splice junctions as GRanges objects with the same length as |
a GRangesList
with altered transcripts.
tx <- GenomicRanges::GRangesList(
list(GenomicRanges::GRanges(c(
"1:2-3:+",
"1:5-6:+",
"1:10-15:+"
)))
)
jx <- GenomicRanges::GRanges(c("1:3-10:+"))
modify_tx(tx, jx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.