Click or drag to resize
WordMatchBuildMatchTable Method
Create a list of all the matches and order them by the second sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static List<WordMatch> BuildMatchTable(
	KmersOfSequence kmerList,
	ISequence seq2,
	int wordLength
)

Parameters

kmerList
Type: Bio.Algorithms.KmerKmersOfSequence
List of kmer's.
seq2
Type: BioISequence
Second sequence.
wordLength
Type: SystemInt32
Wordlength entered by the user

Return Value

Type: ListWordMatch
List of all the matches.
See Also