KmersOfSequenceKmersToSequences Method |
Returns the associated k-mers as a list of k-mer sequences.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<ISequence> KmersToSequences()
Public Function KmersToSequences As IEnumerable(Of ISequence)
public:
IEnumerable<ISequence^>^ KmersToSequences()
member KmersToSequences : unit -> IEnumerable<ISequence>
Return Value
Type:
IEnumerableISequenceList of k-mer sequences.
See Also