Spec UngappedShape
A fixed length ungapped shape (also called q-gram or k-mer).

Extends Shape
All Extended Shape
Defined in <seqan/index.h>
Signature template <typename TValue, unsigned Q> class Shape<TValue, UngappedShape<Q> >;

Template Parameters

Q The length of the shape (IntegerConcept).
TValue The Value type of the sequence the shape is applied to (e.g. Dna).

Interface Function Overview

Interface Functions Inherited From Shape

Interface Metafunction Overview

Interface Metafunctions Inherited From Shape

See Also