Click or drag to resize
MultiWaySuffixTree.SearchMatches Method
Gets the matches where length is 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
public IEnumerable<Match> SearchMatches(
	ISequence searchSequence
)

Parameters

searchSequence
Type: Bio.ISequence
Query sequence to search.

Return Value

Type: IEnumerable<Match>
Returns IEnumerable of matches.

Implements

ISuffixTree.SearchMatches(ISequence)
See Also