Click or drag to resize
KmersOfSequenceKmerToSequence Method
Builds the sequence corresponding to input kmer, using base sequence.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence KmerToSequence(
	KmersOfSequenceKmerPositions kmer
)

Parameters

kmer
Type: Bio.Algorithms.KmerKmersOfSequenceKmerPositions
Input k-mer.

Return Value

Type: ISequence
Sequence corresponding to input k-mer.
See Also