fn() complement
Complement a sequence or a StringSet in-place.

Defined in <seqan/modifier.h>
Signature void complement(sequence); void complement(stringSet);

Parameters

stringSet The StringSet to complement.
sequence The ContainerConcept to complement.

Detailed Description

Complementing only works for alphabets where a FunctorComplement<T> is implemented. SeqAn comes with such definitions for Dna, Dna5, Rna, Rna5.