Click or drag to resize
ISuffixTreeSearchMatches Method
Gets the matches who's length are greater than or equal to the MinLengthOfMatch.

Namespace: Bio.Algorithms.SuffixTree
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
IEnumerable<Match> SearchMatches(
	ISequence searchSequence
)

Parameters

searchSequence
Type: BioISequence
Query sequence.

Return Value

Type: IEnumerableMatch
Returns IEnumerable of matches.
See Also