exonCompatible {SGSeq} | R Documentation |
Identify fragments compatible with exons.
exonCompatible(exons, spliceL, spliceR, frag_exonic, frag_intron, counts = TRUE)
exons |
|
spliceL |
Logical vector indicating whether LHS boundary is spliced |
spliceR |
Logical vector indicating whether RHS boundary is spliced |
frag_exonic |
|
frag_intron |
|
counts |
Logical indicating whether counts or indices of compatible fragments should be returned |
Counts or list of indices of compatible fragments
Leonard Goldstein