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

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public KmerPositions(
	IEnumerable<long> positions
)

Parameters

positions
Type: System.Collections.GenericIEnumerableInt64
List of positions.
See Also