View source: R/rearlist-utils.R
fiveTo3List | R Documentation |
Reorders each rearrangement as two 5-prime to 3-prime orientations
fiveTo3List(rlist, build)
rlist |
a |
build |
character string providing genome build (only hg19 or hg18 are supported) |
a RearrangementList
library(trellis)
extdata <- system.file("extdata", package="svbams")
rfile <- file.path(extdata, "CGOV11T_1.bam.rds")
rlist <- readRDS(rfile)
near.coding <- seqJunctionNearTx(rlist, "hg19")
## Not run:
rlist2 <- fiveTo3List(rlist[near.coding], build="hg19")
rlist2
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.