Click or drag to resize
Bio.Algorithms.SuffixTree Namespace

[Missing <summary> documentation for "N:Bio.Algorithms.SuffixTree"]

Classes
  ClassDescription
Public classMatchExtension
Maximum Unique Match Class.
Public classMultiWaySuffixTree
Represents an in-memory suffix tree. This implementation of ISuffix tree only works with Sequence class.
Structures
  StructureDescription
Public structureMatch
Structure to hold the match information.
Public structureMultiWaySuffixEdge
Structure to hold the suffix edge information.
Interfaces
  InterfaceDescription
Public interfaceISuffixTree
This interface defines the contract to be implemented by suffix tree class.