Click or drag to resize
SequenceToKmerBuilderGetKmerSequences Method
Gets the set of kmer strings that occur in given sequences.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static IEnumerable<ISequence> GetKmerSequences(
	ISequence sequence,
	int kmerLength
)

Parameters

sequence
Type: BioISequence
Source Sequence.
kmerLength
Type: SystemInt32
Kmer Length.

Return Value

Type: IEnumerableISequence
Set of kmer strings.
See Also