KmerData32GetOriginalSymbols Method |
Returns the decompressed value of the kmer from the De-Bruijn node.
Note: use this method to get the original sequence symbols.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public byte[] GetOriginalSymbols(
int kmerLength
)
Public Function GetOriginalSymbols (
kmerLength As Integer
) As Byte()
public:
array<unsigned char>^ GetOriginalSymbols(
int kmerLength
)
member GetOriginalSymbols :
kmerLength : int -> byte[]
Parameters
- kmerLength
- Type: SystemInt32
Length of the kmer.
Return Value
Type:
ByteDecompressed value of the kmer.
See Also