Click or drag to resize
SequenceToKmerBuilderBuildKmerDictionary Method (IListISequence, Int32)
Builds k-mers from a list of given input sequences. For each sequence in input list, constructs a KmersOfSequence corresponding to the sequence and associated k-mers.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static KmerIndexerDictionary BuildKmerDictionary(
	IList<ISequence> sequences,
	int kmerLength
)

Parameters

sequences
Type: System.Collections.GenericIListISequence
List of input sequences.
kmerLength
Type: SystemInt32
K-mer length.

Return Value

Type: KmerIndexerDictionary
List of KmersOfSequence instances.
See Also