Initializes a new instance of the KmerIndexer class.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public KmerIndexer(
long sequenceIndex,
IList<long> positions
)
Public Sub New (
sequenceIndex As Long,
positions As IList(Of Long)
)
public:
KmerIndexer(
long long sequenceIndex,
IList<long long>^ positions
)
new :
sequenceIndex : int64 *
positions : IList<int64> -> KmerIndexer
Parameters
- sequenceIndex
- Type: SystemInt64
Index of source sequence. - positions
- Type: System.Collections.GenericIListInt64
List of k-mer positions.
See Also