Click or drag to resize
MultiWaySuffixTreeSearchMatchesUniqueInReference Method
Gets the matches unique in reference sequence 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> SearchMatchesUniqueInReference(
	ISequence searchSequence
)

Parameters

searchSequence
Type: BioISequence
Sequence to search.

Return Value

Type: IEnumerableMatch
Returns IEnumerable of matches.

Implements

ISuffixTreeSearchMatchesUniqueInReference(ISequence)
See Also