Bio.Algorithms.SuffixTree Namespace |
[Missing <summary> documentation for "N:Bio.Algorithms.SuffixTree"]
Class | Description | |
---|---|---|
MatchExtension |
Maximum Unique Match Class.
| |
MultiWaySuffixTree |
Represents an in-memory suffix tree.
This implementation of ISuffix tree only works with Sequence class.
|
Structure | Description | |
---|---|---|
Match |
Structure to hold the match information.
| |
MultiWaySuffixEdge |
Structure to hold the suffix edge information.
|
Interface | Description | |
---|---|---|
ISuffixTree |
This interface defines the contract to be implemented by suffix tree class.
|