Class Specialization
ExactReversableFragment
A type for ungapped, pairwise segment matches that may be in reverse orientation.
![]() | ![]() | ||||||
ExactReversableFragment |
Include Headers
seqan/graph_types.h
Parameters
The Size type of the underlying sequences. Metafunctions: Size | |
The specializing type for the graph. Metafunctions: Spec |
Remarks
Compared to the ExactFragment specialzing type of Fragment, a ExactReversableFragment stores an additional bool value to indicate whether a match is in reverse orientation or not.
Specialization of
Member Functions
Constructor. |
Functions
Gets the begin position for this fragment or this vertex descriptor in the sequence. (Fragment) | |
Gets the length of the label of a given vertex descriptor in the sequence. (Fragment) | |
Projects a position of one sequence taking part in a pairwise match onto the other sequence. (Fragment) | |
Returns true if the segment match is in reverse orientation. (Fragment) | |
Gets the label that is associated with this vertex descriptor or the sequence that is associated with a fragment. (Fragment) | |
Refines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping. (Fragment) | |
Gets the sequence id that is associated with this vertex descriptor or with a sequence of a fragment. (Fragment) |
See Also
SeqAn - Sequence Analysis Library - www.seqan.de