| ISuffixTree Interface |
Namespace: Bio.Algorithms.SuffixTree
The ISuffixTree type exposes the following members.
| Name | Description | |
|---|---|---|
| MinLengthOfMatch |
Gets or sets Minimum length of match required.
| |
| Name |
Gets the Name of the suffix tree.
| |
| NoAmbiguity |
Gets or sets a value indicating whether to match
basic symbols only by ignoring the ambiguous symbols or not.
| |
| Sequence |
Gets sequence of Suffix Tree.
|
| Name | Description | |
|---|---|---|
| SearchMatches |
Gets the matches who's length are greater than or equal to the MinLengthOfMatch.
| |
| SearchMatchesUniqueInReference |
Gets the matches unique in reference sequence whos are greater than or equal to the MinLengthOfMatch.
|