KmersOfSequenceKmerPositionsPositions Property |
Gets the list of positions for the k-mer.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<long> Positions { get; }
Public ReadOnly Property Positions As List(Of Long)
Get
public:
property List<long long>^ Positions {
List<long long>^ get ();
}
member Positions : List<int64> with get
Property Value
Type:
ListInt64See Also