Click or drag to resize
KmerIndexer Constructor
Initializes a new instance of the KmerIndexer class.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public KmerIndexer(
	long sequenceIndex,
	IList<long> positions
)

Parameters

sequenceIndex
Type: SystemInt64
Index of source sequence.
positions
Type: System.Collections.GenericIListInt64
List of k-mer positions.
See Also