Click or drag to resize
KmersOfSequenceKmerPositionsPositions Property
Gets the list of positions for the k-mer.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public List<long> Positions { get; }

Property Value

Type: ListInt64
See Also