Click or drag to resize
KmersOfSequence Constructor (ISequence, Int32, HashSetKmersOfSequenceKmerPositions)
Initializes a new instance of the KmersOfSequence class. Takes k-mer sequence and occurring position.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public KmersOfSequence(
	ISequence sequence,
	int kmerLength,
	HashSet<KmersOfSequenceKmerPositions> kmers
)

Parameters

sequence
Type: BioISequence
Source sequence.
kmerLength
Type: SystemInt32
Length of k-mer.
kmers
Type: System.Collections.GenericHashSetKmersOfSequenceKmerPositions
Set of associated k-mers.
See Also