View source: R/rearlist-utils.R
seqJunctionNearTx | R Documentation |
Only rearrangements where both sides of the sequence junction are near a transcript are evaluated as candidate in-frame fusions.
seqJunctionNearTx(rlist, build, maxgap = 5000)
rlist |
a |
build |
genome build |
maxgap |
integer for number of basepairs allowed between a candidate sequence junction and the improperly paired read alignments |
a logical vector of the same length as the rlist
object
extdata <- system.file("extdata", package="svbams")
rfile <- file.path(extdata, "CGOV11T_1.bam.rds")
rlist <- readRDS(rfile)
head(seqJunctionNearTx(rlist, "hg19"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.