KmersOfSequenceKmerPositions Constructor |
Initializes a new instance of the KmerPositions class.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public KmerPositions(
IEnumerable<long> positions
)
Public Sub New (
positions As IEnumerable(Of Long)
)
public:
KmerPositions(
IEnumerable<long long>^ positions
)
new :
positions : IEnumerable<int64> -> KmerPositions
Parameters
- positions
- Type: System.Collections.GenericIEnumerableInt64
List of positions.
See Also