KmerData32KmerData Property |
Compressed value of the kmer that will be stored in the De-Bruijn Node.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ulong KmerData { get; set; }
Public Property KmerData As ULong
Get
Set
public:
property unsigned long long KmerData {
unsigned long long get ();
void set (unsigned long long value);
}
member KmerData : uint64 with get, set
Property Value
Type:
UInt64See Also