KmersOfSequenceKmerToSequence Method |
Builds the sequence corresponding to input kmer,
using base sequence.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ISequence KmerToSequence(
KmersOfSequenceKmerPositions kmer
)
Public Function KmerToSequence (
kmer As KmersOfSequenceKmerPositions
) As ISequence
public:
ISequence^ KmerToSequence(
KmersOfSequenceKmerPositions^ kmer
)
member KmerToSequence :
kmer : KmersOfSequenceKmerPositions -> ISequence
Parameters
- kmer
- Type: Bio.Algorithms.KmerKmersOfSequenceKmerPositions
Input k-mer.
Return Value
Type:
ISequenceSequence corresponding to input k-mer.
See Also