yat
0.14.5pre
|
Functor that calculates genomic complement. More...
#include <yat/omic/DnaComplementer.h>
Public Member Functions | |
char | operator() (char x) const |
Functor that calculates genomic complement.
char theplu::yat::omic::DnaComplementer::operator() | ( | char | x | ) | const |
Calculates the compement base of x, i.e., 'A' returns 'T' etc. Function hadnles lowercase letters, so a passed 'a' returns 't'.