| KmerData32SetKmerData Method (Byte, Int32) | 
            Sets the kmer value from the specific sequence.
            Note: Used in generating the links.
             Do not use this method to add kmerData to the tree.
            
 
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic void SetKmerData(
	byte[] sequence,
	int kmerLength
)
Public Sub SetKmerData ( 
	sequence As Byte(),
	kmerLength As Integer
)
public:
void SetKmerData(
	array<unsigned char>^ sequence, 
	int kmerLength
)
member SetKmerData : 
        sequence : byte[] * 
        kmerLength : int -> unit 
Parameters
- sequence
 - Type: SystemByte
Sequence who value is to be compressed. - kmerLength
 - Type: SystemInt32
Length of the kmer. 
See Also