Description Usage Arguments Value Author(s)
Identify fragments with alignments extending across exon/intron boundaries.
1 2 | splicesiteOverlap(splicesites, side, frag_exonic, frag_intron, min_anchor,
include = c("all", "spliced", "unspliced"), counts = TRUE)
|
splicesites |
|
side |
Character vector indicating whether the spliced boundary is to the left (“L”) or right (“R”) of the splice site |
frag_exonic |
|
frag_intron |
|
min_anchor |
Integer specifiying minimum anchor length |
include |
Character string indicating whether considered fragments should be all that overlap the splice site (“all”), those that are spliced at the site (“spliced”) or those that are not spliced, i.e. extend into the adjacent intron (“unspliced”) |
counts |
Logical indicating whether counts or indices of compatible fragments should be returned |
Counts or list of indices of compatible fragments
Leonard Goldstein
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.