AAHitScoping | R Documentation |
This function is designed to work internally to functions within SynExtend
so it works on relatively simple atomic vectors and has little overhead checking.
AAHitScoping(hitlist,
fstrand1,
fstart1,
fstop1,
fstrand2,
fstart2,
fstop2)
hitlist |
A list containing matrices produced by |
fstrand1 |
An integer vector of 0s and 1s describing the strand of features. |
fstart1 |
Integer; a vector of left bounds of features. |
fstop1 |
Integer; a vector of right bounds of features. |
fstrand2 |
An integer vector of 0s and 1s describing the strand of features. |
fstart2 |
Integer; a vector of left bounds of features. |
fstop2 |
Integer; a vector of right bounds of features. |
AAHitScoping
converts the hits returned by SearchIndex
from feature-to-feature context genome-to-genome context.
A list of matrices.
Nicholas Cooley npc19@pitt.edu
NucleotideOverlap
, SummarizePairs
, WithinSetCompetition
, RejectionBy
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.