AlignmentPairs-class | R Documentation |
Pairs subclass
Constructor for AlignmentPairs
AlignmentPairs(query, subject, ...)
## S4 method for signature 'GRanges,GRanges'
AlignmentPairs(query, subject, ...)
query |
vectorized object representing query |
subject |
vectorized object representing subject |
... |
Arguments to pass to constructor |
The AlignmentPairs class extends the
Pairs-class
AlignmentPairs object
AlignmentPairs(query, subject, ...)
: Constructs an AlignmentPairs
object by aligning the vectors query
and subject
.
Pairs-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.