Click or drag to resize
MultiWaySuffixTreeSearchMatches 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: BioISequence
Query sequence to search.

Return Value

Type: IEnumerableMatch
Returns IEnumerable of matches.

Implements

ISuffixTreeSearchMatches(ISequence)
See Also