Click or drag to resize
MUMmerGetMatchesUniqueInReference Method
Gets the maximum unique matches in reference sequence.

Namespace: Bio.Algorithms.MUMmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<Match> GetMatchesUniqueInReference(
	ISequence querySequence
)

Parameters

querySequence
Type: BioISequence
Query sequence.

Return Value

Type: IEnumerableMatch
Returns IEnumerable of MUMs.
See Also