| Match Structure |
Namespace: Bio.Algorithms.SuffixTree
The Match type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts RefStart, QueryStart, Length of Match to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Length |
Gets or sets the length of match.
| |
| QuerySequenceOffset |
Gets or sets start index of this match in query sequence.
| |
| ReferenceSequenceOffset |
Gets or sets the start index of this match in reference sequence.
|