Description Usage Arguments Value
getCandidateBackspliceSites
reads entire Chimeric.out.junction file and returns reads consistent with backsplicing.
Candidate backsplice junctions are identified by applying the following filters
Donor and acceptor are on the same chromosome
Donor and acceptor are on the same strand
The acceptor is upstream of donor (On plus strand: acceptor position < donor position ; On minus strand: donor position < acceptor position)
Distance between donor and acceptor is no more than 100.000 bases (by default, can be changed)
1 2 3 4 5 6 7 | getCandidateBackspliceSites(
fn,
backSpliceDist = 1e+05,
seqAcrossSj = TRUE,
libType = "fr-firststrand",
verbose = FALSE
)
|
fn |
Path to a Chimeric.out.junction file. |
backSpliceDist |
The maximum allowed distance between donor and acceptor sites. |
seqAcrossSj |
Boolean indicating whether to return all backspliced reads or just reads where one of the mates span the candidate backsplice site. |
libType |
Character string indicating which stranded library protocol was used to generate the data, must be 'fr-firststrand' for e.g. dUTP method or 'fr-secondstrand'. |
verbose |
Inlcude basic statstics on the chimeric readsm ust be logical (default FALSE). |
tibble of reads covering backsplice sites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.